mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02:00
documentation: Mention g_mount_remount_finish() instead of
2008-01-18 Murray Cumming <murrayc@murrayc.com> * gmount.c: (g_mount_remount): documentation: Mention g_mount_remount_finish() instead of g_mount_unmount_finish(). svn path=/trunk/; revision=6334
This commit is contained in:
committed by
Murray Cumming
parent
d83d3a382c
commit
225501c71a
@@ -1,3 +1,9 @@
|
|||||||
|
2008-01-18 Murray Cumming <murrayc@murrayc.com>
|
||||||
|
|
||||||
|
* gmount.c: (g_mount_remount): documentation:
|
||||||
|
Mention g_mount_remount_finish() instead of
|
||||||
|
g_mount_unmount_finish().
|
||||||
|
|
||||||
2008-01-18 Murray Cumming <murrayc@murrayc.com>
|
2008-01-18 Murray Cumming <murrayc@murrayc.com>
|
||||||
|
|
||||||
* gappinfo.c:
|
* gappinfo.c:
|
||||||
|
@@ -460,7 +460,7 @@ g_mount_eject_finish (GMount *mount,
|
|||||||
* @user_data: user data passed to @callback.
|
* @user_data: user data passed to @callback.
|
||||||
*
|
*
|
||||||
* Remounts a mount. This is an asynchronous operation, and is
|
* Remounts a mount. This is an asynchronous operation, and is
|
||||||
* finished by calling g_mount_unmount_finish() with the @mount
|
* finished by calling g_mount_remount_finish() with the @mount
|
||||||
* and #GAsyncResults data returned in the @callback.
|
* and #GAsyncResults data returned in the @callback.
|
||||||
*
|
*
|
||||||
* Remounting is useful when some setting affecting the operation
|
* Remounting is useful when some setting affecting the operation
|
||||||
|
Reference in New Issue
Block a user