GNOME Bugzilla – Bug 593788
There is a misprint in the returning value of gdk_selection_property_get().
Last modified: 2009-09-03 02:56:48 UTC
There is a misprint in the documentation of gdk_selection_property_get(). gboolean gdk_selection_property_get (GdkWindow *requestor, guchar **data, GdkAtom *prop_type, gint *prop_format); But it should be written gint gdk_selection_property_get (GdkWindow *requestor, guchar **data, GdkAtom *prop_type, gint *prop_format); Reported at http://linuxtesting.ru/results/report?num=D0139
Created attachment 142239 [details] [review] Correct prototype signature