Query: xgetatomname
OS: hpux
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XGetAtomName(3X) XLIB FUNCTIONS XGetAtomName(3X)NAMEXGetAtomName - returns the name associated with the specified atomSYNTAXP char *XGetAtomName(display, atom) Display *display; Atom atom;ARGUMENTSdisplay Specifies the connection to the X server. atom Specifies the atom for the property name you want returned.DESCRIPTIONThe XGetAtomName function returns the name associated with the specified atom. If the data returned by the server is in the Latin Portable Character Encoding, then the returned string is in the Host Portable Character Encoding. Otherwise, the result is implementation depen- dent. To free the resulting string, call XFree. XGetAtomName can generate a BadAtom error.DIAGNOSTICSBadAlloc The server failed to allocate the requested resource or server memory. BadAtom A value for an Atom argument does not name a defined Atom. BadValue Some numeric value falls outside the range of values accepted by the request. Unless a specific range is specified for an argu- ment, the full range defined by the argument's type is accepted. Any argument defined as a set of alternatives can generate this error.SEE ALSOXInternAtom(3X), XInternAtoms(3X), XGetAtomNames(3X) X Version 11 Release 6 XGetAtomName(3X)
Related Man Pages |
---|
xgetatomnames(3) - debian |
xinternatom(3) - debian |
xgetatomnames(3) - centos |
xinternatom(3) - centos |
xinternatom(3) - suse |
Similar Topics in the Unix Linux Community |
---|
compile xev on HPUX 10.20 - errors |