void XSetWMIconName(display, w, text_prop)
Display *display;
Window w;
XTextProperty *text_prop;
| display | Specifies the connection to the X server. |
| w | Specifies the window. |
| text_prop | Specifies the XTextProperty structure to be used. |