Struct xcb::ffi::base::xcb_auth_info_t [] [src]

#[repr(C)]
pub struct xcb_auth_info_t { pub namelen: c_int, pub name: *mut c_char, pub datalen: c_int, pub data: *mut c_char, }

Container for authorization information. A container for authorization information to be sent to the X server

Fields

length of the string name (as returned by strlen)

String containing the authentication protocol name, such as "MIT-MAGIC-COOKIE-1" or "XDM-AUTHORIZATION-1".

length of the data member

data interpreted in a protocol specific manner