Revision 16750,
690 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 | /* |
---|
2 | * Some XML-based BonoboPropertyBag persistence helpers. |
---|
3 | * |
---|
4 | * Authors: |
---|
5 | * Michael Meeks (michael@ximian.com) |
---|
6 | * Nat Friedman (nat@ximian.com) |
---|
7 | * |
---|
8 | * Copyright 1999, 2000 Ximian, Inc. |
---|
9 | */ |
---|
10 | #ifndef __BONOBO_PROPERTY_BAG_XML_H__ |
---|
11 | #define __BONOBO_PROPERTY_BAG_XML_H__ |
---|
12 | |
---|
13 | #include <bonobo/bonobo-ui-node.h> |
---|
14 | #include <bonobo/bonobo-property-bag.h> |
---|
15 | |
---|
16 | BEGIN_GNOME_DECLS |
---|
17 | |
---|
18 | |
---|
19 | BonoboUINode *bonobo_property_bag_xml_encode_any (BonoboUINode *opt_parent, |
---|
20 | const CORBA_any *any, |
---|
21 | CORBA_Environment *ev); |
---|
22 | |
---|
23 | CORBA_any *bonobo_property_bag_xml_decode_any (BonoboUINode *node, |
---|
24 | CORBA_Environment *ev); |
---|
25 | |
---|
26 | END_GNOME_DECLS |
---|
27 | |
---|
28 | #endif /* ! __BONOBO_PROPERTY_BAG_XML_H__ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.