mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 20:06:18 +01:00
Merge branch 'fix-macos' into 'master'
Add NOTE_REVOKE to the list of the monitoring events See merge request GNOME/glib!1221
This commit is contained in:
commit
d8b45684ed
@ -107,7 +107,7 @@ G_DEFINE_TYPE_WITH_CODE (GKqueueFileMonitor, g_kqueue_file_monitor, G_TYPE_LOCAL
|
||||
static inline unsigned int
|
||||
note_all (void)
|
||||
{
|
||||
unsigned int notes = NOTE_DELETE | NOTE_WRITE | NOTE_EXTEND | NOTE_ATTRIB | NOTE_RENAME;
|
||||
unsigned int notes = NOTE_DELETE | NOTE_WRITE | NOTE_EXTEND | NOTE_ATTRIB | NOTE_RENAME | NOTE_REVOKE;
|
||||
#ifdef NOTE_TRUNCATE
|
||||
notes |= NOTE_TRUNCATE;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user