variant parsing.

2015-02-15 Thread Konstantin P.
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); ? _

Re: Replacement for gtk_widget_override_background_color() with GtkTextView

2015-02-15 Thread Murray Cumming
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