std.c.linux.X11.xcb.sync

@defgroup XCB_Sync_API XCB Sync API @brief Sync XCB Protocol Implementation. @{

Members

Aliases

xcb_sync_alarm_t
alias xcb_sync_alarm_t = uint
Undocumented in source.
xcb_sync_counter_t
alias xcb_sync_counter_t = uint
Undocumented in source.

Enums

XCB_SYNC_ALARMSTATE_ACTIVE
anonymousenum XCB_SYNC_ALARMSTATE_ACTIVE
Undocumented in source.
XCB_SYNC_CA_COUNTER
anonymousenum XCB_SYNC_CA_COUNTER
Undocumented in source.
XCB_SYNC_TESTTYPE_POSITIVE_TRANSITION
anonymousenum XCB_SYNC_TESTTYPE_POSITIVE_TRANSITION
Undocumented in source.
XCB_SYNC_VALUETYPE_ABSOLUTE
anonymousenum XCB_SYNC_VALUETYPE_ABSOLUTE
Undocumented in source.

Functions

xcb_sync_alarm_end
xcb_generic_iterator_t xcb_sync_alarm_end(xcb_sync_alarm_iterator_t i)

* * xcb_generic_iterator_t xcb_sync_alarm_end * * @param xcb_sync_alarm_iterator_t i * @returns xcb_generic_iterator_t *

xcb_sync_alarm_next
void xcb_sync_alarm_next(xcb_sync_alarm_iterator_t* i)

* * void xcb_sync_alarm_next * * @param xcb_sync_alarm_iterator_t *i * @returns void *

xcb_sync_await
xcb_void_cookie_t xcb_sync_await(xcb_connection_t* c, uint wait_list_len, xcb_sync_waitcondition_t* wait_list)

* * xcb_void_cookie_t xcb_sync_await * * @param xcb_connection_t *c * @param uint wait_list_len * @param /+const+/ xcb_sync_waitcondition_t *wait_list * @returns xcb_void_cookie_t *

xcb_sync_await_checked
xcb_void_cookie_t xcb_sync_await_checked(xcb_connection_t* c, uint wait_list_len, xcb_sync_waitcondition_t* wait_list)

* * xcb_void_cookie_t xcb_sync_await_checked * * @param xcb_connection_t *c * @param uint wait_list_len * @param /+const+/ xcb_sync_waitcondition_t *wait_list * @returns xcb_void_cookie_t *

xcb_sync_change_alarm
xcb_void_cookie_t xcb_sync_change_alarm(xcb_connection_t* c, xcb_sync_alarm_t id, uint value_mask, uint* value_list)

* * xcb_void_cookie_t xcb_sync_change_alarm * * @param xcb_connection_t *c * @param xcb_sync_alarm_t id * @param uint value_mask * @param /+const+/ uint *value_list * @returns xcb_void_cookie_t *

xcb_sync_change_alarm_checked
xcb_void_cookie_t xcb_sync_change_alarm_checked(xcb_connection_t* c, xcb_sync_alarm_t id, uint value_mask, uint* value_list)

* * xcb_void_cookie_t xcb_sync_change_alarm_checked * * @param xcb_connection_t *c * @param xcb_sync_alarm_t id * @param uint value_mask * @param /+const+/ uint *value_list * @returns xcb_void_cookie_t *

xcb_sync_change_counter
xcb_void_cookie_t xcb_sync_change_counter(xcb_connection_t* c, xcb_sync_counter_t counter, xcb_sync_int64_t amount)

* * xcb_void_cookie_t xcb_sync_change_counter * * @param xcb_connection_t *c * @param xcb_sync_counter_t counter * @param xcb_sync_int64_t amount * @returns xcb_void_cookie_t *

xcb_sync_change_counter_checked
xcb_void_cookie_t xcb_sync_change_counter_checked(xcb_connection_t* c, xcb_sync_counter_t counter, xcb_sync_int64_t amount)

* * xcb_void_cookie_t xcb_sync_change_counter_checked * * @param xcb_connection_t *c * @param xcb_sync_counter_t counter * @param xcb_sync_int64_t amount * @returns xcb_void_cookie_t *

xcb_sync_counter_end
xcb_generic_iterator_t xcb_sync_counter_end(xcb_sync_counter_iterator_t i)

* * xcb_generic_iterator_t xcb_sync_counter_end * * @param xcb_sync_counter_iterator_t i * @returns xcb_generic_iterator_t *

xcb_sync_counter_next
void xcb_sync_counter_next(xcb_sync_counter_iterator_t* i)

* * void xcb_sync_counter_next * * @param xcb_sync_counter_iterator_t *i * @returns void *

xcb_sync_create_alarm
xcb_void_cookie_t xcb_sync_create_alarm(xcb_connection_t* c, xcb_sync_alarm_t id, uint value_mask, uint* value_list)

* * xcb_void_cookie_t xcb_sync_create_alarm * * @param xcb_connection_t *c * @param xcb_sync_alarm_t id * @param uint value_mask * @param /+const+/ uint *value_list * @returns xcb_void_cookie_t *

xcb_sync_create_alarm_checked
xcb_void_cookie_t xcb_sync_create_alarm_checked(xcb_connection_t* c, xcb_sync_alarm_t id, uint value_mask, uint* value_list)

* * xcb_void_cookie_t xcb_sync_create_alarm_checked * * @param xcb_connection_t *c * @param xcb_sync_alarm_t id * @param uint value_mask * @param /+const+/ uint *value_list * @returns xcb_void_cookie_t *

xcb_sync_create_counter
xcb_void_cookie_t xcb_sync_create_counter(xcb_connection_t* c, xcb_sync_counter_t id, xcb_sync_int64_t initial_value)

* * xcb_void_cookie_t xcb_sync_create_counter * * @param xcb_connection_t *c * @param xcb_sync_counter_t id * @param xcb_sync_int64_t initial_value * @returns xcb_void_cookie_t *

xcb_sync_create_counter_checked
xcb_void_cookie_t xcb_sync_create_counter_checked(xcb_connection_t* c, xcb_sync_counter_t id, xcb_sync_int64_t initial_value)

* * xcb_void_cookie_t xcb_sync_create_counter_checked * * @param xcb_connection_t *c * @param xcb_sync_counter_t id * @param xcb_sync_int64_t initial_value * @returns xcb_void_cookie_t *

xcb_sync_destroy_alarm
xcb_void_cookie_t xcb_sync_destroy_alarm(xcb_connection_t* c, xcb_sync_alarm_t alarm)

* * xcb_void_cookie_t xcb_sync_destroy_alarm * * @param xcb_connection_t *c * @param xcb_sync_alarm_t alarm * @returns xcb_void_cookie_t *

xcb_sync_destroy_alarm_checked
xcb_void_cookie_t xcb_sync_destroy_alarm_checked(xcb_connection_t* c, xcb_sync_alarm_t alarm)

* * xcb_void_cookie_t xcb_sync_destroy_alarm_checked * * @param xcb_connection_t *c * @param xcb_sync_alarm_t alarm * @returns xcb_void_cookie_t *

xcb_sync_destroy_counter
xcb_void_cookie_t xcb_sync_destroy_counter(xcb_connection_t* c, xcb_sync_counter_t counter)

* * xcb_void_cookie_t xcb_sync_destroy_counter * * @param xcb_connection_t *c * @param xcb_sync_counter_t counter * @returns xcb_void_cookie_t *

xcb_sync_destroy_counter_checked
xcb_void_cookie_t xcb_sync_destroy_counter_checked(xcb_connection_t* c, xcb_sync_counter_t counter)

* * xcb_void_cookie_t xcb_sync_destroy_counter_checked * * @param xcb_connection_t *c * @param xcb_sync_counter_t counter * @returns xcb_void_cookie_t *

xcb_sync_get_priority
xcb_sync_get_priority_cookie_t xcb_sync_get_priority(xcb_connection_t* c, uint id)

* * xcb_sync_get_priority_cookie_t xcb_sync_get_priority * * @param xcb_connection_t *c * @param uint id * @returns xcb_sync_get_priority_cookie_t *

xcb_sync_get_priority_reply
xcb_sync_get_priority_reply_t* xcb_sync_get_priority_reply(xcb_connection_t* c, xcb_sync_get_priority_cookie_t cookie, xcb_generic_error_t** e)

* * xcb_sync_get_priority_reply_t * xcb_sync_get_priority_reply * * @param xcb_connection_t *c * @param xcb_sync_get_priority_cookie_t cookie * @param xcb_generic_error_t **e * @returns xcb_sync_get_priority_reply_t * *

xcb_sync_get_priority_unchecked
xcb_sync_get_priority_cookie_t xcb_sync_get_priority_unchecked(xcb_connection_t* c, uint id)

* * xcb_sync_get_priority_cookie_t xcb_sync_get_priority_unchecked * * @param xcb_connection_t *c * @param uint id * @returns xcb_sync_get_priority_cookie_t *

xcb_sync_initialize
xcb_sync_initialize_cookie_t xcb_sync_initialize(xcb_connection_t* c)

* * xcb_sync_initialize_cookie_t xcb_sync_initialize * * @param xcb_connection_t *c * @returns xcb_sync_initialize_cookie_t *

xcb_sync_initialize_reply
xcb_sync_initialize_reply_t* xcb_sync_initialize_reply(xcb_connection_t* c, xcb_sync_initialize_cookie_t cookie, xcb_generic_error_t** e)

* * xcb_sync_initialize_reply_t * xcb_sync_initialize_reply * * @param xcb_connection_t *c * @param xcb_sync_initialize_cookie_t cookie * @param xcb_generic_error_t **e * @returns xcb_sync_initialize_reply_t * *

xcb_sync_initialize_unchecked
xcb_sync_initialize_cookie_t xcb_sync_initialize_unchecked(xcb_connection_t* c)

* * xcb_sync_initialize_cookie_t xcb_sync_initialize_unchecked * * @param xcb_connection_t *c * @returns xcb_sync_initialize_cookie_t *

xcb_sync_int64_end
xcb_generic_iterator_t xcb_sync_int64_end(xcb_sync_int64_iterator_t i)

* * xcb_generic_iterator_t xcb_sync_int64_end * * @param xcb_sync_int64_iterator_t i * @returns xcb_generic_iterator_t *

xcb_sync_int64_next
void xcb_sync_int64_next(xcb_sync_int64_iterator_t* i)

* * void xcb_sync_int64_next * * @param xcb_sync_int64_iterator_t *i * @returns void *

xcb_sync_list_system_counters
xcb_sync_list_system_counters_cookie_t xcb_sync_list_system_counters(xcb_connection_t* c)

* * xcb_sync_list_system_counters_cookie_t xcb_sync_list_system_counters * * @param xcb_connection_t *c * @returns xcb_sync_list_system_counters_cookie_t *

xcb_sync_list_system_counters_counters_iterator
xcb_sync_systemcounter_iterator_t xcb_sync_list_system_counters_counters_iterator(xcb_sync_list_system_counters_reply_t* R)

* * xcb_sync_systemcounter_iterator_t xcb_sync_list_system_counters_counters_iterator * * @param /+const+/ xcb_sync_list_system_counters_reply_t *R * @returns xcb_sync_systemcounter_iterator_t *

xcb_sync_list_system_counters_counters_length
int xcb_sync_list_system_counters_counters_length(xcb_sync_list_system_counters_reply_t* R)

* * int xcb_sync_list_system_counters_counters_length * * @param /+const+/ xcb_sync_list_system_counters_reply_t *R * @returns int *

xcb_sync_list_system_counters_reply
xcb_sync_list_system_counters_reply_t* xcb_sync_list_system_counters_reply(xcb_connection_t* c, xcb_sync_list_system_counters_cookie_t cookie, xcb_generic_error_t** e)

* * xcb_sync_list_system_counters_reply_t * xcb_sync_list_system_counters_reply * * @param xcb_connection_t *c * @param xcb_sync_list_system_counters_cookie_t cookie * @param xcb_generic_error_t **e * @returns xcb_sync_list_system_counters_reply_t * *

xcb_sync_list_system_counters_unchecked
xcb_sync_list_system_counters_cookie_t xcb_sync_list_system_counters_unchecked(xcb_connection_t* c)

* * xcb_sync_list_system_counters_cookie_t xcb_sync_list_system_counters_unchecked * * @param xcb_connection_t *c * @returns xcb_sync_list_system_counters_cookie_t *

xcb_sync_query_alarm
xcb_sync_query_alarm_cookie_t xcb_sync_query_alarm(xcb_connection_t* c, xcb_sync_alarm_t alarm)

* * xcb_sync_query_alarm_cookie_t xcb_sync_query_alarm * * @param xcb_connection_t *c * @param xcb_sync_alarm_t alarm * @returns xcb_sync_query_alarm_cookie_t *

xcb_sync_query_alarm_reply
xcb_sync_query_alarm_reply_t* xcb_sync_query_alarm_reply(xcb_connection_t* c, xcb_sync_query_alarm_cookie_t cookie, xcb_generic_error_t** e)

* * xcb_sync_query_alarm_reply_t * xcb_sync_query_alarm_reply * * @param xcb_connection_t *c * @param xcb_sync_query_alarm_cookie_t cookie * @param xcb_generic_error_t **e * @returns xcb_sync_query_alarm_reply_t * *

xcb_sync_query_alarm_unchecked
xcb_sync_query_alarm_cookie_t xcb_sync_query_alarm_unchecked(xcb_connection_t* c, xcb_sync_alarm_t alarm)

* * xcb_sync_query_alarm_cookie_t xcb_sync_query_alarm_unchecked * * @param xcb_connection_t *c * @param xcb_sync_alarm_t alarm * @returns xcb_sync_query_alarm_cookie_t *

xcb_sync_query_counter
xcb_sync_query_counter_cookie_t xcb_sync_query_counter(xcb_connection_t* c, xcb_sync_counter_t counter)

* * xcb_sync_query_counter_cookie_t xcb_sync_query_counter * * @param xcb_connection_t *c * @param xcb_sync_counter_t counter * @returns xcb_sync_query_counter_cookie_t *

xcb_sync_query_counter_reply
xcb_sync_query_counter_reply_t* xcb_sync_query_counter_reply(xcb_connection_t* c, xcb_sync_query_counter_cookie_t cookie, xcb_generic_error_t** e)

* * xcb_sync_query_counter_reply_t * xcb_sync_query_counter_reply * * @param xcb_connection_t *c * @param xcb_sync_query_counter_cookie_t cookie * @param xcb_generic_error_t **e * @returns xcb_sync_query_counter_reply_t * *

xcb_sync_query_counter_unchecked
xcb_sync_query_counter_cookie_t xcb_sync_query_counter_unchecked(xcb_connection_t* c, xcb_sync_counter_t counter)

* * xcb_sync_query_counter_cookie_t xcb_sync_query_counter_unchecked * * @param xcb_connection_t *c * @param xcb_sync_counter_t counter * @returns xcb_sync_query_counter_cookie_t *

xcb_sync_set_counter
xcb_void_cookie_t xcb_sync_set_counter(xcb_connection_t* c, xcb_sync_counter_t counter, xcb_sync_int64_t value)

* * xcb_void_cookie_t xcb_sync_set_counter * * @param xcb_connection_t *c * @param xcb_sync_counter_t counter * @param xcb_sync_int64_t value * @returns xcb_void_cookie_t *

xcb_sync_set_counter_checked
xcb_void_cookie_t xcb_sync_set_counter_checked(xcb_connection_t* c, xcb_sync_counter_t counter, xcb_sync_int64_t value)

* * xcb_void_cookie_t xcb_sync_set_counter_checked * * @param xcb_connection_t *c * @param xcb_sync_counter_t counter * @param xcb_sync_int64_t value * @returns xcb_void_cookie_t *

xcb_sync_set_priority
xcb_void_cookie_t xcb_sync_set_priority(xcb_connection_t* c, uint id, int priority)

* * xcb_void_cookie_t xcb_sync_set_priority * * @param xcb_connection_t *c * @param uint id * @param int priority * @returns xcb_void_cookie_t *

xcb_sync_set_priority_checked
xcb_void_cookie_t xcb_sync_set_priority_checked(xcb_connection_t* c, uint id, int priority)

* * xcb_void_cookie_t xcb_sync_set_priority_checked * * @param xcb_connection_t *c * @param uint id * @param int priority * @returns xcb_void_cookie_t *

xcb_sync_systemcounter_end
xcb_generic_iterator_t xcb_sync_systemcounter_end(xcb_sync_systemcounter_iterator_t i)

* * xcb_generic_iterator_t xcb_sync_systemcounter_end * * @param xcb_sync_systemcounter_iterator_t i * @returns xcb_generic_iterator_t *

xcb_sync_systemcounter_name
ubyte* xcb_sync_systemcounter_name(xcb_sync_systemcounter_t* R)

* * ubyte * xcb_sync_systemcounter_name * * @param /+const+/ xcb_sync_systemcounter_t *R * @returns ubyte * *

xcb_sync_systemcounter_name_end
xcb_generic_iterator_t xcb_sync_systemcounter_name_end(xcb_sync_systemcounter_t* R)

* * xcb_generic_iterator_t xcb_sync_systemcounter_name_end * * @param /+const+/ xcb_sync_systemcounter_t *R * @returns xcb_generic_iterator_t *

xcb_sync_systemcounter_name_length
int xcb_sync_systemcounter_name_length(xcb_sync_systemcounter_t* R)

* * int xcb_sync_systemcounter_name_length * * @param /+const+/ xcb_sync_systemcounter_t *R * @returns int *

xcb_sync_systemcounter_next
void xcb_sync_systemcounter_next(xcb_sync_systemcounter_iterator_t* i)

* * void xcb_sync_systemcounter_next * * @param xcb_sync_systemcounter_iterator_t *i * @returns void *

xcb_sync_trigger_end
xcb_generic_iterator_t xcb_sync_trigger_end(xcb_sync_trigger_iterator_t i)

* * xcb_generic_iterator_t xcb_sync_trigger_end * * @param xcb_sync_trigger_iterator_t i * @returns xcb_generic_iterator_t *

xcb_sync_trigger_next
void xcb_sync_trigger_next(xcb_sync_trigger_iterator_t* i)

* * void xcb_sync_trigger_next * * @param xcb_sync_trigger_iterator_t *i * @returns void *

xcb_sync_waitcondition_end
xcb_generic_iterator_t xcb_sync_waitcondition_end(xcb_sync_waitcondition_iterator_t i)

* * xcb_generic_iterator_t xcb_sync_waitcondition_end * * @param xcb_sync_waitcondition_iterator_t i * @returns xcb_generic_iterator_t *

xcb_sync_waitcondition_next
void xcb_sync_waitcondition_next(xcb_sync_waitcondition_iterator_t* i)

* * void xcb_sync_waitcondition_next * * @param xcb_sync_waitcondition_iterator_t *i * @returns void *

Structs

xcb_sync_alarm_error_t
struct xcb_sync_alarm_error_t

@brief xcb_sync_alarm_error_t

xcb_sync_alarm_iterator_t
struct xcb_sync_alarm_iterator_t

@brief xcb_sync_alarm_iterator_t

xcb_sync_alarm_notify_event_t
struct xcb_sync_alarm_notify_event_t

@brief xcb_sync_alarm_notify_event_t

xcb_sync_await_request_t
struct xcb_sync_await_request_t

@brief xcb_sync_await_request_t

xcb_sync_change_alarm_request_t
struct xcb_sync_change_alarm_request_t

@brief xcb_sync_change_alarm_request_t

xcb_sync_change_counter_request_t
struct xcb_sync_change_counter_request_t

@brief xcb_sync_change_counter_request_t

xcb_sync_counter_error_t
struct xcb_sync_counter_error_t

@brief xcb_sync_counter_error_t

xcb_sync_counter_iterator_t
struct xcb_sync_counter_iterator_t

@brief xcb_sync_counter_iterator_t

xcb_sync_counter_notify_event_t
struct xcb_sync_counter_notify_event_t

@brief xcb_sync_counter_notify_event_t

xcb_sync_create_alarm_request_t
struct xcb_sync_create_alarm_request_t

@brief xcb_sync_create_alarm_request_t

xcb_sync_create_counter_request_t
struct xcb_sync_create_counter_request_t

@brief xcb_sync_create_counter_request_t

xcb_sync_destroy_alarm_request_t
struct xcb_sync_destroy_alarm_request_t

@brief xcb_sync_destroy_alarm_request_t

xcb_sync_destroy_counter_request_t
struct xcb_sync_destroy_counter_request_t

@brief xcb_sync_destroy_counter_request_t

xcb_sync_get_priority_cookie_t
struct xcb_sync_get_priority_cookie_t

@brief xcb_sync_get_priority_cookie_t

xcb_sync_get_priority_reply_t
struct xcb_sync_get_priority_reply_t

@brief xcb_sync_get_priority_reply_t

xcb_sync_get_priority_request_t
struct xcb_sync_get_priority_request_t

@brief xcb_sync_get_priority_request_t

xcb_sync_initialize_cookie_t
struct xcb_sync_initialize_cookie_t

@brief xcb_sync_initialize_cookie_t

xcb_sync_initialize_reply_t
struct xcb_sync_initialize_reply_t

@brief xcb_sync_initialize_reply_t

xcb_sync_initialize_request_t
struct xcb_sync_initialize_request_t

@brief xcb_sync_initialize_request_t

xcb_sync_int64_iterator_t
struct xcb_sync_int64_iterator_t

@brief xcb_sync_int64_iterator_t

xcb_sync_int64_t
struct xcb_sync_int64_t

@brief xcb_sync_int64_t

xcb_sync_list_system_counters_cookie_t
struct xcb_sync_list_system_counters_cookie_t

@brief xcb_sync_list_system_counters_cookie_t

xcb_sync_list_system_counters_reply_t
struct xcb_sync_list_system_counters_reply_t

@brief xcb_sync_list_system_counters_reply_t

xcb_sync_list_system_counters_request_t
struct xcb_sync_list_system_counters_request_t

@brief xcb_sync_list_system_counters_request_t

xcb_sync_query_alarm_cookie_t
struct xcb_sync_query_alarm_cookie_t

@brief xcb_sync_query_alarm_cookie_t

xcb_sync_query_alarm_reply_t
struct xcb_sync_query_alarm_reply_t

@brief xcb_sync_query_alarm_reply_t

xcb_sync_query_alarm_request_t
struct xcb_sync_query_alarm_request_t

@brief xcb_sync_query_alarm_request_t

xcb_sync_query_counter_cookie_t
struct xcb_sync_query_counter_cookie_t

@brief xcb_sync_query_counter_cookie_t

xcb_sync_query_counter_reply_t
struct xcb_sync_query_counter_reply_t

@brief xcb_sync_query_counter_reply_t

xcb_sync_query_counter_request_t
struct xcb_sync_query_counter_request_t

@brief xcb_sync_query_counter_request_t

xcb_sync_set_counter_request_t
struct xcb_sync_set_counter_request_t

@brief xcb_sync_set_counter_request_t

xcb_sync_set_priority_request_t
struct xcb_sync_set_priority_request_t

@brief xcb_sync_set_priority_request_t

xcb_sync_systemcounter_iterator_t
struct xcb_sync_systemcounter_iterator_t

@brief xcb_sync_systemcounter_iterator_t

xcb_sync_systemcounter_t
struct xcb_sync_systemcounter_t

@brief xcb_sync_systemcounter_t

xcb_sync_trigger_iterator_t
struct xcb_sync_trigger_iterator_t

@brief xcb_sync_trigger_iterator_t

xcb_sync_trigger_t
struct xcb_sync_trigger_t

@brief xcb_sync_trigger_t

xcb_sync_waitcondition_iterator_t
struct xcb_sync_waitcondition_iterator_t

@brief xcb_sync_waitcondition_iterator_t

xcb_sync_waitcondition_t
struct xcb_sync_waitcondition_t

@brief xcb_sync_waitcondition_t

Variables

XCB_SYNC_ALARM
uint XCB_SYNC_ALARM;

Opcode for xcb_sync_alarm.

XCB_SYNC_ALARM_NOTIFY
uint XCB_SYNC_ALARM_NOTIFY;

Opcode for xcb_sync_alarm_notify.

XCB_SYNC_AWAIT
uint XCB_SYNC_AWAIT;

Opcode for xcb_sync_await.

XCB_SYNC_CHANGE_ALARM
uint XCB_SYNC_CHANGE_ALARM;

Opcode for xcb_sync_change_alarm.

XCB_SYNC_CHANGE_COUNTER
uint XCB_SYNC_CHANGE_COUNTER;

Opcode for xcb_sync_change_counter.

XCB_SYNC_COUNTER
uint XCB_SYNC_COUNTER;

Opcode for xcb_sync_counter.

XCB_SYNC_COUNTER_NOTIFY
uint XCB_SYNC_COUNTER_NOTIFY;

Opcode for xcb_sync_counter_notify.

XCB_SYNC_CREATE_ALARM
uint XCB_SYNC_CREATE_ALARM;

Opcode for xcb_sync_create_alarm.

XCB_SYNC_CREATE_COUNTER
uint XCB_SYNC_CREATE_COUNTER;

Opcode for xcb_sync_create_counter.

XCB_SYNC_DESTROY_ALARM
uint XCB_SYNC_DESTROY_ALARM;

Opcode for xcb_sync_destroy_alarm.

XCB_SYNC_DESTROY_COUNTER
uint XCB_SYNC_DESTROY_COUNTER;

Opcode for xcb_sync_destroy_counter.

XCB_SYNC_GET_PRIORITY
uint XCB_SYNC_GET_PRIORITY;

Opcode for xcb_sync_get_priority.

XCB_SYNC_INITIALIZE
uint XCB_SYNC_INITIALIZE;

Opcode for xcb_sync_initialize.

XCB_SYNC_LIST_SYSTEM_COUNTERS
uint XCB_SYNC_LIST_SYSTEM_COUNTERS;

Opcode for xcb_sync_list_system_counters.

XCB_SYNC_MAJOR_VERSION
int XCB_SYNC_MAJOR_VERSION;
Undocumented in source.
XCB_SYNC_MINOR_VERSION
int XCB_SYNC_MINOR_VERSION;
Undocumented in source.
XCB_SYNC_QUERY_ALARM
uint XCB_SYNC_QUERY_ALARM;

Opcode for xcb_sync_query_alarm.

XCB_SYNC_QUERY_COUNTER
uint XCB_SYNC_QUERY_COUNTER;

Opcode for xcb_sync_query_counter.

XCB_SYNC_SET_COUNTER
uint XCB_SYNC_SET_COUNTER;

Opcode for xcb_sync_set_counter.

XCB_SYNC_SET_PRIORITY
uint XCB_SYNC_SET_PRIORITY;

Opcode for xcb_sync_set_priority.

xcb_sync_id
xcb_extension_t xcb_sync_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta