#include <xcb.h>
Data Fields | |
| int | namelen |
| char * | name |
| int | datalen |
| char * | data |
A container for authorization information to be sent to the X server.
|
|
Data interpreted in a protocol-specific manner. |
|
|
Length of the data member. |
|
|
String containing the authentication protocol name, such as "MIT-MAGIC-COOKIE-1" or "XDM-AUTHORIZATION-1". |
|
|
Length of the string name (as returned by strlen). |
1.4.4