GdkX11.x11_xatom_to_atom_for_display

function x11_xatom_to_atom_for_display(display: GdkX11.X11Display, xatom: xlib.Atom): Gdk.Atom {
    // Gjs wrapper for gdk_x11_xatom_to_atom_for_display()
}
  

Convert from an X atom for a Gdk.Display to the corresponding Gdk.Atom.

Since 2.2

display

A Gdk.Display

xatom

an X atom

Returns

the corresponding Gdk.Atom.