From: Matthias Clasen Date: Thu, 29 Nov 2007 03:39:01 +0000 (+0000) Subject: Don't export the inotify lock X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=7c0e098f4e33397d2dca8706dd35ec32294b4adb;p=dana%2Fcg-glib.git Don't export the inotify lock svn path=/trunk/; revision=5992 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 6b3c25c3..b184e1ec 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2007-11-28 Matthias Clasen + + * inotify/inotify-helper.c: Don't export the lock from libgio. + 2007-11-28 Matthias Clasen * Makefile.am: diff --git a/gio/inotify/inotify-helper.c b/gio/inotify/inotify-helper.c index 72733774..135cedf1 100644 --- a/gio/inotify/inotify-helper.c +++ b/gio/inotify/inotify-helper.c @@ -68,7 +68,7 @@ static void ih_not_missing_callback (inotify_sub *sub); * * We take the lock in all public functions */ -G_LOCK_DEFINE (inotify_lock); +G_GNUC_INTERNAL G_LOCK_DEFINE (inotify_lock); static GFileMonitorEvent ih_mask_to_EventFlags (guint32 mask);