Functions that operate on atoms. More...
Functions | |
Ecore_X_Atom | ecore_x_atom_get (const char *name) |
Retrieves the atom value associated to a name. More... | |
char * | ecore_x_atom_name_get (Ecore_X_Atom atom) |
Retrieves the name of the given atom. More... | |
Functions that operate on atoms.
Ecore_X_Atom ecore_x_atom_get | ( | const char * | name | ) |
Retrieves the atom value associated to a name.
name | Unused. |
Retrieves the atom value associated to a name. The reply is the returned value of the function ecore_xcb_intern_atom_reply(). If reply
is NULL
, the NULL atom is returned. Otherwise, the atom associated to the name is returned.
char* ecore_x_atom_name_get | ( | Ecore_X_Atom | atom | ) |
Retrieves the name of the given atom.
atom |