Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmuGtAtmNm(3X) — DeltaWindows 1.3.3 Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

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

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026