Fix the build

svn path=/trunk/; revision=7151
This commit is contained in:
Matthias Clasen 2008-07-02 22:05:32 +00:00
parent 75a75cba12
commit 0227089563
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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()

View 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 {