[yocto] [matchbox-config-gtk][PATCH 1/1] Port to Gtk+3

Jussi Kukkonen jussi.kukkonen at intel.com
Mon May 2 01:22:14 PDT 2016


On 29 April 2016 at 18:36, Burton, Ross <ross.burton at intel.com> wrote:
> Hi,
>
> mb-appearance.c: In function 'new_frame':
> mb-appearance.c:352:3: warning: 'gtk_alignment_get_type' is deprecated
> [-Wdeprecated-declarations]
>    *align = g_object_new (GTK_TYPE_ALIGNMENT,
>    ^
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:248:0,
>                  from mb-appearance.c:28:
> /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:77:12: note: declared
> here
>  GType      gtk_alignment_get_type   (void) G_GNUC_CONST;
>             ^
> mb-appearance.c: In function 'main':
> mb-appearance.c:385:41: warning: 'GtkStock' is deprecated
> [-Wdeprecated-declarations]
>                                          GTK_STOCK_CLOSE,
> GTK_RESPONSE_CLOSE,
>                                          ^
>
> Should be simple to fix?

I was sure I handled these already ... but no, sorry about that. I
pushed a commit into the same branch to fix the above issues:

  git://github.com/jku/matchbox-config-gtk gtk3
  https://github.com/jku/matchbox-config-gtk/tree/gtk3

Jussi



More information about the yocto mailing list