mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-10 09:57:34 -04:00
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>