XCB Atom Functions
Functions that operate on atoms. More...Functions | |
| EAPI void | ecore_x_atom_get_prefetch (const char *name) |
| Sends the InternAtom request. | |
| EAPI void | ecore_x_atom_get_fetch (void) |
| Gets the reply of the InternAtom request sent by ecore_x_atom_get_prefetch(). | |
| EAPI Ecore_X_Atom | ecore_x_atom_get (const char *name __UNUSED__) |
| Retrieves the atom value associated to a name. | |
Detailed Description
Functions that operate on atoms.
Function Documentation
| EAPI Ecore_X_Atom ecore_x_atom_get | ( | const char *name | __UNUSED__ | ) |
Retrieves the atom value associated to a name.
- Parameters:
-
name Unused.
- Returns:
- Associated atom value.
reply is NULL, the NULL atom is returned. Otherwise, the atom associated to the name is returned.To use this function, you must call before, and in order, ecore_x_atom_get_prefetch(), which sends the InternAtom request, then ecore_x_atom_get_fetch(), which gets the reply.
References ecore_x_atom_get().
| EAPI void ecore_x_atom_get_prefetch | ( | const char * | name | ) |
Sends the InternAtom request.
- Parameters:
-
name Name of the requested atom.