summaryrefslogtreecommitdiff
path: root/common/gmountsource.c
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.c
parent3b5991d2e3dd9cd0f9ed5d2fedef31b89207b228 (diff)
downloadgvfs-d5b392afc30cef82ec325a7e3af86a3ee181607e.tar.gz
gdbus: Reword GVariant arguments
and kill the iters.
Diffstat (limited to 'common/gmountsource.c')
-rw-r--r--common/gmountsource.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gmountsource.c b/common/gmountsource.c
index a7692ae9..915f646d 100644
--- a/common/gmountsource.c
+++ b/common/gmountsource.c
@@ -104,11 +104,11 @@ g_mount_source_to_dbus (GMountSource *source)
}
GMountSource *
-g_mount_source_from_dbus (GVariant *iter)
+g_mount_source_from_dbus (GVariant *value)
{
const gchar *obj_path, *dbus_id;
- g_variant_get (iter, "(&s&o)",
+ g_variant_get (value, "(&s&o)",
&dbus_id,
&obj_path);