Revision 15579,
661 bytes
checked in by ghudson, 24 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r15578,
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-ui-engine-private.h: Private Bonobo UI/XML Sync engine bits |
---|
4 | * |
---|
5 | * Author: |
---|
6 | * Michael Meeks (michael@helixcode.com) |
---|
7 | * |
---|
8 | * Copyright 2001 Helix Code, Inc. |
---|
9 | */ |
---|
10 | |
---|
11 | #ifndef _BONOBO_UI_ENGINE_PRIVATE_H_ |
---|
12 | #define _BONOBO_UI_ENGINE_PRIVATE_H_ |
---|
13 | |
---|
14 | BEGIN_GNOME_DECLS |
---|
15 | |
---|
16 | #include <bonobo/bonobo-ui-xml.h> |
---|
17 | #include <bonobo/bonobo-ui-engine.h> |
---|
18 | #include <bonobo/bonobo-ui-engine-config.h> |
---|
19 | |
---|
20 | BonoboUIXml *bonobo_ui_engine_get_xml (BonoboUIEngine *engine); |
---|
21 | BonoboUIEngineConfig *bonobo_ui_engine_get_config (BonoboUIEngine *engine); |
---|
22 | |
---|
23 | END_GNOME_DECLS |
---|
24 | |
---|
25 | #endif /* _BONOBO_UI_ENGINE_H_ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.