Details

[Home]

Issue of the Standard # D0139

Brief

Misprint in returned type of gdk_selection_property_get()

Detailed Description

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);

Problem location(s) in the standard

Linux Standard Base Desktop Specification 3.2. Chapter 15. Libraries. 15.21.1.1. Interfaces for GTK Drawing toolkit. that refers http://www.gtk.org/api/2.6/gdk/gdk-X-Window-System-Interaction.html#id2831961

Accepted

Gnome Bugzilla, 593788

Status

Fixed in GTK+ 2.17.x

[Home]