function x11_atom_to_xatom(atom: Gdk.Atom): xlib.Atom {
    // Gjs wrapper for gdk_x11_atom_to_xatom()
}
   
Converts from a Gdk.Atom to the X atom for the default GDK display
with the same string value.
- atom
 
A Gdk.Atom
 
- Returns
 
the X atom corresponding to atom.