mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-09 18:13:41 +01:00
docs: Fix typo GAsyncReady → GAsyncResult
Also GSimpleAsyncReady → GSimpleAsyncResult.
This commit is contained in:
@@ -50,8 +50,8 @@
|
||||
* might not be related to a volume object.
|
||||
*
|
||||
* Unmounting a #GMount instance is an asynchronous operation. For
|
||||
* more information about asynchronous operations, see #GAsyncReady
|
||||
* and #GSimpleAsyncReady. To unmount a #GMount instance, first call
|
||||
* more information about asynchronous operations, see #GAsyncResult
|
||||
* and #GSimpleAsyncResult. To unmount a #GMount instance, first call
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user