From 225501c71a4ae2265b11d993f3373be482cdfad2 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Fri, 18 Jan 2008 18:16:28 +0000 Subject: [PATCH] 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 --- gio/ChangeLog | 6 ++++++ gio/gmount.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index 1bfb54fa0..7f92a645a 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 4295cae08..71fa51b89 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