mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +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>
|
||||
|
||||
Bug 536160 – Add g_file_monitor()
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user