From: Matthias Clasen Date: Mon, 21 Jul 2008 02:53:30 +0000 (+0000) Subject: doc fixes X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c723669198d1848f553a8e7fdb130ba8cf0e0253;p=dana%2Fcg-glib.git doc fixes svn path=/trunk/; revision=7226 --- diff --git a/gio/gunixmounts.c b/gio/gunixmounts.c index 0277eeb8..a2237674 100644 --- a/gio/gunixmounts.c +++ b/gio/gunixmounts.c @@ -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. **/