Status XGetWMProtocols(display, w, protocols_return, count_return)
Display *display;
Window w;
Atom **protocols_return;
int *count_return;
display | Specifies the connection to the X server. X サーバへの接続を指定する。 |
w | Specifies the window. ウィンドウを指定する。 |
protocols_return | Returns the list of protocols. |
count_return | Returns the number of protocols in the list. プロトコルのリストが返される。 |
XGetWMProtocols()
can generate a
BadWindow
error.
XGetWMProtocolsはエラー
BadWindowを起こすことがある。
BadWindow | A value for a Window argument does not name a defined Window. |