XGetTextProperty (3) Linux Manual Page
XSetTextProperty, XGetTextProperty – set and read text properties Syntax void XSetTextProperty(Display *display, Window w, XTextProperty *text_prop, Atom property); Status XGetTextProperty(Display *display, Window w, XTextProperty *text_prop_return, Atom property); Arguments display Specifies the connection to the X server. property Specifies the property name. text_prop Specifies the XTextProperty structure to be used. text_prop_return Returns the XTextProperty structure. Description…
