summaryrefslogtreecommitdiff
path: root/common/gmountspec.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/gmountspec.h
parent3b5991d2e3dd9cd0f9ed5d2fedef31b89207b228 (diff)
downloadgvfs-d5b392afc30cef82ec325a7e3af86a3ee181607e.tar.gz
gdbus: Reword GVariant arguments
and kill the iters.
Diffstat (limited to 'common/gmountspec.h')
-rw-r--r--common/gmountspec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gmountspec.h b/common/gmountspec.h
index da903e1b..143c0946 100644
--- a/common/gmountspec.h
+++ b/common/gmountspec.h
@@ -47,7 +47,7 @@ GMountSpec *g_mount_spec_ref (GMountSpec *spec);
void g_mount_spec_unref (GMountSpec *spec);
GMountSpec *g_mount_spec_get_unique_for (GMountSpec *spec);
GMountSpec *g_mount_spec_copy (GMountSpec *spec);
-GMountSpec *g_mount_spec_from_dbus (GVariant *iter);
+GMountSpec *g_mount_spec_from_dbus (GVariant *value);
GVariant *g_mount_spec_to_dbus (GMountSpec *spec);
GVariant *g_mount_spec_to_dbus_with_path (GMountSpec *spec,
const char *path);