aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-config-listener.h
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2002-11-02 08:18:48 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2002-11-02 08:18:48 +0800
commite5f0f54052e2bec6f02d4f0c3169355ffdb4f7ec (patch)
tree24435b2ee4ffd7dcb81d89db559ef66a74b97cea /e-util/e-config-listener.h
parente033f54a9044a4288c923e9b2c6d9477da076d26 (diff)
downloadgsoc2013-evolution-e5f0f54052e2bec6f02d4f0c3169355ffdb4f7ec.tar
gsoc2013-evolution-e5f0f54052e2bec6f02d4f0c3169355ffdb4f7ec.tar.gz
gsoc2013-evolution-e5f0f54052e2bec6f02d4f0c3169355ffdb4f7ec.tar.bz2
gsoc2013-evolution-e5f0f54052e2bec6f02d4f0c3169355ffdb4f7ec.tar.lz
gsoc2013-evolution-e5f0f54052e2bec6f02d4f0c3169355ffdb4f7ec.tar.xz
gsoc2013-evolution-e5f0f54052e2bec6f02d4f0c3169355ffdb4f7ec.tar.zst
gsoc2013-evolution-e5f0f54052e2bec6f02d4f0c3169355ffdb4f7ec.zip
compilation fixes for GNOME 2 porting.
2002-11-01 Rodrigo Moya <rodrigo@ximian.com> * e-config-listener.[ch]: * e-component-listener.[ch]: compilation fixes for GNOME 2 porting. svn path=/trunk/; revision=18494
Diffstat (limited to 'e-util/e-config-listener.h')
-rw-r--r--e-util/e-config-listener.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/e-util/e-config-listener.h b/e-util/e-config-listener.h
index cc526e8735..87159d147c 100644
--- a/e-util/e-config-listener.h
+++ b/e-util/e-config-listener.h
@@ -12,10 +12,9 @@
#define __E_CONFIG_LISTENER_H__
#include <gtk/gtkobject.h>
-#include <libgnome/gnome-defs.h>
-#include <bonobo-conf/bonobo-config-database.h>
+#include <bonobo-config/bonobo-config-database.h>
-BEGIN_GNOME_DECLS
+G_BEGIN_DECLS
#define E_CONFIG_LISTENER_TYPE (e_config_listener_get_type ())
#define E_CONFIG_LISTENER(o) (GTK_CHECK_CAST ((o), E_CONFIG_LISTENER_TYPE, EConfigListener))
@@ -70,6 +69,6 @@ void e_config_listener_set_string (EConfigListener *cl,
Bonobo_ConfigDatabase e_config_listener_get_db (EConfigListener *cl);
-END_GNOME_DECLS
+G_END_DECLS
#endif