From: Matthias Clasen Date: Wed, 2 Jul 2008 22:05:32 +0000 (+0000) Subject: Fix the build X-Git-Tag: GLIB_2_17_3~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0227089563a065ae4ee11e67877364f3ce068cdb;p=platform%2Fupstream%2Fglib.git Fix the build svn path=/trunk/; revision=7151 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 13ea0e3..85ee2be 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,5 +1,9 @@ 2008-07-02 Matthias Clasen + * gfilemonitor.c: Fix the build. + +2008-07-02 Matthias Clasen + Bug 536160 – Add g_file_monitor() * gio.symbols: diff --git a/gio/gfilemonitor.c b/gio/gfilemonitor.c index 4e52932..5804dc2 100644 --- a/gio/gfilemonitor.c +++ b/gio/gfilemonitor.c @@ -53,6 +53,9 @@ enum { LAST_SIGNAL }; +/* work around a limitation of the aliasing foo */ +#undef g_file_monitor + G_DEFINE_ABSTRACT_TYPE (GFileMonitor, g_file_monitor, G_TYPE_OBJECT); typedef struct {