summaryrefslogtreecommitdiff
path: root/glib/src/checksum.ccg
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2012-11-06 15:20:20 -0500
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2012-11-06 15:29:24 -0500
commit5222ee56a371eabe123afe208641ae76355d3588 (patch)
tree4273c36db442dbf2478f844a2d73f10446f61f11 /glib/src/checksum.ccg
parent8544ed1d4665521c7eb25e3e851f333fec91e2e1 (diff)
downloadglibmm-5222ee56a371eabe123afe208641ae76355d3588.tar.gz
Variant< std::vector<std::string> >: Add create_from_object_paths().
* glib/src/variant.hg: Add the new method that creates a variant of vector of strings out of object paths. This is so the type of the variant is rightly set to G_VARIANT_TYPE_OBJECT_PATH_ARRAY and not G_VARIANT_TYPE_BYTESTRING in case some application needs to make a distinction. Also _IGNORE the g_variant_get_objv() and g_variant_dup_objv() functions because it's possible to get object paths from a variant of vector of strings if it contains them with the existing getter methods because object paths are merely strings. * glib/src/variantiter.hg: Add an _IGNORE. * glib/src/checksum.ccg: * glib/src/convert.ccg: Whitespace.
Diffstat (limited to 'glib/src/checksum.ccg')
-rw-r--r--glib/src/checksum.ccg2
1 files changed, 0 insertions, 2 deletions
diff --git a/glib/src/checksum.ccg b/glib/src/checksum.ccg
index 19cdc280..e6e78618 100644
--- a/glib/src/checksum.ccg
+++ b/glib/src/checksum.ccg
@@ -47,5 +47,3 @@ void Checksum::update(const std::string& data)
}
} // Glib namespace
-
-