Ecore_X_Atom_Group (3) - Linux Manuals
Ecore_X_Atom_Group: Functions that operate on atoms.
NAME
XCB Atom Functions - Functions that operate on atoms.
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.
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.
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.
Author
Generated automatically by Doxygen for Ecore from the source code.