Name
bonobo-main -- Bonobo initialization.
Description
Initialization functions for Bonobo applications.
Details
bonobo_init ()
gboolean bonobo_init (CORBA_ORB orb,
PortableServer_POA poa,
PortableServer_POAManager manager); |
bonobo_activate ()
gboolean bonobo_activate (void); |
bonobo_setup_x_error_handler ()
void bonobo_setup_x_error_handler (void); |
bonobo_orb ()
CORBA_ORB bonobo_orb (void); |
Returns the CORBA_ORB object that is being used by Bonobo.
bonobo_poa ()
PortableServer_POA bonobo_poa (void); |
Returns the POA object that is being used by Bonobo.
bonobo_poa_manager ()
PortableServer_POAManager bonobo_poa_manager
(void); |
Returns the POA Manager object that is being used by Bonobo.