summaryrefslogtreecommitdiff
path: root/common/gmountsource.h
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.h
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.h')
-rw-r--r--common/gmountsource.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gmountsource.h b/common/gmountsource.h
index d2a9eaec..58f7f7fe 100644
--- a/common/gmountsource.h
+++ b/common/gmountsource.h
@@ -127,8 +127,8 @@ gboolean g_mount_source_show_processes_finish (GMountSource
void g_mount_source_show_unmount_progress (GMountSource *mount_source,
const char *message,
- guint64 time_left,
- guint64 bytes_left);
+ gint64 time_left,
+ gint64 bytes_left);
gboolean g_mount_source_abort (GMountSource *source);