NAME
XmuNameOfAtom — return property name string represented by an AtomPtr.
SYNOPSIS
#include <X11/Xmu/Atoms.h>
char ∗XmuNameOfAtom(atom_ptr)
AtomPtr atom_ptr;
ARGUMENTS
atom_ptrSpecifies the AtomPtr.
DESCRIPTION
XmuNameOfAtom returns the property name string represented by the specified AtomPtr.
SEE ALSO
XmuGetAtomName, XmuInternAtom, XmuInternStrings, XmuMakeAtom.
Xlib Reference Manual