]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: make ThemingEngine.register_property.parse_func nullable
authorEvan Nemerson <evan@coeus-group.com>
Sun, 22 Jan 2012 08:04:02 +0000 (00:04 -0800)
committerJürg Billeter <j@bitron.ch>
Tue, 31 Jan 2012 13:02:29 +0000 (14:02 +0100)
Fixes bug 666906.

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

index 01c5d2ad47723f88097985333c202535bb7f6531..2e595587da269e81532ba25c61caeea023549d1d 100644 (file)
@@ -4689,7 +4689,7 @@ namespace Gtk {
                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);
+               public static void register_property (string name_space, Gtk.StylePropertyParser? parse_func, GLib.ParamSpec pspec);
                [NoWrapper]
                public virtual void render_activity (Cairo.Context cr, double x, double y, double width, double height);
                [NoWrapper]
index 49b753b99430492038e3703fae96813023a50ff6..b56f56cfbd9caf1771e973ea9c04e962ee2314cc 100644 (file)
@@ -746,6 +746,7 @@ gtk_theming_engine_get_padding type_name="Gtk.Border"
 gtk_theming_engine_get_padding.padding hidden="1"
 gtk_theming_engine_get_property type_name="GLib.Value"
 gtk_theming_engine_get_property.value hidden="1"
+gtk_theming_engine_register_property.parse_func nullable="1"
 gtk_theming_engine_get_style_property type_name="GLib.Value"
 gtk_theming_engine_get_style_property.value hidden="1"
 gtk_theming_engine_lookup_color.color is_out="1"