mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
Remove C99 comments
svn path=/trunk/; revision=6166
This commit is contained in:
parent
864200c753
commit
aef5a4b0ab
@ -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>
|
2007-12-19 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gio.symbols: Add some missing symbols
|
* gio.symbols: Add some missing symbols
|
||||||
|
@ -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 */
|
/* 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)
|
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;
|
return volume;
|
||||||
}
|
}
|
||||||
|
@ -77,7 +77,7 @@ g_unix_mount_finalize (GObject *object)
|
|||||||
if (mount->volume)
|
if (mount->volume)
|
||||||
_g_unix_volume_unset_mount (mount->volume, mount);
|
_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_object_unref (mount->icon);
|
||||||
g_free (mount->name);
|
g_free (mount->name);
|
||||||
g_free (mount->device_path);
|
g_free (mount->device_path);
|
||||||
|
Loading…
Reference in New Issue
Block a user