Function xcb::render::get_extension_data
source ยท pub fn get_extension_data(conn: &Connection) -> Option<ExtensionData>
Expand description
Fetch server runtime info data of the Render
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.