Function xcb::xproto::change_property_checked[][src]

pub fn change_property_checked<'a, T>(
    c: &'a Connection,
    mode: u8,
    window: Window,
    property: Atom,
    type_: Atom,
    format: u8,
    data: &[T]
) -> VoidCookie<'a>

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.

parameters: