Method

GdkAtomname

Declaration [src]

gchar*
gdk_atom_name (
  GdkAtom atom
)

Description [src]

Determines the string corresponding to an atom.

Return value

Type: gchar*

A newly-allocated string containing the string corresponding to atom. When you are done with the return value, you should free it using g_free().

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.