[][src]Function clipboard_x11::put_image

pub fn put_image(
    c: &'a Connection,
    format: u8,
    drawable: u32,
    gc: u32,
    width: u16,
    height: u16,
    dst_x: i16,
    dst_y: i16,
    left_pad: u8,
    depth: u8,
    data: &[u8]
) -> Cookie<'a, xcb_void_cookie_t>