Function
GdkX11x11_xatom_to_atom_for_display
since: 2.2
Declaration [src]
GdkAtom
gdk_x11_xatom_to_atom_for_display (
GdkDisplay* display,
Atom xatom
)
Description [src]
Convert from an X atom for a GdkDisplay
to the corresponding
GdkAtom
.
Available since: 2.2
Parameters
display
-
Type:
GdkX11Display
A
GdkDisplay
.The data is owned by the caller of the function. xatom
-
Type:
Atom
An X atom.
Return value
Type: GdkAtom
The corresponding GdkAtom
.