xcb_icccm_set_wm_client_machine_checked

@brief Deliver a SetProperty request to set WM_CLIENT_MACHINE property value. @param c The connection to the X server. @param window Window X identifier. @param encoding Encoding used for the data passed in the name parameter, the set property will also have this encoding as its type. @param format Encoding format. @param name_len Length of name value to set. @param name Name value to set.

extern (C)
xcb_icccm_set_wm_client_machine_checked
(,
xcb_window_t window
,
xcb_atom_t encoding
,
ubyte format
,,
const char* name
)

Meta