NAME
xcbfreegc - Destroys a graphics context SYNOPSIS
#include
Request function xcbvoidcookiet xcbfreegc(xcbconnectiont *conn, xcbgcontextt gc); REQUEST ARGUMENTS conn The XCB connection to X11. gc The graphics context to destroy. DESCRIPTION Destroys the specified gc and all associated storage. 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 xcbfreegcchecked. See xcb-requests(3) for details. ERRORS xcbgcontexterrort The specified graphics context 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 xcbfreegc(3)