summaryrefslogtreecommitdiff
path: root/common/gmountsource.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2012-07-23 15:01:46 +0200
committerTomas Bzatek <tbzatek@redhat.com>2012-07-31 11:59:37 +0200
commitd5b392afc30cef82ec325a7e3af86a3ee181607e (patch)
tree99c015ae98dc7acd1d6338be9c084a30f369b923 /common/gmountsource.h
parent3b5991d2e3dd9cd0f9ed5d2fedef31b89207b228 (diff)
downloadgvfs-d5b392afc30cef82ec325a7e3af86a3ee181607e.tar.gz
gdbus: Reword GVariant arguments
and kill the iters.
Diffstat (limited to 'common/gmountsource.h')
-rw-r--r--common/gmountsource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gmountsource.h b/common/gmountsource.h
index ce93cb3b..d2a9eaec 100644
--- a/common/gmountsource.h
+++ b/common/gmountsource.h
@@ -55,7 +55,7 @@ GMountSource *g_mount_source_new (const char
const char *obj_path);
GMountSource *g_mount_source_new_dummy (void);
GVariant *g_mount_source_to_dbus (GMountSource *source);
-GMountSource *g_mount_source_from_dbus (GVariant *iter);
+GMountSource *g_mount_source_from_dbus (GVariant *value);
gboolean g_mount_source_ask_password (GMountSource *mount_source,
const char *message,
const char *initial_user,