From: Murray Cumming Date: Fri, 18 Jan 2008 18:16:28 +0000 (+0000) Subject: documentation: Mention g_mount_remount_finish() instead of X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=225501c71a4ae2265b11d993f3373be482cdfad2;p=dana%2Fcg-glib.git documentation: Mention g_mount_remount_finish() instead of 2008-01-18 Murray Cumming * gmount.c: (g_mount_remount): documentation: Mention g_mount_remount_finish() instead of g_mount_unmount_finish(). svn path=/trunk/; revision=6334 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 1bfb54fa..7f92a645 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,9 @@ +2008-01-18 Murray Cumming + + * gmount.c: (g_mount_remount): documentation: + Mention g_mount_remount_finish() instead of + g_mount_unmount_finish(). + 2008-01-18 Murray Cumming * gappinfo.c: diff --git a/gio/gmount.c b/gio/gmount.c index 4295cae0..71fa51b8 100644 --- a/gio/gmount.c +++ b/gio/gmount.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