mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
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
This commit is contained in:
@@ -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.
|
||||
**/
|
||||
|
Reference in New Issue
Block a user