Details
[Home]
Issue of the Standard # D0132
Brief
There is a misprint in the returning value of gdk_pixmap_lookup()
Detailed Description
There is a misprint in the documentation of gdk_pixmap_lookup(). Returns : the GdkWindow wrapper for the native window, or NULL if there is none. Expected to be Returns : the GdkPixmap wrapper for the native pixmap, or NULL if there is none.
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#id2870205
Possible solutions
Expected to change two words. Returns : the GdkPixmap wrapper for the native pixmap, or NULL if there is none.
Accepted
Gnome Bugzilla, 592862
Status
Fixed in GTK+ 2.17.10
[Home]