]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Fix output parameter of Gtk.ColorButton.get_rgba
authorRobert Ancell <robert.ancell@canonical.com>
Sun, 5 Feb 2012 06:42:26 +0000 (17:42 +1100)
committerRobert Ancell <robert.ancell@canonical.com>
Tue, 6 Mar 2012 22:27:28 +0000 (09:27 +1100)
Fixes bug 669386.

vapi/gtk+-3.0.vapi

index 5ff4ddc22b3b6b03bd874825b6412952e3699891..53c0379c0b8ef1dba1115e1d3415ff3ddd6a85f7 100644 (file)
@@ -1331,7 +1331,7 @@ namespace Gtk {
                public ColorButton ();
                public uint16 get_alpha ();
                public void get_color (out Gdk.Color color);
-               public void get_rgba (Gdk.RGBA rgba);
+               public Gdk.RGBA get_rgba ();
                public unowned string get_title ();
                public bool get_use_alpha ();
                public void set_alpha (uint16 alpha);