Function xcb::xproto::set_selection_owner_checked[][src]

pub fn set_selection_owner_checked<'a>(
    c: &'a Connection,
    owner: Window,
    selection: Atom,
    time: Timestamp
) -> VoidCookie<'a>

Sets the owner of a selection

Makes window the owner of the selection selection and updates the last-change time of the specified selection.

TODO: briefly explain what a selection is.

parameters: