|
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/21571/root/usr/include/libbonoboui-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 __BONOBO_UI_MAIN_H__
#define __BONOBO_UI_MAIN_H__ 1
#include <bonobo/bonobo-main.h>
#include <libgnome/gnome-program.h>
G_BEGIN_DECLS
#define LIBBONOBOUI_MODULE libbonobo_ui_module_info_get()
const GnomeModuleInfo * libbonobo_ui_module_info_get (void) G_GNUC_CONST;
#define BONOBO_UI_GTK_MODULE bonobo_ui_gtk_module_info_get()
const GnomeModuleInfo * bonobo_ui_gtk_module_info_get (void) G_GNUC_CONST;
gboolean bonobo_ui_is_initialized (void);
gboolean bonobo_ui_init (const gchar *app_name,
const gchar *app_version,
int *argc, char **argv);
void bonobo_ui_main (void);
gboolean bonobo_ui_init_full (const gchar *app_name,
const gchar *app_version,
int *argc, char **argv,
CORBA_ORB orb,
PortableServer_POA poa,
PortableServer_POAManager manager,
gboolean full_init);
void bonobo_setup_x_error_handler (void);
/* internal */
int bonobo_ui_debug_shutdown (void);
G_END_DECLS
#endif /* __BONOBO_UI_MAIN_H__ */