]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Mark ThemingEngine.has_region.flags as out parameter
authorLuca Bruno <lucabru@src.gnome.org>
Wed, 4 Jan 2012 20:26:11 +0000 (21:26 +0100)
committerLuca Bruno <lucabru@src.gnome.org>
Wed, 4 Jan 2012 20:26:11 +0000 (21:26 +0100)
Fixes bug 667208.

vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.metadata

index 19dd525f443a8ea2a1dbb1ab72232a196c8b68e3..3e04f89b0a2fc87dacec8bab8a72533f89dcc965 100644 (file)
@@ -4076,7 +4076,7 @@ namespace Gtk {
                public void get_style_valist (void* args);
                public void get_valist (Gtk.StateFlags state, void* args);
                public bool has_class (string class_name);
-               public bool has_region (string region_name, Gtk.RegionFlags flags_return);
+               public bool has_region (string region_name, out Gtk.RegionFlags flags_return);
                public void invalidate ();
                public unowned GLib.List list_classes ();
                public unowned GLib.List list_regions ();
@@ -4700,7 +4700,7 @@ namespace Gtk {
                public void get_style_valist (void* args);
                public void get_valist (Gtk.StateFlags state, void* args);
                public bool has_class (string style_class);
-               public bool has_region (string style_region, Gtk.RegionFlags flags);
+               public bool has_region (string style_region, out Gtk.RegionFlags flags);
                public static unowned Gtk.ThemingEngine load (string name);
                public bool lookup_color (string color_name, out Gdk.RGBA color);
                public static void register_property (string name_space, Gtk.StylePropertyParser parse_func, GLib.ParamSpec pspec);
index d3629c7d53b6ccc07d8e3348b45374e491874a25..3fc0413b4b6546c7e55524669765f1b2a7e3984d 100644 (file)
@@ -644,6 +644,7 @@ gtk_style_context_get_margin.margin hidden="1"
 gtk_style_context_get_padding type_name="Gtk.Border"
 gtk_style_context_get_padding.padding hidden="1"
 gtk_style_context_get_style ellipsis="1"
+gtk_style_context_has_region.flags_return is_out="1"
 gtk_style_lookup_color.color is_out="1"
 gtk_style_get_style_property.value is_out="1"
 gtk_style_properties_register_property.parse_func nullable="1"
@@ -744,6 +745,7 @@ gtk_theming_engine_get_border_color type_name="Gdk.RGBA"
 gtk_theming_engine_get_border_color.color hidden="1"
 gtk_theming_engine_get_color type_name="Gdk.RGBA"
 gtk_theming_engine_get_color.color hidden="1"
+gtk_theming_engine_has_region.flags is_out="1"
 gtk_theming_engine_get_margin type_name="Gtk.Border"
 gtk_theming_engine_get_margin.margin hidden="1"
 gtk_theming_engine_get_padding type_name="Gtk.Border"