XStoreName (3) Linux Manual Page
XSetWMName, XGetWMName, XStoreName, XFetchName – set or read a window’s WM_NAME property Syntaxvoid XSetWMName(Display *display, Window w, XTextProperty *text_prop); Status XGetWMName(Display *display, Window w, XTextProperty *text_prop_return); int XStoreName(Display *display, Window w, char *window_name); Status XFetchName(Display *display, Window w, char **window_name_return);Argumentsdisplay Specifies the connection to the X server. text_prop Specifies the XTextProperty structure to be used….
