Status XGetWMName(display, w, text_prop_return)
Display *display;
Window w;
XTextProperty *text_prop_return;
| display | Specifies the connection to the X server. X サーバへの接続を指定する。 |
| w | Specifies the window. ウィンドウを指定する。 |
| text_prop_return | Returns the
XTextProperty
structure. XTextProperty構造体が返される。 |