xcb_free_pixmap_checked

@brief Destroys a pixmap

@param c The connection @param pixmap The pixmap to destroy. @return A cookie

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

This form can be used only if the request will not cause a reply to be generated. Any returned error will be saved for handling by xcb_request_check().

extern (C)
xcb_free_pixmap_checked

Meta