]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Added is_out annotation for StyleContext.lookup_color
authorJesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Fri, 4 May 2012 15:31:39 +0000 (17:31 +0200)
committerJürg Billeter <j@bitron.ch>
Sat, 23 Jun 2012 15:31:40 +0000 (17:31 +0200)
Fixes bug 675403.

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

index ce3974a983e0f7176c75cb81cc23014ca939a0ce..176ca90801ec8299f6a873ab4335df032a137798 100644 (file)
@@ -4103,7 +4103,7 @@ namespace Gtk {
                public void invalidate ();
                public unowned GLib.List list_classes ();
                public unowned GLib.List list_regions ();
-               public bool lookup_color (string color_name, Gdk.RGBA color);
+               public bool lookup_color (string color_name, out Gdk.RGBA color);
                public unowned Gtk.IconSet lookup_icon_set (string stock_id);
                public void notify_state_change (Gdk.Window window, void* region_id, Gtk.StateType state, bool state_value);
                public void pop_animatable_region ();
index 64df8056247b79c25a67d5b974c06189476e91fa..a13939c8ec2ddcf01107734839c2e5e010fcff99 100644 (file)
@@ -652,6 +652,7 @@ 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_context_lookup_color.color 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"