Revision 16750,
814 bytes
checked in by ghudson, 23 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r16749,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ |
---|
2 | /* |
---|
3 | * bonobo-main.h: Bonobo Main |
---|
4 | * |
---|
5 | * Author: |
---|
6 | * Miguel de Icaza (miguel@gnu.org) |
---|
7 | * Nat Friedman (nat@nat.org) |
---|
8 | * Peter Wainwright (prw@wainpr.demo.co.uk) |
---|
9 | * |
---|
10 | * Copyright 1999 Helix Code, Inc. |
---|
11 | */ |
---|
12 | |
---|
13 | #ifndef __GNOME_MAIN_H__ |
---|
14 | #define __GNOME_MAIN_H__ 1 |
---|
15 | |
---|
16 | #include <gtk/gtkobject.h> |
---|
17 | #include <bonobo/Bonobo.h> |
---|
18 | |
---|
19 | gboolean bonobo_init (CORBA_ORB orb, |
---|
20 | PortableServer_POA poa, |
---|
21 | PortableServer_POAManager manager); |
---|
22 | void bonobo_main (void); |
---|
23 | gboolean bonobo_activate (void); |
---|
24 | void bonobo_setup_x_error_handler (void); |
---|
25 | |
---|
26 | CORBA_ORB bonobo_orb (void); |
---|
27 | PortableServer_POA bonobo_poa (void); |
---|
28 | PortableServer_POAManager bonobo_poa_manager (void); |
---|
29 | |
---|
30 | #endif /* __GNOME_MAIN_H__ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.