Function
GdkX11x11_get_xatom_name_for_display
Declaration [src]
const char*
gdk_x11_get_xatom_name_for_display (
  GdkDisplay* display,
  Atom xatom
)
Description [src]
Returns the name of an X atom for its display. This function is meant mainly for debugging, so for convenience, unlike XAtomName() and the result doesn’t need to be freed.
Parameters
| display | GdkX11Display | 
| The  | |
| The data is owned by the caller of the function. | |
| xatom | Atom | 
| An X atom. |