gnome-main

Name

gnome-main —

Synopsis



gboolean    bonobo_init                     (CORBA_ORB orb,
                                             PortableServer_POA poa,
                                             PortableServer_POAManager manager);
#define     bonobo_orb                      ()
#define     bonobo_poa                      ()
#define     bonobo_poa_manager              ()

Description

Details

bonobo_init ()

gboolean    bonobo_init                     (CORBA_ORB orb,
                                             PortableServer_POA poa,
                                             PortableServer_POAManager manager);

Initializes the bonobo document model. It requires at least the value for orb. If poa is CORBA_OBJECT_NIL, then the RootPOA will be used, in this case manager should be CORBA_OBJECT_NIL.

orb : the ORB in which we run
poa : optional, a POA.
manager : optional, a POA Manager
Returns :TRUE on success, or FALSE on failure.


bonobo_orb()

#define bonobo_orb() __bonobo_orb


bonobo_poa()

#define bonobo_poa() __bonobo_poa


bonobo_poa_manager()

#define bonobo_poa_manager() __bonobo_poa_manager