Don't export the inotify lock
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 29 Nov 2007 03:39:01 +0000 (03:39 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 29 Nov 2007 03:39:01 +0000 (03:39 +0000)
svn path=/trunk/; revision=5992

gio/ChangeLog
gio/inotify/inotify-helper.c

index 6b3c25c..b184e1e 100644 (file)
@@ -1,5 +1,9 @@
 2007-11-28  Matthias Clasen  <mclasen@redhat.com>
 
+       * inotify/inotify-helper.c: Don't export the lock from libgio.
+
+2007-11-28  Matthias Clasen  <mclasen@redhat.com>
+
        * Makefile.am:
        * abicheck.sh: Fix copy-and-paste leftovers 
 
index 7273377..135cedf 100644 (file)
@@ -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);