xcb_auth_info_t

@brief Container for authorization information.

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

extern (C)
struct xcb_auth_info_t {}

Members

Variables

data
char* data;

< Data interpreted in a protocol-specific manner.

datalen
int datalen;

< Length of the data member.

name
char* name;

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

namelen
int namelen;

< Length of the string name (as returned by strlen).

Meta