mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
Fix the build
svn path=/trunk/; revision=7151
This commit is contained in:
parent
75a75cba12
commit
0227089563
@ -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>
|
2008-07-02 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Bug 536160 – Add g_file_monitor()
|
Bug 536160 – Add g_file_monitor()
|
||||||
|
@ -53,6 +53,9 @@ enum {
|
|||||||
LAST_SIGNAL
|
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);
|
G_DEFINE_ABSTRACT_TYPE (GFileMonitor, g_file_monitor, G_TYPE_OBJECT);
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user