XCB  1.11.1
Data Fields
xcb_auth_info_t Struct Reference

Container for authorization information. More...

#include <xcb.h>

Data Fields

int namelen
char * name
int datalen
char * data

Detailed Description

Container for authorization information.

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


Field Documentation

Data interpreted in a protocol-specific manner.

Referenced by xcb_connect_to_display_with_auth_info().

Length of the data member.

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

Referenced by xcb_connect_to_display_with_auth_info().

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


The documentation for this struct was generated from the following file: