mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 14:36:16 +01: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:
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>
|
||||
|
||||
* gappinfo.c:
|
||||
|
@ -460,7 +460,7 @@ g_mount_eject_finish (GMount *mount,
|
||||
* @user_data: user data passed to @callback.
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* Remounting is useful when some setting affecting the operation
|
||||
|
Loading…
Reference in New Issue
Block a user