summaryrefslogtreecommitdiff
path: root/gconf/gconfd.h
diff options
context:
space:
mode:
Diffstat (limited to 'gconf/gconfd.h')
-rw-r--r--gconf/gconfd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gconf/gconfd.h b/gconf/gconfd.h
index ac9716ad..aa3123c4 100644
--- a/gconf/gconfd.h
+++ b/gconf/gconfd.h
@@ -25,9 +25,14 @@
G_BEGIN_DECLS
#include "gconf-error.h"
+
+#ifdef HAVE_CORBA
#include "GConfX.h"
+#endif
+
#include "gconf-database.h"
+#ifdef HAVE_CORBA
PortableServer_POA gconf_get_poa (void);
/* return TRUE if the exception was set, clear err if needed */
@@ -41,6 +46,7 @@ gboolean gconfd_logfile_change_listener (GConfDatabase *db,
GError **err);
gboolean gconfd_check_in_shutdown (CORBA_Environment *ev);
+#endif
void gconfd_notify_other_listeners (GConfDatabase *modified_db,
GConfSources *modified_sources,