[][src]Function xcb::xproto::get_selection_owner

pub fn get_selection_owner<'a>(
    c: &'a Connection,
    selection: Atom
) -> GetSelectionOwnerCookie<'a>

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.