function x11_xatom_to_atom(xatom: xlib.Atom): Gdk.Atom {
// Gjs wrapper for gdk_x11_xatom_to_atom()
}
Convert from an X atom for the default display to the corresponding
Gdk.Atom.
- xatom
an X atom for the default GDK display
- Returns
the corresponding G#dkAtom.