Fix the return type of gdk_selection_property_get

It returns the length of the property, not a boolean. Reported
in bug 593788.
This commit is contained in:
Matthias Clasen 2009-09-02 22:50:05 -04:00
parent 05d39e4085
commit 2f80806359

View File

@ -86,7 +86,7 @@ void gdk_selection_convert (GdkWindow *requestor,
GdkAtom selection,
GdkAtom target,
guint32 time_);
gboolean gdk_selection_property_get (GdkWindow *requestor,
gint gdk_selection_property_get (GdkWindow *requestor,
guchar **data,
GdkAtom *prop_type,
gint *prop_format);