summaryrefslogtreecommitdiff
path: root/gio/gmount.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-05-18 13:02:11 +0200
committerAlexander Larsson <alexl@redhat.com>2009-05-18 13:07:43 +0200
commit6ea86cc57f1b8b8c7acc4e08ece8baef5f28a53a (patch)
treef8520496798bc4b99348baed0dcfbd4d4cbe9f95 /gio/gmount.h
parente1afc6e79b9526d68eff0f218ac98a6f0e323513 (diff)
downloadglib-6ea86cc57f1b8b8c7acc4e08ece8baef5f28a53a.tar.gz
Update the docs for the new network APIs
This imports the network APIs into the gio reference docs, and cleans up a bunch of gtk-doc warnings and documentation issues.
Diffstat (limited to 'gio/gmount.h')
-rw-r--r--gio/gmount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/gmount.h b/gio/gmount.h
index a1afe2c6a..41d092ed9 100644
--- a/gio/gmount.h
+++ b/gio/gmount.h
@@ -44,6 +44,7 @@ typedef struct _GMountIface GMountIface;
* @g_iface: The parent interface.
* @changed: Changed signal that is emitted when the mount's state has changed.
* @unmounted: The unmounted signal that is emitted when the #GMount have been unmounted. If the recipient is holding references to the object they should release them so the object can be finalized.
+ * @pre_unmount: The pre_unmout signal that is emitted when the #GMount will soon be emitted. If the recipient is somehow holding the mount open by keeping an open file on it it should close the file.
* @get_root: Gets a #GFile to the root directory of the #GMount.
* @get_name: Gets a string containing the name of the #GMount.
* @get_icon: Gets a #GIcon for the #GMount.