Function xcb::sync::get_extension_data

source ·
pub fn get_extension_data(conn: &Connection) -> Option<ExtensionData>
Expand description

Fetch server runtime info data of the Sync extension.

Might be non-blocking if prefetch_extension_data was called before. This function is of seldom use as the extensions are initialized by the Connection constructor.