doc fixes
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 21 Jul 2008 02:53:30 +0000 (02:53 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 21 Jul 2008 02:53:30 +0000 (02:53 +0000)
svn path=/trunk/; revision=7226

gio/gunixmounts.c

index 0277eeb8cf86be4ed7ca0f8145d806921b97d59c..a223767469c19f2c1fc7c8ba35c424d922795a97 100644 (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.
    **/