Function xcb::ffi::base::xcb_get_file_descriptor [−][src]
pub unsafe extern "C" fn xcb_get_file_descriptor(
c: *mut xcb_connection_t
) -> c_int
Access the file descriptor of the connection.
Accessor for the file descriptor that was passed to the xcb_connect_to_fd call that returned @p c.
Returns The file descriptor.