NAME
xcbfreepixmap - Destroys a pixmap SYNOPSIS
#include
Request function xcbvoidcookiet xcbfreepixmap(xcbconnectiont *conn, xcbpixmapt pixmap); REQUEST ARGUMENTS conn The XCB connection to X11. pixmap The pixmap to destroy. DESCRIPTION Deletes the association between the pixmap ID and the pixmap. The pixmap storage will be freed when there are no more references to it. RETURN VALUE Returns an xcbvoidcookiet. Errors (if any) have to be handled in the event loop. If you want to handle errors directly with xcbrequestcheck instead, use xcbfreepixmapchecked. See xcb-requests(3) for details. ERRORS xcbpixmaperrort The specified pixmap does not exist. SEE ALSO
xcb-requests(3) AUTHOR Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1.13 xcbfreepixmap(3)