NAME
XmuInternStrings — get the atoms for several property name strings.
SYNOPSIS
#include <X11/Xmu/Atoms.h>
void XmuInternStrings(d, names, count, atoms)
Display ∗d;
String ∗names;
Cardinal count;
Atom ∗atoms;
ARGUMENTS
dSpecifies a connection to an X server; returned from XOpenDisplay().
namesSpecifies the strings to intern.
countSpecifies the number of strings.
atomsReturns the list of Atoms value.
DESCRIPTION
XmuInternStrings converts a list of property name strings into a list of atoms, possibly by querying the server. The results are cached, such that subsequent requests do not cause further round-trips to the server. The caller is responsible for preallocating the array of atoms.
SEE ALSO
XmuGetAtomName, XmuInternAtom, XmuMakeAtom, XmuNameofAtom.
Xlib Reference Manual