Gdk API doc updates.

This commit is contained in:
Matthias Clasen
2002-10-22 22:11:22 +00:00
parent f1b8a1ce57
commit f900039c8f
25 changed files with 509 additions and 77 deletions

View File

@ -92,6 +92,16 @@ gdk_xid_table_lookup_for_display (GdkDisplay *display,
return data;
}
/**
* gdk_xid_table_lookup:
* @xid: an X id.
*
* Returns the Gdk object associated with the given X id.
*
* Return value: the associated Gdk object, which may be a #GdkPixmap,
* a #GdkWindow or a #GdkFont.
**/
gpointer
gdk_xid_table_lookup (XID xid)
{