aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-component-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-component-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-component-listener.h')
-rw-r--r--e-util/e-component-listener.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/e-util/e-component-listener.h b/e-util/e-component-listener.h
index 8194476cf2..b14a6c14f3 100644
--- a/e-util/e-component-listener.h
+++ b/e-util/e-component-listener.h
@@ -13,9 +13,8 @@
#include <bonobo/Bonobo.h>
#include <gtk/gtkobject.h>
-#include <libgnome/gnome-defs.h>
-BEGIN_GNOME_DECLS
+G_BEGIN_DECLS
#define E_COMPONENT_LISTENER_TYPE (e_component_listener_get_type ())
#define E_COMPONENT_LISTENER(o) (GTK_CHECK_CAST ((o), E_COMPONENT_LISTENER_TYPE, EComponentListener))
@@ -45,6 +44,6 @@ Bonobo_Unknown e_component_listener_get_component (EComponentListener *cl)
void e_component_listener_set_component (EComponentListener *cl,
Bonobo_Unknown comp);
-END_GNOME_DECLS
+G_END_DECLS
#endif