logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmGetAtomName — A function that returns the string representation for an atom "XmGetAtomName" "atoms"

Description

XmGetAtomName  returns  the  string  representation for an atom.  It mirrors the Xlib interfaces for atom
       management but provides client-side caching. When and where caching is provided  in  Xlib,  the  routines
       will become pseudonyms for the Xlib routines.

       display   Specifies the connection to the X server

       atom      Specifies the atom for the property name you want returned

Name

XmGetAtomName — A function that returns the string representation for an atom "XmGetAtomName" "atoms"

Return

       Returns  a  string.   The  function  allocates  space  to  hold  the returned string.  The application is
       responsible for managing the allocated space.  The application can recover the allocated space by calling
       XFree.

                                                                                                XmGetAtomName(3)

Synopsis

       #include <Xm/Xm.h>
       #include <Xm/AtomMgr.h>
       StringXmGetAtomName(
       Display*display,
       Atomatom);

See Also