forked from AuroraMiddleware/gtk
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:
parent
05d39e4085
commit
2f80806359
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user