doc fixes

svn path=/trunk/; revision=7226
This commit is contained in:
Matthias Clasen 2008-07-21 02:53:30 +00:00
parent d420020715
commit c723669198

View File

@ -1144,6 +1144,7 @@ g_unix_mount_monitor_class_init (GUnixMountMonitorClass *klass)
gobject_class->finalize = g_unix_mount_monitor_finalize;
/**
* GUnixMountMonitor::mounts-changed:
* @monitor: the object on which the signal is emitted
*
* Emitted when the unix mounts have changed.
**/
@ -1157,6 +1158,7 @@ g_unix_mount_monitor_class_init (GUnixMountMonitorClass *klass)
G_TYPE_NONE, 0);
/**
* GUnixMountMonitor::mountpoints-changed:
* @monitor: the object on which the signal is emitted
*
* Emitted when the unix mount points have changed.
**/