are there any alternative to g_variant_lookup_value when the key is not a string type (i.e. the key is an integer)?
I have a function which takes a "a{ias}" dictionary like a GVariant *. I want to get the arrays of strings related to one key (which is an int value).