Function
GdkX11x11_atom_to_xatom_for_display
since: 2.2
Declaration [src]
Atom
gdk_x11_atom_to_xatom_for_display (
GdkDisplay* display,
GdkAtom atom
)
Description [src]
Converts from a GdkAtom to the X atom for a GdkDisplay
with the same string value. The special value GDK_NONE
is converted to %None.
Available since: 2.2
Parameters
display-
Type:
GdkX11DisplayA
GdkDisplay.The data is owned by the caller of the function. atom-
Type:
GdkAtomA
GdkAtom, orGDK_NONE.
Return value
Type: Atom
The X atom corresponding to atom, or %None.