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 6b3c25c3eca3274886709bc0e60dfd5196775ec0..b184e1ecc4d463971b892cb8e02031fdd0a63474 100644 (file)
@@ -1,3 +1,7 @@
+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:
index 727337742f13f4ec187a95dbeab0e37360934d89..135cedf1543ddd4327a540409f06318e7a91744e 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);