id stringlengths 4 63 | text stringlengths 153 8.81M |
|---|---|
xcb_enter_notify_event_t(3) | NAME xcb_enter_notify_event_t - the pointer is in a different window
SYNOPSIS #include <xcb/xproto.h>
Event datastructure
typedef struct xcb_enter_notify_event_t {
uint8_t response_type;
uint8_t detail;
uint16_t sequence;
xcb_timestamp_t tim... |
xcb_expose_event_t(3) | NAME xcb_expose_event_t - NOT YET DOCUMENTED
SYNOPSIS #include <xcb/xproto.h>
Event datastructure
typedef struct xcb_expose_event_t {
uint8_t response_type;
uint8_t pad0;
uint16_t sequence;
xcb_window_t window;
uint16_t x;
u... |
xcb_fill_poly(3) | NAME xcb_fill_poly -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_void_cookie_t xcb_fill_poly(xcb_connection_t *conn, xcb_drawable_t drawable, xcb_gcontext_t gc, uint8_t shape, uint8_t coordinate_mode, uint32_t points_len, const xcb_point_t *points);
REQUEST ARGUMENTS conn The XCB connection... |
xcb_fill_poly_checked(3) | NAME xcb_fill_poly -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_void_cookie_t xcb_fill_poly(xcb_connection_t *conn, xcb_drawable_t drawable, xcb_gcontext_t gc, uint8_t shape, uint8_t coordinate_mode, uint32_t points_len, const xcb_point_t *points);
REQUEST ARGUMENTS conn The XCB connection... |
xcb_focus_in_event_t(3) | NAME xcb_focus_in_event_t - NOT YET DOCUMENTED
SYNOPSIS #include <xcb/xproto.h>
Event datastructure
typedef struct xcb_focus_in_event_t {
uint8_t response_type;
uint8_t detail;
uint16_t sequence;
xcb_window_t event;
uint8_t mode;
... |
xcb_force_screen_saver(3) | NAME xcb_force_screen_saver -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_void_cookie_t xcb_force_screen_saver(xcb_connection_t *conn, uint8_t mode);
REQUEST ARGUMENTS conn The XCB connection to X11.
mode One of the following values:
XCB_SCREEN_SAVER_RESET
... |
xcb_force_screen_saver_checked(3) | NAME xcb_force_screen_saver -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_void_cookie_t xcb_force_screen_saver(xcb_connection_t *conn, uint8_t mode);
REQUEST ARGUMENTS conn The XCB connection to X11.
mode One of the following values:
XCB_SCREEN_SAVER_RESET
... |
xcb_free_colormap(3) | NAME xcb_free_colormap -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_void_cookie_t xcb_free_colormap(xcb_connection_t *conn, xcb_colormap_t cmap);
REQUEST ARGUMENTS conn The XCB connection to X11.
cmap TODO: NOT YET DOCUMENTED.
DESCRIPTION RETURN VALUE Returns an xcb_void_cook... |
xcb_free_colormap_checked(3) | NAME xcb_free_colormap -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_void_cookie_t xcb_free_colormap(xcb_connection_t *conn, xcb_colormap_t cmap);
REQUEST ARGUMENTS conn The XCB connection to X11.
cmap TODO: NOT YET DOCUMENTED.
DESCRIPTION RETURN VALUE Returns an xcb_void_cook... |
xcb_free_colors(3) | NAME xcb_free_colors -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_void_cookie_t xcb_free_colors(xcb_connection_t *conn, xcb_colormap_t cmap, uint32_t plane_mask, uint32_t pixels_len, const uint32_t *pixels);
REQUEST ARGUMENTS conn The XCB connection to X11.
cmap TODO: NOT YET ... |
xcb_free_colors_checked(3) | NAME xcb_free_colors -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_void_cookie_t xcb_free_colors(xcb_connection_t *conn, xcb_colormap_t cmap, uint32_t plane_mask, uint32_t pixels_len, const uint32_t *pixels);
REQUEST ARGUMENTS conn The XCB connection to X11.
cmap TODO: NOT YET ... |
xcb_free_cursor(3) | NAME xcb_free_cursor - Deletes a cursor
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_void_cookie_t xcb_free_cursor(xcb_connection_t *conn, xcb_cursor_t cursor);
REQUEST ARGUMENTS conn The XCB connection to X11.
cursor The cursor to destroy.
DESCRIPTION Deletes the association bet... |
xcb_free_cursor_checked(3) | NAME xcb_free_cursor - Deletes a cursor
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_void_cookie_t xcb_free_cursor(xcb_connection_t *conn, xcb_cursor_t cursor);
REQUEST ARGUMENTS conn The XCB connection to X11.
cursor The cursor to destroy.
DESCRIPTION Deletes the association bet... |
xcb_free_gc(3) | NAME xcb_free_gc - Destroys a graphics context
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_void_cookie_t xcb_free_gc(xcb_connection_t *conn, xcb_gcontext_t gc);
REQUEST ARGUMENTS conn The XCB connection to X11.
gc The graphics context to destroy.
DESCRIPTION Destroys the spe... |
xcb_free_gc_checked(3) | NAME xcb_free_gc - Destroys a graphics context
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_void_cookie_t xcb_free_gc(xcb_connection_t *conn, xcb_gcontext_t gc);
REQUEST ARGUMENTS conn The XCB connection to X11.
gc The graphics context to destroy.
DESCRIPTION Destroys the spe... |
xcb_free_pixmap(3) | NAME xcb_free_pixmap - Destroys a pixmap
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_void_cookie_t xcb_free_pixmap(xcb_connection_t *conn, xcb_pixmap_t pixmap);
REQUEST ARGUMENTS conn The XCB connection to X11.
pixmap The pixmap to destroy.
DESCRIPTION Deletes the association be... |
xcb_free_pixmap_checked(3) | NAME xcb_free_pixmap - Destroys a pixmap
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_void_cookie_t xcb_free_pixmap(xcb_connection_t *conn, xcb_pixmap_t pixmap);
REQUEST ARGUMENTS conn The XCB connection to X11.
pixmap The pixmap to destroy.
DESCRIPTION Deletes the association be... |
xcb_ge_generic_event_t(3) | NAME xcb_ge_generic_event_t - generic event (with length)
SYNOPSIS #include <xcb/xproto.h>
Event datastructure
typedef struct xcb_ge_generic_event_t {
uint8_t response_type;
uint8_t extension;
uint16_t sequence;
uint32_t length;
uint16_t event_type;
... |
xcb_genericevent_query_version(3) | NAME xcb_genericevent_query_version -
SYNOPSIS #include <xcb/ge.h>
Request function
xcb_genericevent_query_version_cookie_t xcb_genericevent_query_version(xcb_connection_t *conn, uint16_t client_major_version, uint16_t client_minor_version);
Reply datastructure
typedef struct xcb_genericevent_qu... |
xcb_genericevent_query_version_reply(3) | NAME xcb_genericevent_query_version -
SYNOPSIS #include <xcb/ge.h>
Request function
xcb_genericevent_query_version_cookie_t xcb_genericevent_query_version(xcb_connection_t *conn, uint16_t client_major_version, uint16_t client_minor_version);
Reply datastructure
typedef struct xcb_genericevent_qu... |
xcb_genericevent_query_version_unchecked(3) | NAME xcb_genericevent_query_version -
SYNOPSIS #include <xcb/ge.h>
Request function
xcb_genericevent_query_version_cookie_t xcb_genericevent_query_version(xcb_connection_t *conn, uint16_t client_major_version, uint16_t client_minor_version);
Reply datastructure
typedef struct xcb_genericevent_qu... |
xcb_get_atom_name(3) | NAME xcb_get_atom_name -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_atom_name_cookie_t xcb_get_atom_name(xcb_connection_t *conn, xcb_atom_t atom);
Reply datastructure
typedef struct xcb_get_atom_name_reply_t {
uint8_t response_type;
uint8_t pad0;
... |
xcb_get_atom_name_name(3) | NAME xcb_get_atom_name -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_atom_name_cookie_t xcb_get_atom_name(xcb_connection_t *conn, xcb_atom_t atom);
Reply datastructure
typedef struct xcb_get_atom_name_reply_t {
uint8_t response_type;
uint8_t pad0;
... |
xcb_get_atom_name_name_end(3) | NAME xcb_get_atom_name -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_atom_name_cookie_t xcb_get_atom_name(xcb_connection_t *conn, xcb_atom_t atom);
Reply datastructure
typedef struct xcb_get_atom_name_reply_t {
uint8_t response_type;
uint8_t pad0;
... |
xcb_get_atom_name_name_length(3) | NAME xcb_get_atom_name -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_atom_name_cookie_t xcb_get_atom_name(xcb_connection_t *conn, xcb_atom_t atom);
Reply datastructure
typedef struct xcb_get_atom_name_reply_t {
uint8_t response_type;
uint8_t pad0;
... |
xcb_get_atom_name_reply(3) | NAME xcb_get_atom_name -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_atom_name_cookie_t xcb_get_atom_name(xcb_connection_t *conn, xcb_atom_t atom);
Reply datastructure
typedef struct xcb_get_atom_name_reply_t {
uint8_t response_type;
uint8_t pad0;
... |
xcb_get_atom_name_unchecked(3) | NAME xcb_get_atom_name -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_atom_name_cookie_t xcb_get_atom_name(xcb_connection_t *conn, xcb_atom_t atom);
Reply datastructure
typedef struct xcb_get_atom_name_reply_t {
uint8_t response_type;
uint8_t pad0;
... |
xcb_get_font_path(3) | NAME xcb_get_font_path -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_font_path_cookie_t xcb_get_font_path(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_font_path_reply_t {
uint8_t response_type;
uint8_t pad0;
uint16_t sequence... |
xcb_get_font_path_path_iterator(3) | NAME xcb_get_font_path -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_font_path_cookie_t xcb_get_font_path(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_font_path_reply_t {
uint8_t response_type;
uint8_t pad0;
uint16_t sequence... |
xcb_get_font_path_path_length(3) | NAME xcb_get_font_path -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_font_path_cookie_t xcb_get_font_path(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_font_path_reply_t {
uint8_t response_type;
uint8_t pad0;
uint16_t sequence... |
xcb_get_font_path_reply(3) | NAME xcb_get_font_path -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_font_path_cookie_t xcb_get_font_path(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_font_path_reply_t {
uint8_t response_type;
uint8_t pad0;
uint16_t sequence... |
xcb_get_font_path_unchecked(3) | NAME xcb_get_font_path -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_font_path_cookie_t xcb_get_font_path(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_font_path_reply_t {
uint8_t response_type;
uint8_t pad0;
uint16_t sequence... |
xcb_get_geometry(3) | NAME xcb_get_geometry - Get current window geometry
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_geometry_cookie_t xcb_get_geometry(xcb_connection_t *conn, xcb_drawable_t drawable);
Reply datastructure
typedef struct xcb_get_geometry_reply_t {
uint8_t response_type;
... |
xcb_get_geometry_reply(3) | NAME xcb_get_geometry - Get current window geometry
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_geometry_cookie_t xcb_get_geometry(xcb_connection_t *conn, xcb_drawable_t drawable);
Reply datastructure
typedef struct xcb_get_geometry_reply_t {
uint8_t response_type;
... |
xcb_get_geometry_unchecked(3) | NAME xcb_get_geometry - Get current window geometry
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_geometry_cookie_t xcb_get_geometry(xcb_connection_t *conn, xcb_drawable_t drawable);
Reply datastructure
typedef struct xcb_get_geometry_reply_t {
uint8_t response_type;
... |
xcb_get_image(3) | NAME xcb_get_image -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_image_cookie_t xcb_get_image(xcb_connection_t *conn, uint8_t format, xcb_drawable_t drawable, int16_t x, int16_t y, uint16_t width, uint16_t height, uint32_t plane_mask);
Reply datastructure
typedef struct xcb_get_ima... |
xcb_get_image_data(3) | NAME xcb_get_image -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_image_cookie_t xcb_get_image(xcb_connection_t *conn, uint8_t format, xcb_drawable_t drawable, int16_t x, int16_t y, uint16_t width, uint16_t height, uint32_t plane_mask);
Reply datastructure
typedef struct xcb_get_ima... |
xcb_get_image_data_end(3) | NAME xcb_get_image -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_image_cookie_t xcb_get_image(xcb_connection_t *conn, uint8_t format, xcb_drawable_t drawable, int16_t x, int16_t y, uint16_t width, uint16_t height, uint32_t plane_mask);
Reply datastructure
typedef struct xcb_get_ima... |
xcb_get_image_data_length(3) | NAME xcb_get_image -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_image_cookie_t xcb_get_image(xcb_connection_t *conn, uint8_t format, xcb_drawable_t drawable, int16_t x, int16_t y, uint16_t width, uint16_t height, uint32_t plane_mask);
Reply datastructure
typedef struct xcb_get_ima... |
xcb_get_image_reply(3) | NAME xcb_get_image -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_image_cookie_t xcb_get_image(xcb_connection_t *conn, uint8_t format, xcb_drawable_t drawable, int16_t x, int16_t y, uint16_t width, uint16_t height, uint32_t plane_mask);
Reply datastructure
typedef struct xcb_get_ima... |
xcb_get_image_unchecked(3) | NAME xcb_get_image -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_image_cookie_t xcb_get_image(xcb_connection_t *conn, uint8_t format, xcb_drawable_t drawable, int16_t x, int16_t y, uint16_t width, uint16_t height, uint32_t plane_mask);
Reply datastructure
typedef struct xcb_get_ima... |
xcb_get_input_focus(3) | NAME xcb_get_input_focus -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_input_focus_cookie_t xcb_get_input_focus(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_input_focus_reply_t {
uint8_t response_type;
uint8_t revert_to;
... |
xcb_get_input_focus_reply(3) | NAME xcb_get_input_focus -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_input_focus_cookie_t xcb_get_input_focus(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_input_focus_reply_t {
uint8_t response_type;
uint8_t revert_to;
... |
xcb_get_input_focus_unchecked(3) | NAME xcb_get_input_focus -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_input_focus_cookie_t xcb_get_input_focus(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_input_focus_reply_t {
uint8_t response_type;
uint8_t revert_to;
... |
xcb_get_keyboard_control(3) | NAME xcb_get_keyboard_control -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_keyboard_control_cookie_t xcb_get_keyboard_control(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_keyboard_control_reply_t {
uint8_t response_type;
uint8_t global... |
xcb_get_keyboard_control_reply(3) | NAME xcb_get_keyboard_control -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_keyboard_control_cookie_t xcb_get_keyboard_control(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_keyboard_control_reply_t {
uint8_t response_type;
uint8_t global... |
xcb_get_keyboard_control_unchecked(3) | NAME xcb_get_keyboard_control -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_keyboard_control_cookie_t xcb_get_keyboard_control(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_keyboard_control_reply_t {
uint8_t response_type;
uint8_t global... |
xcb_get_keyboard_mapping(3) | NAME xcb_get_keyboard_mapping -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_keyboard_mapping_cookie_t xcb_get_keyboard_mapping(xcb_connection_t *conn, xcb_keycode_t first_keycode, uint8_t count);
Reply datastructure
typedef struct xcb_get_keyboard_mapping_reply_t {
uint8... |
xcb_get_keyboard_mapping_keysyms(3) | NAME xcb_get_keyboard_mapping -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_keyboard_mapping_cookie_t xcb_get_keyboard_mapping(xcb_connection_t *conn, xcb_keycode_t first_keycode, uint8_t count);
Reply datastructure
typedef struct xcb_get_keyboard_mapping_reply_t {
uint8... |
xcb_get_keyboard_mapping_keysyms_end(3) | NAME xcb_get_keyboard_mapping -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_keyboard_mapping_cookie_t xcb_get_keyboard_mapping(xcb_connection_t *conn, xcb_keycode_t first_keycode, uint8_t count);
Reply datastructure
typedef struct xcb_get_keyboard_mapping_reply_t {
uint8... |
xcb_get_keyboard_mapping_keysyms_length(3) | NAME xcb_get_keyboard_mapping -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_keyboard_mapping_cookie_t xcb_get_keyboard_mapping(xcb_connection_t *conn,
xcb_keycode_t first_keycode, uint8_t count);
Reply datastructure
typedef struct xcb_get_keyboard_mapping_reply_t {
... |
xcb_get_keyboard_mapping_reply(3) | NAME xcb_get_keyboard_mapping -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_keyboard_mapping_cookie_t xcb_get_keyboard_mapping(xcb_connection_t *conn, xcb_keycode_t first_keycode, uint8_t count);
Reply datastructure
typedef struct xcb_get_keyboard_mapping_reply_t {
uint8... |
xcb_get_keyboard_mapping_unchecked(3) | NAME xcb_get_keyboard_mapping -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_keyboard_mapping_cookie_t xcb_get_keyboard_mapping(xcb_connection_t *conn, xcb_keycode_t first_keycode, uint8_t count);
Reply datastructure
typedef struct xcb_get_keyboard_mapping_reply_t {
uint8... |
xcb_get_modifier_mapping(3) | NAME xcb_get_modifier_mapping -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_modifier_mapping_cookie_t xcb_get_modifier_mapping(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_modifier_mapping_reply_t {
uint8_t response_type;
uint8_t keycod... |
xcb_get_modifier_mapping_keycodes(3) | NAME xcb_get_modifier_mapping -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_modifier_mapping_cookie_t xcb_get_modifier_mapping(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_modifier_mapping_reply_t {
uint8_t response_type;
uint8_t keycod... |
xcb_get_modifier_mapping_keycodes_end(3) | NAME xcb_get_modifier_mapping -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_modifier_mapping_cookie_t xcb_get_modifier_mapping(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_modifier_mapping_reply_t {
uint8_t response_type;
uint8_t keycod... |
xcb_get_modifier_mapping_keycodes_length(3) | NAME xcb_get_modifier_mapping -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_modifier_mapping_cookie_t xcb_get_modifier_mapping(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_modifier_mapping_reply_t {
uint8_t response_type;
uint8_t keycod... |
xcb_get_modifier_mapping_reply(3) | NAME xcb_get_modifier_mapping -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_modifier_mapping_cookie_t xcb_get_modifier_mapping(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_modifier_mapping_reply_t {
uint8_t response_type;
uint8_t keycod... |
xcb_get_modifier_mapping_unchecked(3) | NAME xcb_get_modifier_mapping -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_modifier_mapping_cookie_t xcb_get_modifier_mapping(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_modifier_mapping_reply_t {
uint8_t response_type;
uint8_t keycod... |
xcb_get_motion_events(3) | NAME xcb_get_motion_events -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_motion_events_cookie_t xcb_get_motion_events(xcb_connection_t *conn, xcb_window_t window, xcb_timestamp_t start, xcb_timestamp_t stop);
Reply datastructure
typedef struct xcb_get_motion_events_reply_t {
... |
xcb_get_motion_events_events(3) | NAME xcb_get_motion_events -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_motion_events_cookie_t xcb_get_motion_events(xcb_connection_t *conn, xcb_window_t window, xcb_timestamp_t start, xcb_timestamp_t stop);
Reply datastructure
typedef struct xcb_get_motion_events_reply_t {
... |
xcb_get_motion_events_events_iterator(3) | NAME xcb_get_motion_events -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_motion_events_cookie_t xcb_get_motion_events(xcb_connection_t *conn, xcb_window_t window, xcb_timestamp_t start, xcb_timestamp_t stop);
Reply datastructure
typedef struct xcb_get_motion_events_reply_t {
... |
xcb_get_motion_events_events_length(3) | NAME xcb_get_motion_events -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_motion_events_cookie_t xcb_get_motion_events(xcb_connection_t *conn, xcb_window_t window, xcb_timestamp_t start, xcb_timestamp_t stop);
Reply datastructure
typedef struct xcb_get_motion_events_reply_t {
... |
xcb_get_motion_events_reply(3) | NAME xcb_get_motion_events -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_motion_events_cookie_t xcb_get_motion_events(xcb_connection_t *conn, xcb_window_t window, xcb_timestamp_t start, xcb_timestamp_t stop);
Reply datastructure
typedef struct xcb_get_motion_events_reply_t {
... |
xcb_get_motion_events_unchecked(3) | NAME xcb_get_motion_events -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_motion_events_cookie_t xcb_get_motion_events(xcb_connection_t *conn, xcb_window_t window, xcb_timestamp_t start, xcb_timestamp_t stop);
Reply datastructure
typedef struct xcb_get_motion_events_reply_t {
... |
xcb_get_pointer_control(3) | NAME xcb_get_pointer_control -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_pointer_control_cookie_t xcb_get_pointer_control(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_pointer_control_reply_t {
uint8_t response_type;
uint8_t pad0;
... |
xcb_get_pointer_control_reply(3) | NAME xcb_get_pointer_control -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_pointer_control_cookie_t xcb_get_pointer_control(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_pointer_control_reply_t {
uint8_t response_type;
uint8_t pad0;
... |
xcb_get_pointer_control_unchecked(3) | NAME xcb_get_pointer_control -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_pointer_control_cookie_t xcb_get_pointer_control(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_pointer_control_reply_t {
uint8_t response_type;
uint8_t pad0;
... |
xcb_get_pointer_mapping(3) | NAME xcb_get_pointer_mapping -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_pointer_mapping_cookie_t xcb_get_pointer_mapping(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_pointer_mapping_reply_t {
uint8_t response_type;
uint8_t map_len;
... |
xcb_get_pointer_mapping_map(3) | NAME xcb_get_pointer_mapping -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_pointer_mapping_cookie_t xcb_get_pointer_mapping(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_pointer_mapping_reply_t {
uint8_t response_type;
uint8_t map_len;
... |
xcb_get_pointer_mapping_map_end(3) | NAME xcb_get_pointer_mapping -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_pointer_mapping_cookie_t xcb_get_pointer_mapping(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_pointer_mapping_reply_t {
uint8_t response_type;
uint8_t map_len;
... |
xcb_get_pointer_mapping_map_length(3) | NAME xcb_get_pointer_mapping -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_pointer_mapping_cookie_t xcb_get_pointer_mapping(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_pointer_mapping_reply_t {
uint8_t response_type;
uint8_t map_len;
... |
xcb_get_pointer_mapping_reply(3) | NAME xcb_get_pointer_mapping -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_pointer_mapping_cookie_t xcb_get_pointer_mapping(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_pointer_mapping_reply_t {
uint8_t response_type;
uint8_t map_len;
... |
xcb_get_pointer_mapping_unchecked(3) | NAME xcb_get_pointer_mapping -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_pointer_mapping_cookie_t xcb_get_pointer_mapping(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_pointer_mapping_reply_t {
uint8_t response_type;
uint8_t map_len;
... |
xcb_get_property(3) | NAME xcb_get_property - Gets a window property
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_property_cookie_t xcb_get_property(xcb_connection_t *conn, uint8_t _delete, xcb_window_t window, xcb_atom_t property, xcb_atom_t type, uint32_t long_offset, uint32_t long_length);
Reply datastructur... |
xcb_get_property_reply(3) | NAME xcb_get_property - Gets a window property
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_property_cookie_t xcb_get_property(xcb_connection_t *conn, uint8_t _delete, xcb_window_t window, xcb_atom_t property, xcb_atom_t type, uint32_t long_offset, uint32_t long_length);
Reply datastructur... |
xcb_get_property_unchecked(3) | NAME xcb_get_property - Gets a window property
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_property_cookie_t xcb_get_property(xcb_connection_t *conn, uint8_t _delete, xcb_window_t window, xcb_atom_t property, xcb_atom_t type, uint32_t long_offset, uint32_t long_length);
Reply datastructur... |
xcb_get_property_value(3) | NAME xcb_get_property - Gets a window property
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_property_cookie_t xcb_get_property(xcb_connection_t *conn, uint8_t _delete, xcb_window_t window, xcb_atom_t property, xcb_atom_t type, uint32_t long_offset, uint32_t long_length);
Reply datastructur... |
xcb_get_property_value_end(3) | NAME xcb_get_property - Gets a window property
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_property_cookie_t xcb_get_property(xcb_connection_t *conn, uint8_t _delete, xcb_window_t window, xcb_atom_t property, xcb_atom_t type, uint32_t long_offset, uint32_t long_length);
Reply datastructur... |
xcb_get_property_value_length(3) | NAME xcb_get_property - Gets a window property
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_property_cookie_t xcb_get_property(xcb_connection_t *conn, uint8_t _delete, xcb_window_t window, xcb_atom_t property, xcb_atom_t type, uint32_t long_offset, uint32_t long_length);
Reply datastructur... |
xcb_get_screen_saver(3) | NAME xcb_get_screen_saver -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_screen_saver_cookie_t xcb_get_screen_saver(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_screen_saver_reply_t {
uint8_t response_type;
uint8_t pad0;
uint1... |
xcb_get_screen_saver_reply(3) | NAME xcb_get_screen_saver -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_screen_saver_cookie_t xcb_get_screen_saver(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_screen_saver_reply_t {
uint8_t response_type;
uint8_t pad0;
uint1... |
xcb_get_screen_saver_unchecked(3) | NAME xcb_get_screen_saver -
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_screen_saver_cookie_t xcb_get_screen_saver(xcb_connection_t *conn,
Reply datastructure
typedef struct xcb_get_screen_saver_reply_t {
uint8_t response_type;
uint8_t pad0;
uint1... |
xcb_get_selection_owner(3) | NAME xcb_get_selection_owner - Gets the owner of a selection
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_selection_owner_cookie_t xcb_get_selection_owner(xcb_connection_t *conn, xcb_atom_t selection);
Reply datastructure
typedef struct xcb_get_selection_owner_reply_t {
u... |
xcb_get_selection_owner_reply(3) | NAME xcb_get_selection_owner - Gets the owner of a selection
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_selection_owner_cookie_t xcb_get_selection_owner(xcb_connection_t *conn, xcb_atom_t selection);
Reply datastructure
typedef struct xcb_get_selection_owner_reply_t {
u... |
xcb_get_selection_owner_unchecked(3) | NAME xcb_get_selection_owner - Gets the owner of a selection
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_selection_owner_cookie_t xcb_get_selection_owner(xcb_connection_t *conn, xcb_atom_t selection);
Reply datastructure
typedef struct xcb_get_selection_owner_reply_t {
u... |
xcb_get_window_attributes(3) | NAME xcb_get_window_attributes - Gets window attributes
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_window_attributes_cookie_t xcb_get_window_attributes(xcb_connection_t *conn, xcb_window_t window);
Reply datastructure
typedef struct xcb_get_window_attributes_reply_t {
u... |
xcb_get_window_attributes_reply(3) | NAME xcb_get_window_attributes - Gets window attributes
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_window_attributes_cookie_t xcb_get_window_attributes(xcb_connection_t *conn, xcb_window_t window);
Reply datastructure
typedef struct xcb_get_window_attributes_reply_t {
u... |
xcb_get_window_attributes_unchecked(3) | NAME xcb_get_window_attributes - Gets window attributes
SYNOPSIS #include <xcb/xproto.h>
Request function
xcb_get_window_attributes_cookie_t xcb_get_window_attributes(xcb_connection_t *conn, xcb_window_t window);
Reply datastructure
typedef struct xcb_get_window_attributes_reply_t {
u... |
xcb_glx_are_textures_resident(3) | NAME xcb_glx_are_textures_resident -
SYNOPSIS #include <xcb/glx.h>
Request function
xcb_glx_are_textures_resident_cookie_t xcb_glx_are_textures_resident(xcb_connection_t *conn, xcb_glx_context_tag_t context_tag, int32_t n, const uint32_t *textures);
Reply datastructure
typedef struct xcb_glx_are... |
xcb_glx_are_textures_resident_data(3) | NAME xcb_glx_are_textures_resident -
SYNOPSIS #include <xcb/glx.h>
Request function
xcb_glx_are_textures_resident_cookie_t xcb_glx_are_textures_resident(xcb_connection_t *conn, xcb_glx_context_tag_t context_tag, int32_t n, const uint32_t *textures);
Reply datastructure
typedef struct xcb_glx_are... |
xcb_glx_are_textures_resident_data_end(3) | NAME xcb_glx_are_textures_resident -
SYNOPSIS #include <xcb/glx.h>
Request function
xcb_glx_are_textures_resident_cookie_t xcb_glx_are_textures_resident(xcb_connection_t *conn, xcb_glx_context_tag_t context_tag, int32_t n, const uint32_t *textures);
Reply datastructure
typedef struct xcb_glx_are... |
xcb_glx_are_textures_resident_data_length(3) | NAME xcb_glx_are_textures_resident -
SYNOPSIS #include <xcb/glx.h>
Request function
xcb_glx_are_textures_resident_cookie_t xcb_glx_are_textures_resident(xcb_connection_t *conn, xcb_glx_context_tag_t context_tag, int32_t n, const uint32_t *textures);
Reply datastructure
typedef struct xcb_glx_are... |
xcb_glx_are_textures_resident_reply(3) | NAME xcb_glx_are_textures_resident -
SYNOPSIS #include <xcb/glx.h>
Request function
xcb_glx_are_textures_resident_cookie_t xcb_glx_are_textures_resident(xcb_connection_t *conn, xcb_glx_context_tag_t context_tag, int32_t n, const uint32_t *textures);
Reply datastructure
typedef struct xcb_glx_are... |
xcb_glx_are_textures_resident_unchecked(3) | NAME xcb_glx_are_textures_resident -
SYNOPSIS #include <xcb/glx.h>
Request function
xcb_glx_are_textures_resident_cookie_t xcb_glx_are_textures_resident(xcb_connection_t *conn, xcb_glx_context_tag_t context_tag, int32_t n, const uint32_t *textures);
Reply datastructure
typedef struct xcb_glx_are... |
xcb_glx_buffer_swap_complete_event_t(3) | NAME xcb_glx_buffer_swap_complete_event_t -
SYNOPSIS #include <xcb/glx.h>
Event datastructure
typedef struct xcb_glx_buffer_swap_complete_event_t {
uint8_t response_type;
uint8_t pad0;
uint16_t sequence;
uint16_t event_typ... |
xcb_glx_change_drawable_attributes(3) | NAME xcb_glx_change_drawable_attributes -
SYNOPSIS #include <xcb/glx.h>
Request function
xcb_void_cookie_t xcb_glx_change_drawable_attributes(xcb_connection_t *conn, xcb_glx_drawable_t drawable, uint32_t num_attribs, const uint32_t *attribs);
REQUEST ARGUMENTS conn The XCB connection to X11.
... |
xcb_glx_change_drawable_attributes_checked(3) | NAME xcb_glx_change_drawable_attributes -
SYNOPSIS #include <xcb/glx.h>
Request function
xcb_void_cookie_t xcb_glx_change_drawable_attributes(xcb_connection_t *conn, xcb_glx_drawable_t drawable, uint32_t num_attribs, const uint32_t *attribs);
REQUEST ARGUMENTS conn The XCB connection to X11.
... |
xcb_glx_client_info(3) | NAME xcb_glx_client_info -
SYNOPSIS #include <xcb/glx.h>
Request function
xcb_void_cookie_t xcb_glx_client_info(xcb_connection_t *conn, uint32_t major_version, uint32_t minor_version, uint32_t str_len, const char *string);
REQUEST ARGUMENTS conn The XCB connection to X11.
major_version
... |
xcb_glx_client_info_checked(3) | NAME xcb_glx_client_info -
SYNOPSIS #include <xcb/glx.h>
Request function
xcb_void_cookie_t xcb_glx_client_info(xcb_connection_t *conn, uint32_t major_version, uint32_t minor_version, uint32_t str_len, const char *string);
REQUEST ARGUMENTS conn The XCB connection to X11.
major_version
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.