mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
For async functions that have no non-async version, document that the
2008-01-15 Murray Cumming <murrayc@murrayc.com> * gdrive.c: * gfile.c: * gmount.c: * gvolume.c: For async functions that have no non-async version, document that the GAsyncReadyCallback may be NULL. Bug #509626. svn path=/trunk/; revision=6318
This commit is contained in:
committed by
Murray Cumming
parent
9d0f6b8f94
commit
218827445d
@@ -313,7 +313,7 @@ g_mount_can_eject (GMount *mount)
|
||||
* @mount: a #GMount.
|
||||
* @flags: flags affecting the operation
|
||||
* @cancellable: optional #GCancellable object, %NULL to ignore.
|
||||
* @callback: a #GAsyncReadyCallback.
|
||||
* @callback: a #GAsyncReadyCallback, or %NULL.
|
||||
* @user_data: user data passed to @callback.
|
||||
*
|
||||
* Unmounts a mount. This is an asynchronous operation, and is
|
||||
@@ -385,7 +385,7 @@ g_mount_unmount_finish (GMount *mount,
|
||||
* @mount: a #GMount.
|
||||
* @flags: flags affecting the unmount if required for eject
|
||||
* @cancellable: optional #GCancellable object, %NULL to ignore.
|
||||
* @callback: a #GAsyncReadyCallback.
|
||||
* @callback: a #GAsyncReadyCallback, or %NULL.
|
||||
* @user_data: user data passed to @callback.
|
||||
*
|
||||
* Ejects a mount. This is an asynchronous operation, and is
|
||||
@@ -456,7 +456,7 @@ g_mount_eject_finish (GMount *mount,
|
||||
* @mount: a #GMount.
|
||||
* @mount_operation: a #GMountOperation or %NULL to avoid user interaction.
|
||||
* @cancellable: optional #GCancellable object, %NULL to ignore.
|
||||
* @callback: a #GAsyncReadyCallback.
|
||||
* @callback: a #GAsyncReadyCallback, or %NULL.
|
||||
* @user_data: user data passed to @callback.
|
||||
*
|
||||
* Remounts a mount. This is an asynchronous operation, and is
|
||||
|
Reference in New Issue
Block a user