Function

GdkX11x11_get_xatom_name_for_display

since: 2.2

Declaration [src]

const gchar*
gdk_x11_get_xatom_name_for_display (
  GdkDisplay* display,
  Atom xatom
)

Description [src]

Returns the name of an X atom for its display. This function is meant mainly for debugging, so for convenience, unlike XAtomName() and gdk_atom_name(), the result doesn’t need to be freed.

Available since: 2.2

Parameters

display

Type: GdkX11Display

The GdkDisplay where xatom is defined.

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

Type: Atom

An X atom.

Return value

Type: const gchar*

Name of the X atom; this string is owned by GDK, so it shouldn’t be modifed or freed.

The data is owned by the called function.
The value is a NUL terminated UTF-8 string.