From: Robert Ancell Date: Sun, 5 Feb 2012 06:42:26 +0000 (+1100) Subject: gtk+-3.0: Fix output parameter of Gtk.ColorButton.get_rgba X-Git-Tag: 0.16.0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51044a92ed44776e639443cf79d66a340d0e5589;p=thirdparty%2Fvala.git gtk+-3.0: Fix output parameter of Gtk.ColorButton.get_rgba Fixes bug 669386. --- diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi index 5ff4ddc22..53c0379c0 100644 --- a/vapi/gtk+-3.0.vapi +++ b/vapi/gtk+-3.0.vapi @@ -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);