summaryrefslogtreecommitdiff
path: root/gconf/gconf-client.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2002-01-23 19:56:25 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-01-23 19:56:25 +0000
commit8daf05fb80fc71bf4401bebda6e13a0309a1e8dc (patch)
treea2f457312d9b3acf363b8415bce3eee3716bcbe3 /gconf/gconf-client.h
parentf37e18fcbaa3a99d7f7de539df7616db73cebfda (diff)
downloadgconf-8daf05fb80fc71bf4401bebda6e13a0309a1e8dc.tar.gz
add gconf-enum-types.h/gconf-enum-types.c files, thanks to Johan Dahlin
2002-01-20 Havoc Pennington <hp@pobox.com> * gconf/Makefile.am: add gconf-enum-types.h/gconf-enum-types.c files, thanks to Johan Dahlin * gconf-2.0.pc.in (Libs): oops, we had Requires: bonobo-activation still
Diffstat (limited to 'gconf/gconf-client.h')
-rw-r--r--gconf/gconf-client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gconf/gconf-client.h b/gconf/gconf-client.h
index 9622144e..bd88dfac 100644
--- a/gconf/gconf-client.h
+++ b/gconf/gconf-client.h
@@ -56,13 +56,13 @@ extern "C" {
* underneath it.
*/
-typedef enum {
+typedef enum { /*< prefix=GCONF_CLIENT >*/
GCONF_CLIENT_PRELOAD_NONE, /* don't preload anything */
GCONF_CLIENT_PRELOAD_ONELEVEL, /* load entries directly under the directory. */
GCONF_CLIENT_PRELOAD_RECURSIVE /* recurse the directory tree; possibly quite expensive! */
} GConfClientPreloadType;
-typedef enum {
+typedef enum { /*< prefix=GCONF_CLIENT >*/
GCONF_CLIENT_HANDLE_NONE,
GCONF_CLIENT_HANDLE_UNRETURNED,
GCONF_CLIENT_HANDLE_ALL