[][src]Function clipboard_x11::ffi::xcb_put_image

pub unsafe extern "C" fn xcb_put_image(
    c: *mut xcb_connection_t,
    format: u8,
    drawable: u32,
    gc: u32,
    width: u16,
    height: u16,
    dst_x: i16,
    dst_y: i16,
    left_pad: u8,
    depth: u8,
    data_len: u32,
    data: *const u8
) -> xcb_void_cookie_t