GNOME Bugzilla – Bug 591432
There is incomplete information on the returning value of gdk_xid_table_lookup
Last modified: 2009-08-18 12:38:45 UTC
Documentation Section: X Window System Interaction — X backend-specific functions function name: gdk_xid_table_lookup Returns : the associated Gdk object, which may be a GdkPixmap, a GdkWindow or a GdkFont. Correct version: Returns : the associated Gdk object, which may be a GdkPixmap, a GdkWindow, a GdkFont or NULL if X id is not found. Other information: gdk_xid_table_lookup() calls gdk_xid_table_lookup_for_display(), which in turn calls g_hash_table_lookup(). The additional information about NULL value is mentioned there.
I would like to know where can I see the fixed version of documentation of gdk_xid_table_lookup()?
In the source code. And on library.gnome.org when the docs there get updated for the latest release.