mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
docs: Fix some typos in GIO documentation comments
These were highlighted by warnings from gtk-doc about broken links. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
a440152b2a
commit
8736789855
@ -769,7 +769,7 @@ g_app_info_launch_default_for_uri (const char *uri,
|
||||
* @uri: the uri to show
|
||||
* @context: (nullable): an optional #GAppLaunchContext
|
||||
* @cancellable: (nullable): a #GCancellable
|
||||
* @callback: (nullable): a #GASyncReadyCallback to call when the request is done
|
||||
* @callback: (nullable): a #GAsyncReadyCallback to call when the request is done
|
||||
* @user_data: (nullable): data to pass to @callback
|
||||
*
|
||||
* Async version of g_app_info_launch_default_for_uri().
|
||||
|
@ -50,10 +50,10 @@
|
||||
* for credentials.
|
||||
*
|
||||
* The callback will be fired when the operation has resolved (either
|
||||
* with success or failure), and a #GAsyncReady structure will be
|
||||
* with success or failure), and a #GAsyncResult instance will be
|
||||
* passed to the callback. That callback should then call
|
||||
* g_volume_mount_finish() with the #GVolume instance and the
|
||||
* #GAsyncReady data to see if the operation was completed
|
||||
* #GAsyncResult data to see if the operation was completed
|
||||
* successfully. If an @error is present when g_volume_mount_finish()
|
||||
* is called, then it will be filled with any error information.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user