XtReleasePropertyAtom (3) Linux Manual Page
XtReservePropertyAtom, XtReleasePropertyAtom – maintain a cache of property atoms Syntax #include <X11/Intrinsic.h> Atom XtReservePropertyAtom(Widget w); void XtReleasePropertyAtom(Widget w, Atom atom); Arguments w Specifies the widget used to reserve the atom. atom Specifies the atom whose reservation is to be released. Description XtReservePropertyAtom returns an atom that may be used for properties in conjunction with conversion…
