[][src]Function clipboard_x11::get_selection_owner

pub fn get_selection_owner(
    c: &'a Connection,
    selection: u32
) -> Cookie<'a, xcb_get_selection_owner_cookie_t>

Gets the owner of a selection

Gets the owner of the specified selection.

TODO: briefly explain what a selection is.

parameters:

  • c: The connection object to the server

  • selection: The selection.