aboutsummaryrefslogtreecommitdiffstats
path: root/wombat/wombat-moniker.h
blob: 46ebcf79c86f7673046125d71d47d8c2e9beb93f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _MONIKER_WOMBAT_H_
#define _MONIKER_WOMBAT_H_

#include <bonobo/bonobo-generic-factory.h>

BonoboObject *
wombat_moniker_factory (BonoboGenericFactory *this,
            const char           *object_id,
            void                 *data);

#endif