]> 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)
committerJürg Billeter <j@bitron.ch>
Tue, 31 Jan 2012 12:09:55 +0000 (13:09 +0100)
Fixes bug 667208.

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

index b4ae84528c9d01b48af1b027a505e0981814757c..c1d25bd36c861159ba8667da88975702963db181 100644 (file)
@@ -4064,7 +4064,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 ();
@@ -4686,7 +4686,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 c7f85fc407ce0481d66632243900a27836ba6618..b51104581969c435cdbb5e0f31b185bd45300039 100644 (file)
@@ -643,6 +643,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"
@@ -737,6 +738,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"