[][src]Function xcb::ffi::xproto::xcb_free_pixmap

pub unsafe extern "C" fn xcb_free_pixmap(
    c: *mut xcb_connection_t,
    pixmap: xcb_pixmap_t
) -> 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.