mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-15 20:25:12 +01:00
Merge branch 'GKqueueFileMonitor' into 'master'
gio: Don't redefine GKqueueFileMonitor Closes #1506 See merge request GNOME/glib!291
This commit is contained in:
commit
f63bc3072c
@ -75,7 +75,7 @@ typedef GLocalFileMonitorClass GKqueueFileMonitorClass;
|
||||
*
|
||||
* To distinguish between a directory monitor and a regular file monitor, check
|
||||
* whether sub_file is NULL. */
|
||||
typedef struct _GKqueueFileMonitor
|
||||
struct _GKqueueFileMonitor
|
||||
{
|
||||
GLocalFileMonitor parent_instance;
|
||||
|
||||
@ -85,7 +85,7 @@ typedef struct _GKqueueFileMonitor
|
||||
GFileMonitor *fallback;
|
||||
GFile *fbfile;
|
||||
#endif
|
||||
} GKqueueFileMonitor;
|
||||
};
|
||||
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic pop
|
||||
|
Loading…
x
Reference in New Issue
Block a user