summaryrefslogtreecommitdiff
path: root/gio/gmount.c
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-11-07 13:38:58 +0000
committerPhilip Withnall <withnall@endlessm.com>2017-11-07 14:51:12 +0000
commit8e8f4e6486c1578ae15d63835acd06f237324a6d (patch)
tree92b7f5216dcc4f05da6c9cbdc49a0c02b5df35ab /gio/gmount.c
parent249d74fcf6499a543807fa4158bef26426dd39de (diff)
downloadglib-8e8f4e6486c1578ae15d63835acd06f237324a6d.tar.gz
docs: Fix various minor syntax errors in gtk-doc comments
This will fix a few broken links in the documentation, and shut up a load of gtk-doc warnings (but certainly not all of them). Signed-off-by: Philip Withnall <withnall@endlessm.com> https://bugzilla.gnome.org/show_bug.cgi?id=790015
Diffstat (limited to 'gio/gmount.c')
-rw-r--r--gio/gmount.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gmount.c b/gio/gmount.c
index ff50a5c92..0169ea54b 100644
--- a/gio/gmount.c
+++ b/gio/gmount.c
@@ -54,9 +54,9 @@
* g_mount_unmount_with_operation() with (at least) the #GMount instance and a
* #GAsyncReadyCallback. The callback will be fired when the
* operation has resolved (either with success or failure), and a
- * #GAsyncReady structure will be passed to the callback. That
+ * #GAsyncResult structure will be passed to the callback. That
* callback should then call g_mount_unmount_with_operation_finish() with the #GMount
- * and the #GAsyncReady data to see if the operation was completed
+ * and the #GAsyncResult data to see if the operation was completed
* successfully. If an @error is present when g_mount_unmount_with_operation_finish()
* is called, then it will be filled with any error information.
**/