summaryrefslogtreecommitdiff
path: root/gio/gmount.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-12-18 02:52:11 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-12-18 02:52:11 +0000
commit0debd52858ffb4f468e55cd2f3c7e4dec5455b94 (patch)
tree2d5bbf5e08eace3c21029f7815237c3055afbfe3 /gio/gmount.c
parentc0cc7663cbda7192b4eaa2ab9c09f1ee17fb32a4 (diff)
Fix up includes in section docs
svn path=/trunk/; revision=6149
Diffstat (limited to 'gio/gmount.c')
-rw-r--r--gio/gmount.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/gio/gmount.c b/gio/gmount.c
index 73fb8e677..d1ed537c7 100644
--- a/gio/gmount.c
+++ b/gio/gmount.c
@@ -36,11 +36,11 @@
/**
* SECTION:gmount
- * @short_description: mount management
+ * @short_description: Mount management
+ * @include: gio.h
*
- * The #GMount interface represents user-visible mounts. Note, when
- * porting from GnomeVFS, #GMount is the moral equivalent of
- * #GnomeVFSVolume.
+ * The #GMount interface represents user-visible mounts. Note, when
+ * porting from GnomeVFS, #GMount is the moral equivalent of #GnomeVFSVolume.
*
* Unmounting a #GMount instance is an asynchronous operation. For
* more information about asynchronous operations, see #GAsyncReady
@@ -51,9 +51,8 @@
* #GAsyncReady structure will be passed to the callback. That
* callback should then call g_mount_unmount_finish() with the #GMount
* and the #GAsyncReady data to see if the operation was completed
- * successfully. If an @error is present when
- * g_mount_unmount_finish() is called, then it will be filled with any
- * error information.
+ * successfully. If an @error is present when g_mount_unmount_finish()
+ * is called, then it will be filled with any error information.
**/
static void g_mount_base_init (gpointer g_class);