[][src]Function clipboard_x11::free_gc_checked

pub fn free_gc_checked(
    c: &'a Connection,
    gc: u32
) -> Cookie<'a, xcb_void_cookie_t>

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.