Function xcb::ffi::xproto::xcb_change_property_checked [−][src]
pub unsafe extern "C" fn xcb_change_property_checked(
c: *mut xcb_connection_t,
mode: u8,
window: xcb_window_t,
property: xcb_atom_t,
type_: xcb_atom_t,
format: u8,
data_len: u32,
data: *const c_void
) -> xcb_void_cookie_t
Changes a window property
Sets or updates a property on the specified window
. Properties are for
example the window title (WM_NAME
) or its minimum size (WM_NORMAL_HINTS
).
Protocols such as EWMH also use properties - for example EWMH defines the
window title, encoded as UTF-8 string, in the _NET_WM_NAME
property.