summaryrefslogtreecommitdiff
path: root/common/gmountsource.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-08-20 19:47:45 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2012-08-21 11:17:56 +0200
commit6294de0ae00594c27527fbe22fd877254775fc9c (patch)
tree6d272fc9c276502bdbbcffb5beb9065434573991 /common/gmountsource.c
parent9961654b7f24c0d6349946c9c79b62a770aafee2 (diff)
downloadgvfs-6294de0ae00594c27527fbe22fd877254775fc9c.tar.gz
mount-op: adapt to guint64->gint64 API change
https://bugzilla.gnome.org/show_bug.cgi?id=682284
Diffstat (limited to 'common/gmountsource.c')
-rw-r--r--common/gmountsource.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/gmountsource.c b/common/gmountsource.c
index f75461cf..a2492377 100644
--- a/common/gmountsource.c
+++ b/common/gmountsource.c
@@ -945,8 +945,8 @@ show_unmount_progress_reply (GVfsDBusMountOperation *proxy,
void
g_mount_source_show_unmount_progress (GMountSource *source,
const char *message_string,
- guint64 time_left,
- guint64 bytes_left)
+ gint64 time_left,
+ gint64 bytes_left)
{
GVfsDBusMountOperation *proxy;
@@ -978,8 +978,8 @@ g_mount_source_show_unmount_progress (GMountSource *source,
static void
op_show_unmount_progress (GMountOperation *op,
const char *message,
- guint64 time_left,
- guint64 bytes_left,
+ gint64 time_left,
+ gint64 bytes_left,
GMountSource *mount_source)
{
g_mount_source_show_unmount_progress (mount_source,