Function xcb::xproto::free_gc [−][src]
pub fn free_gc<'a>(c: &'a Connection, gc: Gcontext) -> VoidCookie<'a>
Destroys a graphics context
Destroys the specified gc
and all associated storage.
parameters:
-
c: The connection object to the server
-
gc: The graphics context to destroy.