Hello. Let' s assume we have GVariant of type (ia{sv}av).
It will be correct to parse it by following:
int integer;
Variant dict; /* dict must be type a{sv} */
Variant array; /* array must be type av */
g_variant_get(variant,"ivv",&integer,&dict,&array);
?
_
On Fri, 2015-02-13 at 14:50 +, Emmanuele Bassi wrote:
> hi;
>
> On 11 February 2015 at 13:08, Murray Cumming wrote:
> > The gtk_widget_override_*() functions were recently deprecated:
> > https://git.gnome.org/browse/gtk+/commit/?id=63efdca2
> > (These had themselves replaced gtk_widget_modif