GNOME Bugzilla – Bug 687633
gtk_color_chooser_get_rgba: wrong annotations, broke bindings API
Last modified: 2014-01-08 18:33:14 UTC
Created attachment 228097 [details] [review] untested patch to fix the annotations of gtk_color_chooser_get_rgba Hi, a recent archlinux update broke part of my application, because gtk_color_chooser_set_rgba now requires two arguments instead of one. In other words, I had to write: mychooser.get_rgba(mycolor) instead of mycolor = mychooser.get_rgba() I don't know much about gobject introspection and its annotations, but I think the attached (untested!) patch will fix it. Regards, Fabian Henze
Review of attachment 228097 [details] [review]: looks good to me
Comment on attachment 228097 [details] [review] untested patch to fix the annotations of gtk_color_chooser_get_rgba Pushed to the master branch.
*** Bug 696971 has been marked as a duplicate of this bug. ***