glib/gio/kqueue
Ryan Lortie 59e46c4928 kqueue: Reduce G_GNUC_INTERNAL + G_LOCK abuse
The kqueue file monitoring backend was misusing G_GNUC_INTERNAL for want
of 'static' in a couple of places and also using it to declare a lock
that was never used at all.

Fix those up.
2013-01-13 23:48:23 -05:00
..
dep-list.c
dep-list.h
gkqueuedirectorymonitor.c
gkqueuedirectorymonitor.h
gkqueuefilemonitor.c
gkqueuefilemonitor.h
kqueue-exclusions.c gio-kqueue: use O_EVTONLY on MacOS 2012-11-17 16:32:23 +01:00
kqueue-exclusions.h
kqueue-helper.c kqueue: Reduce G_GNUC_INTERNAL + G_LOCK abuse 2013-01-13 23:48:23 -05:00
kqueue-helper.h
kqueue-missing.c kqueue: Reduce G_GNUC_INTERNAL + G_LOCK abuse 2013-01-13 23:48:23 -05:00
kqueue-missing.h
kqueue-sub.c
kqueue-sub.h
kqueue-thread.c kqueue: Reduce G_GNUC_INTERNAL + G_LOCK abuse 2013-01-13 23:48:23 -05:00
kqueue-thread.h
kqueue-utils.c
kqueue-utils.h
Makefile.am