Files
flatpak/common
Simon McVittie d513b03752 flatpak-dir: Check for variant containing string correctly
g_variant_get_type_string() is like g_dbus_message_get_signature(),
not like G_VALUE_HOLDS_STRING(). Use g_variant_is_of_type() to get
the equivalent of G_VALUE_HOLDS_STRING(). This was correct on master,
but went wrong during backporting to 0.8.x.

Signed-off-by: Simon McVittie <smcv@debian.org>
2017-06-04 18:20:09 +02:00
..