Specifies the atom for the property name you want returned.
Specifies the array of atoms.
Specifies the name associated with the atom you want returned.
Returns the atoms.
Specifies the number of atom names in the array.
Specifies the number of atom names in the array.
Specifies the connection to the X server.
Specifies the array of atom names.
Returns the atom names.
Specifies a Boolean value that indicates whether the atom must be created.
XInternAtom can generate BadAlloc and BadValue errors.
The XInternAtoms function returns the atom identifiers associated with the specified names. The atoms are stored in the atoms_return array supplied by the caller. Calling this function is equivalent to calling XInternAtom for each of the names in turn with the specified value of only_if_exists, but this function minimizes the number of round-trip protocol exchanges between the client and the X server.
This function returns a nonzero status if atoms are returned for all of the names; otherwise, it returns zero.
XInternAtoms can generate BadAlloc and BadValue errors.
The XGetAtomName function returns the name associated with the specified atom. If the data returned by the server is in the Latin Portable Character Encoding, then the returned string is in the Host Portable Character Encoding. Otherwise, the result is implementation-dependent. To free the resulting string, call XFree.
XGetAtomName can generate a BadAtom error.
The XGetAtomNames function returns the names associated with the specified atoms. The names are stored in the names_return array supplied by the caller. Calling this function is equivalent to calling XGetAtomName for each of the atoms in turn, but this function minimizes the number of round-trip protocol exchanges between the client and the X server.
This function returns a nonzero status if names are returned for all of the atoms; otherwise, it returns zero.
XGetAtomNames can generate a BadAtom error.