NAME
XmuGetAtomName — returns the property name string corresponding to the specified atom.
SYNOPSIS
#include <X11/Xmu/Atoms.h>
char ∗XmuGetAtomName(d, atom)
Display ∗d;
Atom atom;
ARGUMENTS
dSpecifies a connection to an X server; returned from XOpenDisplay().
atomSpecifies the atom whose name is desired.
DESCRIPTION
XmuGetAtomName returns the property name string corresponding to the specified atom. The result is cached, such that subsequent requests do not cause another round-trip to the server. If the atom is zero, XmuGetAtomName returns "(BadAtom)".
SEE ALSO
XmuInternAtom, XmuInternStrings, XmuMakeAtom, XmuNameofAtom.
Xlib Reference Manual