[][src]Function clipboard_x11::free_pixmap

pub fn free_pixmap(
    c: &'a Connection,
    pixmap: u32
) -> Cookie<'a, xcb_void_cookie_t>

Destroys a pixmap

Deletes the association between the pixmap ID and the pixmap. The pixmap storage will be freed when there are no more references to it.

parameters:

  • c: The connection object to the server

  • pixmap: The pixmap to destroy.