Documentation updates

svn path=/trunk/; revision=6210
This commit is contained in:
Matthias Clasen 2007-12-30 05:12:15 +00:00
parent 38fa4bacd3
commit 08ed5bc3aa
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
2007-12-30 Matthias Clasen <mclasen@redhat.com>
* gvolumemonitor.c:
* gfileinfo.c: Documentation updates.
2007-12-26 Matthias Clasen <mclasen@redhat.com>

View File

@ -294,6 +294,7 @@ g_volume_monitor_get_mounts (GVolumeMonitor *volume_monitor)
/**
* g_volume_monitor_get_volume_for_uuid:
* @volume_monitor: a #GVolumeMonitor.
* @uuid: the UUID to look for
*
* Finds a #GVolume object by it's UUID (see g_volume_get_uuid())
*
@ -316,6 +317,7 @@ g_volume_monitor_get_volume_for_uuid (GVolumeMonitor *volume_monitor,
/**
* g_volume_monitor_get_mount_for_uuid:
* @volume_monitor: a #GVolumeMonitor.
* @uuid: the UUID to look for
*
* Finds a #GMount object by it's UUID (see g_mount_get_uuid())
*