[][src]Function xcb::ffi::base::xcb_disconnect

pub unsafe extern "C" fn xcb_disconnect(c: *mut xcb_connection_t)

Closes the connection.

Closes the file descriptor and frees all memory associated with the connection @c c. If @p c is @c NULL, nothing is done.