|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21573/root/usr/include/libbonobo-2.0/bonobo/ |
Upload File : |
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /** * bonobo-main.h: Bonobo Main * * Author: * Miguel de Icaza (miguel@gnu.org) * Nat Friedman (nat@nat.org) * Peter Wainwright (prw@wainpr.demo.co.uk) * * Copyright 1999 Helix Code, Inc. */ #ifndef __LIBBONOBO_MAIN_H__ #define __LIBBONOBO_MAIN_H__ #include <glib-object.h> #include <bonobo/Bonobo.h> G_BEGIN_DECLS gboolean bonobo_is_initialized (void); gboolean bonobo_init (int *argc, char **argv); gboolean bonobo_init_full (int *argc, char **argv, CORBA_ORB opt_orb, PortableServer_POA opt_poa, PortableServer_POAManager opt_manager); int bonobo_debug_shutdown (void); void bonobo_main (void); void bonobo_main_quit (void); guint bonobo_main_level (void); gboolean bonobo_activate (void); void bonobo_setup_x_error_handler (void); CORBA_ORB bonobo_orb (void); PortableServer_POA bonobo_poa (void); PortableServer_POAManager bonobo_poa_manager (void); PortableServer_POA bonobo_poa_get_threaded (ORBitThreadHint hint, ...); PortableServer_POA bonobo_poa_get_threadedv (ORBitThreadHint hint, va_list args); PortableServer_POA bonobo_poa_new_from (PortableServer_POA tmpl, const char *name, const CORBA_PolicyList *opt_policies, CORBA_Environment *opt_ev); G_END_DECLS #endif /* __LIBBONOBO_MAIN_H__ */