From: Matthias Clasen Date: Thu, 29 Nov 2007 03:39:01 +0000 (+0000) Subject: Don't export the inotify lock X-Git-Tag: GLIB_2_15_1~259 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c0e098f4e33397d2dca8706dd35ec32294b4adb;p=platform%2Fupstream%2Fglib.git Don't export the inotify lock svn path=/trunk/; revision=5992 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 6b3c25c..b184e1e 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,5 +1,9 @@ 2007-11-28 Matthias Clasen + * inotify/inotify-helper.c: Don't export the lock from libgio. + +2007-11-28 Matthias Clasen + * Makefile.am: * abicheck.sh: Fix copy-and-paste leftovers diff --git a/gio/inotify/inotify-helper.c b/gio/inotify/inotify-helper.c index 7273377..135cedf 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);