Remove C99 comments
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 20 Dec 2007 03:12:24 +0000 (03:12 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 20 Dec 2007 03:12:24 +0000 (03:12 +0000)
svn path=/trunk/; revision=6166

gio/ChangeLog
gio/gunionvolumemonitor.c
gio/gunixmount.c

index 9b78fb275ac2c0f14c574dfeaa373970ffa52025..2b4cc9f8eb2309f6f775b360e0dff94e20736889 100644 (file)
@@ -1,3 +1,8 @@
+2007-12-19  Matthias Clasen  <mclasen@redhat.com>
+
+       * gunionvolumemonitor.c:
+       * gunixmount.c: Remove C99 comments
+
 2007-12-19  Matthias Clasen  <mclasen@redhat.com>
 
        * gio.symbols: Add some missing symbols
index 8d50cd6afb8327c8ae1875c1b3fe543f4ee79d07..d6cecee3252fe2856ebeb11f3b19195940484e58 100644 (file)
@@ -670,7 +670,7 @@ g_volume_monitor_adopt_orphan_mount (GMount *mount)
   
   /* TODO: nasty locking issues because current VM's don't emit signals in idle */
 
-  //G_LOCK (the_volume_monitor);
+  /*G_LOCK (the_volume_monitor);*/
 
   for (l = the_volume_monitor->monitors; l != NULL; l = l->next)
     {
@@ -685,7 +685,7 @@ g_volume_monitor_adopt_orphan_mount (GMount *mount)
         }
     }
   
-  //G_UNLOCK (the_volume_monitor);
+  /*G_UNLOCK (the_volume_monitor);*/
 
   return volume;
 }
index 6061f8263d38340a1d3c47f41d0ead43f986df7b..ea6e1992cac50d450d17651911efd1c8a776194b 100644 (file)
@@ -77,7 +77,7 @@ g_unix_mount_finalize (GObject *object)
   if (mount->volume)
     _g_unix_volume_unset_mount (mount->volume, mount);
     
-  //TODO: g_warn_if_fail (volume->volume == NULL);
+  /* TODO: g_warn_if_fail (volume->volume == NULL); */
   g_object_unref (mount->icon);
   g_free (mount->name);
   g_free (mount->device_path);