id stringlengths 4 63 | text stringlengths 153 8.81M |
|---|---|
xcb_query_keymap(3) | NAME xcb_query_keymap -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_query_keymap_cookie_t xcb_query_keymap(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_query_keymap_reply_t {
uint8_t response_type;
uint8_t pad0;
uint16_t sequence;
... |
xcb_query_keymap_reply(3) | NAME xcb_query_keymap -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_query_keymap_cookie_t xcb_query_keymap(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_query_keymap_reply_t {
uint8_t response_type;
uint8_t pad0;
uint16_t sequence;
... |
xcb_query_keymap_unchecked(3) | NAME xcb_query_keymap -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_query_keymap_cookie_t xcb_query_keymap(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_query_keymap_reply_t {
uint8_t response_type;
uint8_t pad0;
uint16_t sequence;
... |
xcb_query_pointer(3) | NAME xcb_query_pointer - get pointer coordinates
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_query_pointer_cookie_t xcb_query_pointer(xcb_connection_t *conn, xcb_window_t window);
Reply datastructure
typedef struct xcb_query_pointer_reply_t {
uint8_t response_type;
... |
xcb_query_pointer_reply(3) | NAME xcb_query_pointer - get pointer coordinates
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_query_pointer_cookie_t xcb_query_pointer(xcb_connection_t *conn, xcb_window_t window);
Reply datastructure
typedef struct xcb_query_pointer_reply_t {
uint8_t response_type;
... |
xcb_query_pointer_unchecked(3) | NAME xcb_query_pointer - get pointer coordinates
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_query_pointer_cookie_t xcb_query_pointer(xcb_connection_t *conn, xcb_window_t window);
Reply datastructure
typedef struct xcb_query_pointer_reply_t {
uint8_t response_type;
... |
xcb_query_text_extents(3) | NAME xcb_query_text_extents - get text extents
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_query_text_extents_cookie_t xcb_query_text_extents(xcb_connection_t *conn, xcb_fontable_t font, uint32_t string_len, const xcb_char2b_t *string);
Reply datastructure
typedef struct xcb_query_text... |
xcb_query_text_extents_reply(3) | NAME xcb_query_text_extents - get text extents
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_query_text_extents_cookie_t xcb_query_text_extents(xcb_connection_t *conn, xcb_fontable_t font, uint32_t string_len, const xcb_char2b_t *string);
Reply datastructure
typedef struct xcb_query_text... |
xcb_query_text_extents_unchecked(3) | NAME xcb_query_text_extents - get text extents
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_query_text_extents_cookie_t xcb_query_text_extents(xcb_connection_t *conn, xcb_fontable_t font, uint32_t string_len, const xcb_char2b_t *string);
Reply datastructure
typedef struct xcb_query_text... |
xcb_query_tree(3) | NAME xcb_query_tree - query the window tree
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_query_tree_cookie_t xcb_query_tree(xcb_connection_t *conn, xcb_window_t window);
Reply datastructure
typedef struct xcb_query_tree_reply_t {
uint8_t response_type;
uint8_t... |
xcb_query_tree_children(3) | NAME xcb_query_tree - query the window tree
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_query_tree_cookie_t xcb_query_tree(xcb_connection_t *conn, xcb_window_t window);
Reply datastructure
typedef struct xcb_query_tree_reply_t {
uint8_t response_type;
uint8_t... |
xcb_query_tree_children_end(3) | NAME xcb_query_tree - query the window tree
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_query_tree_cookie_t xcb_query_tree(xcb_connection_t *conn, xcb_window_t window);
Reply datastructure
typedef struct xcb_query_tree_reply_t {
uint8_t response_type;
uint8_t... |
xcb_query_tree_children_length(3) | NAME xcb_query_tree - query the window tree
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_query_tree_cookie_t xcb_query_tree(xcb_connection_t *conn, xcb_window_t window);
Reply datastructure
typedef struct xcb_query_tree_reply_t {
uint8_t response_type;
uint8_t... |
xcb_query_tree_reply(3) | NAME xcb_query_tree - query the window tree
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_query_tree_cookie_t xcb_query_tree(xcb_connection_t *conn, xcb_window_t window);
Reply datastructure
typedef struct xcb_query_tree_reply_t {
uint8_t response_type;
uint8_t... |
xcb_query_tree_unchecked(3) | NAME xcb_query_tree - query the window tree
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_query_tree_cookie_t xcb_query_tree(xcb_connection_t *conn, xcb_window_t window);
Reply datastructure
typedef struct xcb_query_tree_reply_t {
uint8_t response_type;
uint8_t... |
xcb_randr_add_output_mode(3) | NAME xcb_randr_add_output_mode -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_void_cookie_t xcb_randr_add_output_mode(xcb_connection_t *conn, xcb_randr_output_t output, xcb_randr_mode_t mode);
REQUEST ARGUMENTS conn The XCB connection to X11.
output TODO: NOT YET DOCUMENTED.
... |
xcb_randr_add_output_mode_checked(3) | NAME xcb_randr_add_output_mode -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_void_cookie_t xcb_randr_add_output_mode(xcb_connection_t *conn, xcb_randr_output_t output, xcb_randr_mode_t mode);
REQUEST ARGUMENTS conn The XCB connection to X11.
output TODO: NOT YET DOCUMENTED.
... |
xcb_randr_change_output_property(3) | NAME xcb_randr_change_output_property -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_void_cookie_t xcb_randr_change_output_property(xcb_connection_t *conn, xcb_randr_output_t output, xcb_atom_t property, xcb_atom_t type, uint8_t format, uint8_t mode, uint32_t num_units, const void *data);
REQUEST ... |
xcb_randr_change_output_property_checked(3) | NAME xcb_randr_change_output_property -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_void_cookie_t xcb_randr_change_output_property(xcb_connection_t *conn, xcb_randr_output_t output, xcb_atom_t property, xcb_atom_t type, uint8_t format, uint8_t mode, uint32_t num_units, const void *data);
REQUEST ... |
xcb_randr_change_provider_property(3) | NAME xcb_randr_change_provider_property -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_void_cookie_t xcb_randr_change_provider_property(xcb_connection_t *conn, xcb_randr_provider_t provider, xcb_atom_t property, xcb_atom_t type, uint8_t format, uint8_t mode, uint32_t num_items, const void *data);
... |
xcb_randr_change_provider_property_checked(3) | NAME xcb_randr_change_provider_property -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_void_cookie_t xcb_randr_change_provider_property(xcb_connection_t *conn, xcb_randr_provider_t provider, xcb_atom_t property, xcb_atom_t type, uint8_t format, uint8_t mode, uint32_t num_items, const void *data);
... |
xcb_randr_configure_output_property(3) | NAME xcb_randr_configure_output_property -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_void_cookie_t xcb_randr_configure_output_property(xcb_connection_t *conn, xcb_randr_output_t output, xcb_atom_t property, uint8_t pending, uint8_t range, uint32_t values_len, const int32_t *values);
REQUEST ARG... |
xcb_randr_configure_output_property_checked(3) | NAME xcb_randr_configure_output_property -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_void_cookie_t xcb_randr_configure_output_property(xcb_connection_t *conn, xcb_randr_output_t output, xcb_atom_t property, uint8_t pending, uint8_t range, uint32_t values_len, const int32_t *values);
REQUEST ARG... |
xcb_randr_configure_provider_property(3) | NAME xcb_randr_configure_provider_property -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_void_cookie_t xcb_randr_configure_provider_property(xcb_connection_t *conn, xcb_randr_provider_t provider, xcb_atom_t property, uint8_t pending, uint8_t range, uint32_t values_len, const int32_t *values);
REQ... |
xcb_randr_configure_provider_property_checked(3) | NAME xcb_randr_configure_provider_property -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_void_cookie_t xcb_randr_configure_provider_property(xcb_connection_t *conn, xcb_randr_provider_t provider, xcb_atom_t property, uint8_t pending, uint8_t range, uint32_t values_len, const int32_t *values);
REQ... |
xcb_randr_create_lease(3) | NAME xcb_randr_create_lease -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_create_lease_cookie_t xcb_randr_create_lease(xcb_connection_t *conn, xcb_window_t window, xcb_randr_lease_t lid, uint16_t num_crtcs, uint16_t num_outputs, const xcb_randr_crtc_t *crtcs, const xcb_randr_output_t *output... |
xcb_randr_create_lease_reply(3) | NAME xcb_randr_create_lease -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_create_lease_cookie_t xcb_randr_create_lease(xcb_connection_t *conn, xcb_window_t window, xcb_randr_lease_t lid, uint16_t num_crtcs, uint16_t num_outputs, const xcb_randr_crtc_t *crtcs, const xcb_randr_output_t *output... |
xcb_randr_create_lease_unchecked(3) | NAME xcb_randr_create_lease -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_create_lease_cookie_t xcb_randr_create_lease(xcb_connection_t *conn, xcb_window_t window, xcb_randr_lease_t lid, uint16_t num_crtcs, uint16_t num_outputs, const xcb_randr_crtc_t *crtcs, const xcb_randr_output_t *output... |
xcb_randr_create_mode(3) | NAME xcb_randr_create_mode -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_create_mode_cookie_t xcb_randr_create_mode(xcb_connection_t *conn, xcb_window_t window, xcb_randr_mode_info_t mode_info, uint32_t name_len, const char *name);
Reply datastructure
typedef struct xcb_randr_crea... |
xcb_randr_create_mode_reply(3) | NAME xcb_randr_create_mode -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_create_mode_cookie_t xcb_randr_create_mode(xcb_connection_t *conn, xcb_window_t window, xcb_randr_mode_info_t mode_info, uint32_t name_len, const char *name);
Reply datastructure
typedef struct xcb_randr_crea... |
xcb_randr_create_mode_unchecked(3) | NAME xcb_randr_create_mode -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_create_mode_cookie_t xcb_randr_create_mode(xcb_connection_t *conn, xcb_window_t window, xcb_randr_mode_info_t mode_info, uint32_t name_len, const char *name);
Reply datastructure
typedef struct xcb_randr_crea... |
xcb_randr_delete_monitor(3) | NAME xcb_randr_delete_monitor -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_void_cookie_t xcb_randr_delete_monitor(xcb_connection_t *conn, xcb_window_t window, xcb_atom_t name);
REQUEST ARGUMENTS conn The XCB connection to X11.
window TODO: NOT YET DOCUMENTED.
name TO... |
xcb_randr_delete_monitor_checked(3) | NAME xcb_randr_delete_monitor -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_void_cookie_t xcb_randr_delete_monitor(xcb_connection_t *conn, xcb_window_t window, xcb_atom_t name);
REQUEST ARGUMENTS conn The XCB connection to X11.
window TODO: NOT YET DOCUMENTED.
name TO... |
xcb_randr_delete_output_mode(3) | NAME xcb_randr_delete_output_mode -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_void_cookie_t xcb_randr_delete_output_mode(xcb_connection_t *conn, xcb_randr_output_t output, xcb_randr_mode_t mode);
REQUEST ARGUMENTS conn The XCB connection to X11.
output TODO: NOT YET DOCUMENTED.
... |
xcb_randr_delete_output_mode_checked(3) | NAME xcb_randr_delete_output_mode -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_void_cookie_t xcb_randr_delete_output_mode(xcb_connection_t *conn, xcb_randr_output_t output, xcb_randr_mode_t mode);
REQUEST ARGUMENTS conn The XCB connection to X11.
output TODO: NOT YET DOCUMENTED.
... |
xcb_randr_delete_output_property(3) | NAME xcb_randr_delete_output_property -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_void_cookie_t xcb_randr_delete_output_property(xcb_connection_t *conn, xcb_randr_output_t output, xcb_atom_t property);
REQUEST ARGUMENTS conn The XCB connection to X11.
output TODO: NOT YET DOCUME... |
xcb_randr_delete_output_property_checked(3) | NAME xcb_randr_delete_output_property -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_void_cookie_t xcb_randr_delete_output_property(xcb_connection_t *conn, xcb_randr_output_t output, xcb_atom_t property);
REQUEST ARGUMENTS conn The XCB connection to X11.
output TODO: NOT YET DOCUME... |
xcb_randr_delete_provider_property(3) | NAME xcb_randr_delete_provider_property -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_void_cookie_t xcb_randr_delete_provider_property(xcb_connection_t *conn, xcb_randr_provider_t provider, xcb_atom_t property);
REQUEST ARGUMENTS conn The XCB connection to X11.
provider TODO: NOT YE... |
xcb_randr_delete_provider_property_checked(3) | NAME xcb_randr_delete_provider_property -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_void_cookie_t xcb_randr_delete_provider_property(xcb_connection_t *conn, xcb_randr_provider_t provider, xcb_atom_t property);
REQUEST ARGUMENTS conn The XCB connection to X11.
provider TODO: NOT YE... |
xcb_randr_destroy_mode(3) | NAME xcb_randr_destroy_mode -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_void_cookie_t xcb_randr_destroy_mode(xcb_connection_t *conn, xcb_randr_mode_t mode);
REQUEST ARGUMENTS conn The XCB connection to X11.
mode TODO: NOT YET DOCUMENTED.
DESCRIPTION RETURN VALUE Returns an xc... |
xcb_randr_destroy_mode_checked(3) | NAME xcb_randr_destroy_mode -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_void_cookie_t xcb_randr_destroy_mode(xcb_connection_t *conn, xcb_randr_mode_t mode);
REQUEST ARGUMENTS conn The XCB connection to X11.
mode TODO: NOT YET DOCUMENTED.
DESCRIPTION RETURN VALUE Returns an xc... |
xcb_randr_free_lease(3) | NAME xcb_randr_free_lease -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_void_cookie_t xcb_randr_free_lease(xcb_connection_t *conn, xcb_randr_lease_t lid, uint8_t terminate);
REQUEST ARGUMENTS conn The XCB connection to X11.
lid TODO: NOT YET DOCUMENTED.
terminate TODO: ... |
xcb_randr_free_lease_checked(3) | NAME xcb_randr_free_lease -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_void_cookie_t xcb_randr_free_lease(xcb_connection_t *conn, xcb_randr_lease_t lid, uint8_t terminate);
REQUEST ARGUMENTS conn The XCB connection to X11.
lid TODO: NOT YET DOCUMENTED.
terminate TODO: ... |
xcb_randr_get_crtc_gamma(3) | NAME xcb_randr_get_crtc_gamma -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_gamma_cookie_t xcb_randr_get_crtc_gamma(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_gamma_reply_t {
uint8_t response_type;
... |
xcb_randr_get_crtc_gamma_blue(3) | NAME xcb_randr_get_crtc_gamma -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_gamma_cookie_t xcb_randr_get_crtc_gamma(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_gamma_reply_t {
uint8_t response_type;
... |
xcb_randr_get_crtc_gamma_blue_end(3) | NAME xcb_randr_get_crtc_gamma -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_gamma_cookie_t xcb_randr_get_crtc_gamma(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_gamma_reply_t {
uint8_t response_type;
... |
xcb_randr_get_crtc_gamma_blue_length(3) | NAME xcb_randr_get_crtc_gamma -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_gamma_cookie_t xcb_randr_get_crtc_gamma(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_gamma_reply_t {
uint8_t response_type;
... |
xcb_randr_get_crtc_gamma_green(3) | NAME xcb_randr_get_crtc_gamma -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_gamma_cookie_t xcb_randr_get_crtc_gamma(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_gamma_reply_t {
uint8_t response_type;
... |
xcb_randr_get_crtc_gamma_green_end(3) | NAME xcb_randr_get_crtc_gamma -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_gamma_cookie_t xcb_randr_get_crtc_gamma(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_gamma_reply_t {
uint8_t response_type;
... |
xcb_randr_get_crtc_gamma_green_length(3) | NAME xcb_randr_get_crtc_gamma -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_gamma_cookie_t xcb_randr_get_crtc_gamma(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_gamma_reply_t {
uint8_t response_type;
... |
xcb_randr_get_crtc_gamma_red(3) | NAME xcb_randr_get_crtc_gamma -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_gamma_cookie_t xcb_randr_get_crtc_gamma(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_gamma_reply_t {
uint8_t response_type;
... |
xcb_randr_get_crtc_gamma_red_end(3) | NAME xcb_randr_get_crtc_gamma -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_gamma_cookie_t xcb_randr_get_crtc_gamma(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_gamma_reply_t {
uint8_t response_type;
... |
xcb_randr_get_crtc_gamma_red_length(3) | NAME xcb_randr_get_crtc_gamma -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_gamma_cookie_t xcb_randr_get_crtc_gamma(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_gamma_reply_t {
uint8_t response_type;
... |
xcb_randr_get_crtc_gamma_reply(3) | NAME xcb_randr_get_crtc_gamma -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_gamma_cookie_t xcb_randr_get_crtc_gamma(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_gamma_reply_t {
uint8_t response_type;
... |
xcb_randr_get_crtc_gamma_size(3) | NAME xcb_randr_get_crtc_gamma_size -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_gamma_size_cookie_t xcb_randr_get_crtc_gamma_size(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_gamma_size_reply_t {
uint8_t... |
xcb_randr_get_crtc_gamma_size_reply(3) | NAME xcb_randr_get_crtc_gamma_size -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_gamma_size_cookie_t xcb_randr_get_crtc_gamma_size(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_gamma_size_reply_t {
uint8_t... |
xcb_randr_get_crtc_gamma_size_unchecked(3) | NAME xcb_randr_get_crtc_gamma_size -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_gamma_size_cookie_t xcb_randr_get_crtc_gamma_size(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_gamma_size_reply_t {
uint8_t... |
xcb_randr_get_crtc_gamma_unchecked(3) | NAME xcb_randr_get_crtc_gamma -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_gamma_cookie_t xcb_randr_get_crtc_gamma(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_gamma_reply_t {
uint8_t response_type;
... |
xcb_randr_get_crtc_info(3) | NAME xcb_randr_get_crtc_info -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_info_cookie_t xcb_randr_get_crtc_info(xcb_connection_t *conn, xcb_randr_crtc_t crtc, xcb_timestamp_t config_timestamp);
Reply datastructure
typedef struct xcb_randr_get_crtc_info_reply_t {
... |
xcb_randr_get_crtc_info_outputs(3) | NAME xcb_randr_get_crtc_info -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_info_cookie_t xcb_randr_get_crtc_info(xcb_connection_t *conn, xcb_randr_crtc_t crtc, xcb_timestamp_t config_timestamp);
Reply datastructure
typedef struct xcb_randr_get_crtc_info_reply_t {
... |
xcb_randr_get_crtc_info_outputs_end(3) | NAME xcb_randr_get_crtc_info -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_info_cookie_t xcb_randr_get_crtc_info(xcb_connection_t *conn, xcb_randr_crtc_t crtc, xcb_timestamp_t config_timestamp);
Reply datastructure
typedef struct xcb_randr_get_crtc_info_reply_t {
... |
xcb_randr_get_crtc_info_outputs_length(3) | NAME xcb_randr_get_crtc_info -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_info_cookie_t xcb_randr_get_crtc_info(xcb_connection_t *conn, xcb_randr_crtc_t crtc, xcb_timestamp_t config_timestamp);
Reply datastructure
typedef struct xcb_randr_get_crtc_info_reply_t {
... |
xcb_randr_get_crtc_info_possible(3) | NAME xcb_randr_get_crtc_info -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_info_cookie_t xcb_randr_get_crtc_info(xcb_connection_t *conn, xcb_randr_crtc_t crtc, xcb_timestamp_t config_timestamp);
Reply datastructure
typedef struct xcb_randr_get_crtc_info_reply_t {
... |
xcb_randr_get_crtc_info_possible_end(3) | NAME xcb_randr_get_crtc_info -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_info_cookie_t xcb_randr_get_crtc_info(xcb_connection_t *conn, xcb_randr_crtc_t crtc, xcb_timestamp_t config_timestamp);
Reply datastructure
typedef struct xcb_randr_get_crtc_info_reply_t {
... |
xcb_randr_get_crtc_info_possible_length(3) | NAME xcb_randr_get_crtc_info -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_info_cookie_t xcb_randr_get_crtc_info(xcb_connection_t *conn, xcb_randr_crtc_t crtc, xcb_timestamp_t config_timestamp);
Reply datastructure
typedef struct xcb_randr_get_crtc_info_reply_t {
... |
xcb_randr_get_crtc_info_reply(3) | NAME xcb_randr_get_crtc_info -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_info_cookie_t xcb_randr_get_crtc_info(xcb_connection_t *conn, xcb_randr_crtc_t crtc, xcb_timestamp_t config_timestamp);
Reply datastructure
typedef struct xcb_randr_get_crtc_info_reply_t {
... |
xcb_randr_get_crtc_info_unchecked(3) | NAME xcb_randr_get_crtc_info -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_info_cookie_t xcb_randr_get_crtc_info(xcb_connection_t *conn, xcb_randr_crtc_t crtc, xcb_timestamp_t config_timestamp);
Reply datastructure
typedef struct xcb_randr_get_crtc_info_reply_t {
... |
xcb_randr_get_crtc_transform(3) | NAME xcb_randr_get_crtc_transform -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_transform_cookie_t xcb_randr_get_crtc_transform(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_transform_reply_t {
uint8_t ... |
xcb_randr_get_crtc_transform_current_filter_name(3) | NAME xcb_randr_get_crtc_transform -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_transform_cookie_t xcb_randr_get_crtc_transform(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_transform_reply_t {
uint8_t ... |
xcb_randr_get_crtc_transform_current_filter_name_end(3) | NAME xcb_randr_get_crtc_transform -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_transform_cookie_t xcb_randr_get_crtc_transform(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_transform_reply_t {
uint8_t ... |
xcb_randr_get_crtc_transform_current_filter_name_length(3) | NAME xcb_randr_get_crtc_transform -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_transform_cookie_t xcb_randr_get_crtc_transform(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_transform_reply_t {
uint8_t ... |
xcb_randr_get_crtc_transform_current_params(3) | NAME xcb_randr_get_crtc_transform -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_transform_cookie_t xcb_randr_get_crtc_transform(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_transform_reply_t {
uint8_t ... |
xcb_randr_get_crtc_transform_current_params_end(3) | NAME xcb_randr_get_crtc_transform -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_transform_cookie_t xcb_randr_get_crtc_transform(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_transform_reply_t {
uint8_t ... |
xcb_randr_get_crtc_transform_current_params_length(3) | NAME xcb_randr_get_crtc_transform -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_transform_cookie_t xcb_randr_get_crtc_transform(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_transform_reply_t {
uint8_t ... |
xcb_randr_get_crtc_transform_pad_3(3) | NAME xcb_randr_get_crtc_transform -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_transform_cookie_t xcb_randr_get_crtc_transform(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_transform_reply_t {
uint8_t ... |
xcb_randr_get_crtc_transform_pad_4(3) | NAME xcb_randr_get_crtc_transform -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_transform_cookie_t xcb_randr_get_crtc_transform(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_transform_reply_t {
uint8_t ... |
xcb_randr_get_crtc_transform_pending_filter_name(3) | NAME xcb_randr_get_crtc_transform -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_transform_cookie_t xcb_randr_get_crtc_transform(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_transform_reply_t {
uint8_t ... |
xcb_randr_get_crtc_transform_pending_filter_name_end(3) | NAME xcb_randr_get_crtc_transform -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_transform_cookie_t xcb_randr_get_crtc_transform(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_transform_reply_t {
uint8_t ... |
xcb_randr_get_crtc_transform_pending_filter_name_length(3) | NAME xcb_randr_get_crtc_transform -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_transform_cookie_t xcb_randr_get_crtc_transform(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_transform_reply_t {
uint8_t ... |
xcb_randr_get_crtc_transform_pending_params(3) | NAME xcb_randr_get_crtc_transform -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_transform_cookie_t xcb_randr_get_crtc_transform(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_transform_reply_t {
uint8_t ... |
xcb_randr_get_crtc_transform_pending_params_end(3) | NAME xcb_randr_get_crtc_transform -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_transform_cookie_t xcb_randr_get_crtc_transform(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_transform_reply_t {
uint8_t ... |
xcb_randr_get_crtc_transform_pending_params_length(3) | NAME xcb_randr_get_crtc_transform -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_transform_cookie_t xcb_randr_get_crtc_transform(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_transform_reply_t {
uint8_t ... |
xcb_randr_get_crtc_transform_reply(3) | NAME xcb_randr_get_crtc_transform -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_transform_cookie_t xcb_randr_get_crtc_transform(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_transform_reply_t {
uint8_t ... |
xcb_randr_get_crtc_transform_unchecked(3) | NAME xcb_randr_get_crtc_transform -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_crtc_transform_cookie_t xcb_randr_get_crtc_transform(xcb_connection_t *conn, xcb_randr_crtc_t crtc);
Reply datastructure
typedef struct xcb_randr_get_crtc_transform_reply_t {
uint8_t ... |
xcb_randr_get_monitors(3) | NAME xcb_randr_get_monitors -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_monitors_cookie_t xcb_randr_get_monitors(xcb_connection_t *conn, xcb_window_t window, uint8_t get_active);
Reply datastructure
typedef struct xcb_randr_get_monitors_reply_t {
uint8_t r... |
xcb_randr_get_monitors_monitors_iterator(3) | NAME xcb_randr_get_monitors -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_monitors_cookie_t xcb_randr_get_monitors(xcb_connection_t *conn, xcb_window_t window, uint8_t get_active);
Reply datastructure
typedef struct xcb_randr_get_monitors_reply_t {
uint8_t r... |
xcb_randr_get_monitors_monitors_length(3) | NAME xcb_randr_get_monitors -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_monitors_cookie_t xcb_randr_get_monitors(xcb_connection_t *conn, xcb_window_t window, uint8_t get_active);
Reply datastructure
typedef struct xcb_randr_get_monitors_reply_t {
uint8_t r... |
xcb_randr_get_monitors_reply(3) | NAME xcb_randr_get_monitors -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_monitors_cookie_t xcb_randr_get_monitors(xcb_connection_t *conn, xcb_window_t window, uint8_t get_active);
Reply datastructure
typedef struct xcb_randr_get_monitors_reply_t {
uint8_t r... |
xcb_randr_get_monitors_unchecked(3) | NAME xcb_randr_get_monitors -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_monitors_cookie_t xcb_randr_get_monitors(xcb_connection_t *conn, xcb_window_t window, uint8_t get_active);
Reply datastructure
typedef struct xcb_randr_get_monitors_reply_t {
uint8_t r... |
xcb_randr_get_output_info(3) | NAME xcb_randr_get_output_info -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_output_info_cookie_t xcb_randr_get_output_info(xcb_connection_t *conn, xcb_randr_output_t output, xcb_timestamp_t config_timestamp);
Reply datastructure
typedef struct xcb_randr_get_output_info_reply_... |
xcb_randr_get_output_info_clones(3) | NAME xcb_randr_get_output_info -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_output_info_cookie_t xcb_randr_get_output_info(xcb_connection_t *conn, xcb_randr_output_t output, xcb_timestamp_t config_timestamp);
Reply datastructure
typedef struct xcb_randr_get_output_info_reply_... |
xcb_randr_get_output_info_clones_end(3) | NAME xcb_randr_get_output_info -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_output_info_cookie_t xcb_randr_get_output_info(xcb_connection_t *conn, xcb_randr_output_t output, xcb_timestamp_t config_timestamp);
Reply datastructure
typedef struct xcb_randr_get_output_info_reply_... |
xcb_randr_get_output_info_clones_length(3) | NAME xcb_randr_get_output_info -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_output_info_cookie_t xcb_randr_get_output_info(xcb_connection_t *conn, xcb_randr_output_t output, xcb_timestamp_t config_timestamp);
Reply datastructure
typedef struct xcb_randr_get_output_info_reply_... |
xcb_randr_get_output_info_crtcs(3) | NAME xcb_randr_get_output_info -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_output_info_cookie_t xcb_randr_get_output_info(xcb_connection_t *conn, xcb_randr_output_t output, xcb_timestamp_t config_timestamp);
Reply datastructure
typedef struct xcb_randr_get_output_info_reply_... |
xcb_randr_get_output_info_crtcs_end(3) | NAME xcb_randr_get_output_info -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_output_info_cookie_t xcb_randr_get_output_info(xcb_connection_t *conn, xcb_randr_output_t output, xcb_timestamp_t config_timestamp);
Reply datastructure
typedef struct xcb_randr_get_output_info_reply_... |
xcb_randr_get_output_info_crtcs_length(3) | NAME xcb_randr_get_output_info -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_output_info_cookie_t xcb_randr_get_output_info(xcb_connection_t *conn, xcb_randr_output_t output, xcb_timestamp_t config_timestamp);
Reply datastructure
typedef struct xcb_randr_get_output_info_reply_... |
xcb_randr_get_output_info_modes(3) | NAME xcb_randr_get_output_info -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_output_info_cookie_t xcb_randr_get_output_info(xcb_connection_t *conn, xcb_randr_output_t output, xcb_timestamp_t config_timestamp);
Reply datastructure
typedef struct xcb_randr_get_output_info_reply_... |
xcb_randr_get_output_info_modes_end(3) | NAME xcb_randr_get_output_info -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_output_info_cookie_t xcb_randr_get_output_info(xcb_connection_t *conn, xcb_randr_output_t output, xcb_timestamp_t config_timestamp);
Reply datastructure
typedef struct xcb_randr_get_output_info_reply_... |
xcb_randr_get_output_info_modes_length(3) | NAME xcb_randr_get_output_info -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_output_info_cookie_t xcb_randr_get_output_info(xcb_connection_t *conn, xcb_randr_output_t output, xcb_timestamp_t config_timestamp);
Reply datastructure
typedef struct xcb_randr_get_output_info_reply_... |
xcb_randr_get_output_info_name(3) | NAME xcb_randr_get_output_info -
SYNOPSIS #include <xcb/randr.h>
Request function
xcb_randr_get_output_info_cookie_t xcb_randr_get_output_info(xcb_connection_t *conn, xcb_randr_output_t output, xcb_timestamp_t config_timestamp);
Reply datastructure
typedef struct xcb_randr_get_output_info_reply_... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.