From: Rico Tzschichholz Date: Sun, 16 Nov 2014 18:27:17 +0000 (+0100) Subject: gtk+-3.0: Update to 3.15.1+ecfcb3e2 X-Git-Tag: 0.27.1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38aeb6ba414cbe6857c15548eb563b0510d3f65a;p=thirdparty%2Fvala.git gtk+-3.0: Update to 3.15.1+ecfcb3e2 --- diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi index 3448f70d6..f77209783 100644 --- a/vapi/gtk+-3.0.vapi +++ b/vapi/gtk+-3.0.vapi @@ -2301,6 +2301,7 @@ namespace Gtk { public void attach_buffers (); public bool get_auto_render (); public unowned Gdk.GLContext get_context (); + public unowned GLib.Error? get_error (); public bool get_has_alpha (); public bool get_has_depth_buffer (); public bool get_has_stencil_buffer (); @@ -2308,6 +2309,7 @@ namespace Gtk { public void make_current (); public void queue_render (); public void set_auto_render (bool auto_render); + public void set_error (GLib.Error? error); public void set_has_alpha (bool has_alpha); public void set_has_depth_buffer (bool has_depth_buffer); public void set_has_stencil_buffer (bool has_stencil_buffer); @@ -2318,6 +2320,7 @@ namespace Gtk { public bool has_depth_buffer { get; set; } public bool has_stencil_buffer { get; set; } public Gdk.GLProfile profile { get; set construct; } + public virtual signal Gdk.GLContext create_context (); public virtual signal bool render (Gdk.GLContext context); public virtual signal void resize (int width, int height); } @@ -9290,6 +9293,8 @@ namespace Gtk { [CCode (cheader_filename = "gtk/gtk.h")] public const string STYLE_CLASS_SPINNER; [CCode (cheader_filename = "gtk/gtk.h")] + public const string STYLE_CLASS_STATUSBAR; + [CCode (cheader_filename = "gtk/gtk.h")] public const string STYLE_CLASS_SUBTITLE; [CCode (cheader_filename = "gtk/gtk.h")] public const string STYLE_CLASS_SUGGESTED_ACTION; diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.gi b/vapi/packages/gtk+-3.0/gtk+-3.0.gi index f67c28657..2b330aa63 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.gi +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.gi @@ -13601,6 +13601,12 @@ + + + + + + @@ -13647,6 +13653,13 @@ + + + + + + + @@ -13681,6 +13694,12 @@ + + + + + + @@ -35451,6 +35470,7 @@ + diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata index 3b3514338..d41eaee48 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata @@ -451,6 +451,9 @@ gtk_gesture_multi_press_get_area.rect is_out="1" gtk_gesture_single_get_current_sequence transfer_ownership="1" gtk_gesture_swipe_get_velocity.velocity_x is_out="1" gtk_gesture_swipe_get_velocity.velocity_y is_out="1" +gtk_gl_area_get_error nullable="1" +gtk_gl_area_set_error.error nullable="1" +GtkGLArea::create_context transfer_ownership="1" gtk_gradient_resolve.resolved_gradient transfer_ownership="1" gtk_gradient_resolve_for_context transfer_ownership="1" gtk_gradient_to_string transfer_ownership="1"