Function xcb::xproto::free_gc_checked
[−]
[src]
pub fn free_gc_checked<'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.