diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-07-21 02:53:30 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-07-21 02:53:30 +0000 |
commit | c723669198d1848f553a8e7fdb130ba8cf0e0253 (patch) | |
tree | 7c4d8fa8b317fa4a409942173105683c71a9ab2c /gio | |
parent | d420020715103d209b49fbfd7e9b1e2781fd8512 (diff) |
doc fixes
svn path=/trunk/; revision=7226
Diffstat (limited to 'gio')
-rw-r--r-- | gio/gunixmounts.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/gunixmounts.c b/gio/gunixmounts.c index 0277eeb8c..a22376746 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. **/ |