bonobo-shlib-factory
bonobo-shlib-factory
|
|
Synopsis
BonoboShlibFactory;
BonoboShlibFactoryClass;
BonoboShlibFactory* bonobo_shlib_factory_construct
(BonoboShlibFactory *factory,
const char *act_iid,
PortableServer_POA poa,
gpointer act_impl_ptr,
GClosure *closure);
BonoboShlibFactory* bonobo_shlib_factory_new
(const char *component_id,
PortableServer_POA poa,
gpointer act_impl_ptr,
BonoboFactoryCallback factory_cb,
gpointer user_data);
BonoboShlibFactory* bonobo_shlib_factory_new_closure
(const char *act_iid,
PortableServer_POA poa,
gpointer act_impl_ptr,
GClosure *factory_closure);
Bonobo_Unknown bonobo_shlib_factory_std (const char *component_id,
PortableServer_POA poa,
gpointer act_impl_ptr,
BonoboFactoryCallback factory_cb,
gpointer user_data,
CORBA_Environment *ev);
#define BONOBO_OAF_SHLIB_FACTORY (oafiid, descr, fn, data)
#define BONOBO_OAF_SHLIB_FACTORY_MULTI (oafiid, descr, fn, data)
#define BONOBO_ACTIVATION_SHLIB_FACTORY (oafiid, descr, fn, data)
Object Hierarchy
GObject
+----BonoboObject
+----BonoboGenericFactory
+----BonoboShlibFactory