From: Stefan S. <ma...@ss...> - 2015-09-26 18:50:51
|
On Tue, 2015-09-22 at 15:55 +0900, Kouhei Sutou wrote: > Hi, > > Ruby-GNOME2 project released Ruby-GNOME2 3.0.4: > http://ruby-gnome2.osdn.jp/hiki.cgi?News_20150922_1 I have just fixed the deprecated warnings in my application. I am not absolutely sure, but may these 4 remaining warnings be caused not by my application, but by your ruby-gnome2 bingings itself? /home/stefan/.gem/ruby/2.2.0/gems/gobject-introspection-3.0.6/lib/gobject-introspection/callable-info.rb: line 46 GLib-GObject-WARNING **:The property GtkWidget:style is deprecated and shouldn't be used anymore. It will be removed in a future version. /home/stefan/.gem/ruby/2.2.0/gems/gobject-introspection-3.0.6/lib/gobject-introspection/loader.rb: line 307 GLib-GObject-WARNING **:The property GtkButton:use-stock is deprecated and shouldn't be used anymore. It will be removed in a future version. /home/stefan/.gem/ruby/2.2.0/gems/gobject-introspection-3.0.6/lib/gobject-introspection/loader.rb: line 307 GLib-GObject-WARNING **:The property GtkSettings:gtk-button-images is deprecated and shouldn't be used anymore. It will be removed in a future version. /home/stefan/.gem/ruby/2.2.0/gems/gobject-introspection-3.0.6/lib/gobject-introspection/collection-reader.rb: line 29 GLib-GObject-WARNING **:The property GtkImageMenuItem:image is deprecated and shouldn't be used anymore. It will be removed in a future version. This is for GTK/GNOME 3.16 on Linux |