Struct

GdkAtom

Description [src]

struct GdkAtom {
  /* No available fields */
}

An opaque type representing a string as an index into a table of strings on the X server.

Functions

gdk_atom_intern

Finds or creates an atom corresponding to a given string.

gdk_atom_intern_static_string

Finds or creates an atom corresponding to a given string.

since: 2.10

Instance methods

gdk_atom_name

Determines the string corresponding to an atom.