XCB
1.12
|
Container for authorization information. More...
#include <xcb.h>
Data Fields | |
int | namelen |
char * | name |
int | datalen |
char * | data |
Container for authorization information.
A container for authorization information to be sent to the X server.
char* xcb_auth_info_t::data |
Data interpreted in a protocol-specific manner.
Referenced by xcb_connect_to_display_with_auth_info().
int xcb_auth_info_t::datalen |
Length of the data member.
char* xcb_auth_info_t::name |
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().
int xcb_auth_info_t::namelen |
Length of the string name (as returned by strlen).