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: GdkX11Display

A GdkDisplay.

The data is owned by the caller of the function.
atom

Type: GdkAtom

A GdkAtom, or GDK_NONE.

Return value

Type: Atom

The X atom corresponding to atom, or %None.