Fix the build
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 2 Jul 2008 22:05:32 +0000 (22:05 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 2 Jul 2008 22:05:32 +0000 (22:05 +0000)
svn path=/trunk/; revision=7151

gio/ChangeLog
gio/gfilemonitor.c

index 13ea0e3..85ee2be 100644 (file)
@@ -1,5 +1,9 @@
 2008-07-02  Matthias Clasen  <mclasen@redhat.com>
 
+       * gfilemonitor.c: Fix the build.
+
+2008-07-02  Matthias Clasen  <mclasen@redhat.com>
+
        Bug 536160 – Add g_file_monitor()
 
        * gio.symbols:
index 4e52932..5804dc2 100644 (file)
@@ -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 {