Author: Linux Manual

Linux man pages imported from manual pages.
  • |

    xcb_screensaver_query_info (3) Linux Manual Page

    xcb_screensaver_query_info – Synopsis #include <xcb/screensaver.h> Request function xcb_screensaver_query_info_cookie_t xcb_screensaver_query_info(xcb_connection_t *conn, xcb_drawable_t drawable); Reply datastructure typedef struct xcb_screensaver_query_info_reply_t { uint8_t response_type; uint8_t state; uint16_t sequence; uint32_t length; xcb_window_t saver_window; uint32_t ms_until_server; uint32_t ms_since_user_input; uint32_t event_mask; uint8_t kind; uint8_t pad0[7]; } xcb_screensaver_query_info_reply_t; Reply function xcb_screensaver_query_info_reply_t *xcb_screensaver_query_info_reply(xcb_connection_t *conn, xcb_screensaver_query_info_cookie_t cookie, xcb_generic_error_t **e); Request Arguments conn The XCB connection to X11. drawable…

  • |

    xcb_screensaver_notify_event_t (3) Linux Manual Page

    xcb_screensaver_notify_event_t – Synopsis #include <xcb/screensaver.h> Event datastructure typedef struct xcb_screensaver_notify_event_t { uint8_t response_type; uint8_t state; uint16_t sequence; xcb_timestamp_t time; xcb_window_t root; xcb_window_t window; uint8_t kind; uint8_t forced; uint8_t pad0[14]; } xcb_screensaver_notify_event_t; Event Fields response_type The type of this event, in this case XCB_SCREENSAVER_NOTIFY. This field is also present in the xcb_generic_event_t and can be used…

  • |

    xcb_rotate_properties_checked (3) Linux Manual Page

    xcb_rotate_properties – Synopsis #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_rotate_properties(xcb_connection_t *conn, xcb_window_t window, uint16_t atoms_len, int16_t delta, const xcb_atom_t *atoms); Request Arguments conn The XCB connection to X11. window TODO: NOT YET DOCUMENTED. atoms_len TODO: NOT YET DOCUMENTED. delta TODO: NOT YET DOCUMENTED. atoms TODO: NOT YET DOCUMENTED. Description Return Value Returns an xcb_void_cookie_t. Errors (if…

  • |

    xcb_rotate_properties (3) Linux Manual Page

    xcb_rotate_properties – Synopsis #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_rotate_properties(xcb_connection_t *conn, xcb_window_t window, uint16_t atoms_len, int16_t delta, const xcb_atom_t *atoms); Request Arguments conn The XCB connection to X11. window TODO: NOT YET DOCUMENTED. atoms_len TODO: NOT YET DOCUMENTED. delta TODO: NOT YET DOCUMENTED. atoms TODO: NOT YET DOCUMENTED. Description Return Value Returns an xcb_void_cookie_t. Errors (if…

  • |

    xcb_resize_request_event_t (3) Linux Manual Page

    xcb_resize_request_event_t – Synopsis #include <xcb/xproto.h> Event datastructure typedef struct xcb_resize_request_event_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; xcb_window_t window; uint16_t width; uint16_t height; } xcb_resize_request_event_t; Event Fields response_type The type of this event, in this case XCB_RESIZE_REQUEST. This field is also present in the xcb_generic_event_t and can be used to tell events apart from each…

  • |

    xcb_res_query_version_unchecked (3) Linux Manual Page

    xcb_res_query_version – Synopsis #include <xcb/res.h> Request function xcb_res_query_version_cookie_t xcb_res_query_version(xcb_connection_t *conn, uint8_t client_major, uint8_t client_minor); Reply datastructure typedef struct xcb_res_query_version_reply_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; uint32_t length; uint16_t server_major; uint16_t server_minor; } xcb_res_query_version_reply_t; Reply function xcb_res_query_version_reply_t *xcb_res_query_version_reply(xcb_connection_t *conn, xcb_res_query_version_cookie_t cookie, xcb_generic_error_t **e); Request Arguments conn The XCB connection to X11. client_major TODO: NOT YET DOCUMENTED. client_minor TODO:…

  • |

    xcb_res_query_version_reply (3) Linux Manual Page

    xcb_res_query_version – Synopsis #include <xcb/res.h> Request function xcb_res_query_version_cookie_t xcb_res_query_version(xcb_connection_t *conn, uint8_t client_major, uint8_t client_minor); Reply datastructure typedef struct xcb_res_query_version_reply_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; uint32_t length; uint16_t server_major; uint16_t server_minor; } xcb_res_query_version_reply_t; Reply function xcb_res_query_version_reply_t *xcb_res_query_version_reply(xcb_connection_t *conn, xcb_res_query_version_cookie_t cookie, xcb_generic_error_t **e); Request Arguments conn The XCB connection to X11. client_major TODO: NOT YET DOCUMENTED. client_minor TODO:…

  • |

    xcb_res_query_version (3) Linux Manual Page

    xcb_res_query_version – Synopsis #include <xcb/res.h> Request function xcb_res_query_version_cookie_t xcb_res_query_version(xcb_connection_t *conn, uint8_t client_major, uint8_t client_minor); Reply datastructure typedef struct xcb_res_query_version_reply_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; uint32_t length; uint16_t server_major; uint16_t server_minor; } xcb_res_query_version_reply_t; Reply function xcb_res_query_version_reply_t *xcb_res_query_version_reply(xcb_connection_t *conn, xcb_res_query_version_cookie_t cookie, xcb_generic_error_t **e); Request Arguments conn The XCB connection to X11. client_major TODO: NOT YET DOCUMENTED. client_minor TODO:…

  • |

    xcb_res_query_resource_bytes_unchecked (3) Linux Manual Page

    xcb_res_query_resource_bytes – Synopsis #include <xcb/res.h> Request function xcb_res_query_resource_bytes_cookie_t xcb_res_query_resource_bytes(xcb_connection_t *conn, uint32_t client, uint32_t num_specs, const xcb_res_resource_id_spec_t *specs); Reply datastructure typedef struct xcb_res_query_resource_bytes_reply_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; uint32_t length; uint32_t num_sizes; uint8_t pad1[20]; } xcb_res_query_resource_bytes_reply_t; Reply function xcb_res_query_resource_bytes_reply_t *xcb_res_query_resource_bytes_reply(xcb_connection_t *conn, xcb_res_query_resource_bytes_cookie_t cookie, xcb_generic_error_t **e); Reply accessors int xcb_res_query_resource_bytes_sizes_length(const xcb_res_query_resource_bytes_reply_t *reply); xcb_res_resource_size_value_iterator_t xcb_res_query_resource_bytes_sizes_iterator(const xcb_res_query_resource_bytes_reply_t *reply); Request Arguments…

  • |

    xcb_res_query_resource_bytes_sizes_length (3) Linux Manual Page

    xcb_res_query_resource_bytes – Synopsis #include <xcb/res.h> Request function xcb_res_query_resource_bytes_cookie_t xcb_res_query_resource_bytes(xcb_connection_t *conn, uint32_t client, uint32_t num_specs, const xcb_res_resource_id_spec_t *specs); Reply datastructure typedef struct xcb_res_query_resource_bytes_reply_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; uint32_t length; uint32_t num_sizes; uint8_t pad1[20]; } xcb_res_query_resource_bytes_reply_t; Reply function xcb_res_query_resource_bytes_reply_t *xcb_res_query_resource_bytes_reply(xcb_connection_t *conn, xcb_res_query_resource_bytes_cookie_t cookie, xcb_generic_error_t **e); Reply accessors int xcb_res_query_resource_bytes_sizes_length(const xcb_res_query_resource_bytes_reply_t *reply); xcb_res_resource_size_value_iterator_t xcb_res_query_resource_bytes_sizes_iterator(const xcb_res_query_resource_bytes_reply_t *reply); Request Arguments…

  • |

    xcb_res_query_resource_bytes_sizes_iterator (3) Linux Manual Page

    xcb_res_query_resource_bytes – Synopsis #include <xcb/res.h> Request function xcb_res_query_resource_bytes_cookie_t xcb_res_query_resource_bytes(xcb_connection_t *conn, uint32_t client, uint32_t num_specs, const xcb_res_resource_id_spec_t *specs); Reply datastructure typedef struct xcb_res_query_resource_bytes_reply_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; uint32_t length; uint32_t num_sizes; uint8_t pad1[20]; } xcb_res_query_resource_bytes_reply_t; Reply function xcb_res_query_resource_bytes_reply_t *xcb_res_query_resource_bytes_reply(xcb_connection_t *conn, xcb_res_query_resource_bytes_cookie_t cookie, xcb_generic_error_t **e); Reply accessors int xcb_res_query_resource_bytes_sizes_length(const xcb_res_query_resource_bytes_reply_t *reply); xcb_res_resource_size_value_iterator_t xcb_res_query_resource_bytes_sizes_iterator(const xcb_res_query_resource_bytes_reply_t *reply); Request Arguments…

  • |

    xcb_res_query_resource_bytes_reply (3) Linux Manual Page

    xcb_res_query_resource_bytes – Synopsis #include <xcb/res.h> Request function xcb_res_query_resource_bytes_cookie_t xcb_res_query_resource_bytes(xcb_connection_t *conn, uint32_t client, uint32_t num_specs, const xcb_res_resource_id_spec_t *specs); Reply datastructure typedef struct xcb_res_query_resource_bytes_reply_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; uint32_t length; uint32_t num_sizes; uint8_t pad1[20]; } xcb_res_query_resource_bytes_reply_t; Reply function xcb_res_query_resource_bytes_reply_t *xcb_res_query_resource_bytes_reply(xcb_connection_t *conn, xcb_res_query_resource_bytes_cookie_t cookie, xcb_generic_error_t **e); Reply accessors int xcb_res_query_resource_bytes_sizes_length(const xcb_res_query_resource_bytes_reply_t *reply); xcb_res_resource_size_value_iterator_t xcb_res_query_resource_bytes_sizes_iterator(const xcb_res_query_resource_bytes_reply_t *reply); Request Arguments…

  • |

    xcb_res_query_resource_bytes (3) Linux Manual Page

    xcb_res_query_resource_bytes – Synopsis #include <xcb/res.h> Request function xcb_res_query_resource_bytes_cookie_t xcb_res_query_resource_bytes(xcb_connection_t *conn, uint32_t client, uint32_t num_specs, const xcb_res_resource_id_spec_t *specs); Reply datastructure typedef struct xcb_res_query_resource_bytes_reply_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; uint32_t length; uint32_t num_sizes; uint8_t pad1[20]; } xcb_res_query_resource_bytes_reply_t; Reply function xcb_res_query_resource_bytes_reply_t *xcb_res_query_resource_bytes_reply(xcb_connection_t *conn, xcb_res_query_resource_bytes_cookie_t cookie, xcb_generic_error_t **e); Reply accessors int xcb_res_query_resource_bytes_sizes_length(const xcb_res_query_resource_bytes_reply_t *reply); xcb_res_resource_size_value_iterator_t xcb_res_query_resource_bytes_sizes_iterator(const xcb_res_query_resource_bytes_reply_t *reply); Request Arguments…

  • |

    xcb_res_query_clients_unchecked (3) Linux Manual Page

    xcb_res_query_clients – Synopsis #include <xcb/res.h> Request function xcb_res_query_clients_cookie_t xcb_res_query_clients(xcb_connection_t *conn, Reply datastructure typedef struct xcb_res_query_clients_reply_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; uint32_t length; uint32_t num_clients; uint8_t pad1[20]; } xcb_res_query_clients_reply_t; Reply function xcb_res_query_clients_reply_t *xcb_res_query_clients_reply(xcb_connection_t *conn, xcb_res_query_clients_cookie_t cookie, xcb_generic_error_t **e); Reply accessors xcb_res_client_t *xcb_res_query_clients_clients(const xcb_res_query_clients_request_t *reply); int xcb_res_query_clients_clients_length(const xcb_res_query_clients_reply_t *reply); xcb_res_client_iterator_t xcb_res_query_clients_clients_iterator(const xcb_res_query_clients_reply_t *reply); Request Arguments conn The XCB…

  • |

    xcb_res_query_clients_reply (3) Linux Manual Page

    xcb_res_query_clients – Synopsis #include <xcb/res.h> Request function xcb_res_query_clients_cookie_t xcb_res_query_clients(xcb_connection_t *conn, Reply datastructure typedef struct xcb_res_query_clients_reply_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; uint32_t length; uint32_t num_clients; uint8_t pad1[20]; } xcb_res_query_clients_reply_t; Reply function xcb_res_query_clients_reply_t *xcb_res_query_clients_reply(xcb_connection_t *conn, xcb_res_query_clients_cookie_t cookie, xcb_generic_error_t **e); Reply accessors xcb_res_client_t *xcb_res_query_clients_clients(const xcb_res_query_clients_request_t *reply); int xcb_res_query_clients_clients_length(const xcb_res_query_clients_reply_t *reply); xcb_res_client_iterator_t xcb_res_query_clients_clients_iterator(const xcb_res_query_clients_reply_t *reply); Request Arguments conn The XCB…

  • |

    xcb_res_query_clients_clients_length (3) Linux Manual Page

    xcb_res_query_clients – Synopsis #include <xcb/res.h> Request function xcb_res_query_clients_cookie_t xcb_res_query_clients(xcb_connection_t *conn, Reply datastructure typedef struct xcb_res_query_clients_reply_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; uint32_t length; uint32_t num_clients; uint8_t pad1[20]; } xcb_res_query_clients_reply_t; Reply function xcb_res_query_clients_reply_t *xcb_res_query_clients_reply(xcb_connection_t *conn, xcb_res_query_clients_cookie_t cookie, xcb_generic_error_t **e); Reply accessors xcb_res_client_t *xcb_res_query_clients_clients(const xcb_res_query_clients_request_t *reply); int xcb_res_query_clients_clients_length(const xcb_res_query_clients_reply_t *reply); xcb_res_client_iterator_t xcb_res_query_clients_clients_iterator(const xcb_res_query_clients_reply_t *reply); Request Arguments conn The XCB…

  • |

    xcb_res_query_clients_clients_iterator (3) Linux Manual Page

    xcb_res_query_clients – Synopsis #include <xcb/res.h> Request function xcb_res_query_clients_cookie_t xcb_res_query_clients(xcb_connection_t *conn, Reply datastructure typedef struct xcb_res_query_clients_reply_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; uint32_t length; uint32_t num_clients; uint8_t pad1[20]; } xcb_res_query_clients_reply_t; Reply function xcb_res_query_clients_reply_t *xcb_res_query_clients_reply(xcb_connection_t *conn, xcb_res_query_clients_cookie_t cookie, xcb_generic_error_t **e); Reply accessors xcb_res_client_t *xcb_res_query_clients_clients(const xcb_res_query_clients_request_t *reply); int xcb_res_query_clients_clients_length(const xcb_res_query_clients_reply_t *reply); xcb_res_client_iterator_t xcb_res_query_clients_clients_iterator(const xcb_res_query_clients_reply_t *reply); Request Arguments conn The XCB…

  • |

    xcb_res_query_clients_clients (3) Linux Manual Page

    xcb_res_query_clients – Synopsis #include <xcb/res.h> Request function xcb_res_query_clients_cookie_t xcb_res_query_clients(xcb_connection_t *conn, Reply datastructure typedef struct xcb_res_query_clients_reply_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; uint32_t length; uint32_t num_clients; uint8_t pad1[20]; } xcb_res_query_clients_reply_t; Reply function xcb_res_query_clients_reply_t *xcb_res_query_clients_reply(xcb_connection_t *conn, xcb_res_query_clients_cookie_t cookie, xcb_generic_error_t **e); Reply accessors xcb_res_client_t *xcb_res_query_clients_clients(const xcb_res_query_clients_request_t *reply); int xcb_res_query_clients_clients_length(const xcb_res_query_clients_reply_t *reply); xcb_res_client_iterator_t xcb_res_query_clients_clients_iterator(const xcb_res_query_clients_reply_t *reply); Request Arguments conn The XCB…

  • |

    xcb_res_query_clients (3) Linux Manual Page

    xcb_res_query_clients – Synopsis #include <xcb/res.h> Request function xcb_res_query_clients_cookie_t xcb_res_query_clients(xcb_connection_t *conn, Reply datastructure typedef struct xcb_res_query_clients_reply_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; uint32_t length; uint32_t num_clients; uint8_t pad1[20]; } xcb_res_query_clients_reply_t; Reply function xcb_res_query_clients_reply_t *xcb_res_query_clients_reply(xcb_connection_t *conn, xcb_res_query_clients_cookie_t cookie, xcb_generic_error_t **e); Reply accessors xcb_res_client_t *xcb_res_query_clients_clients(const xcb_res_query_clients_request_t *reply); int xcb_res_query_clients_clients_length(const xcb_res_query_clients_reply_t *reply); xcb_res_client_iterator_t xcb_res_query_clients_clients_iterator(const xcb_res_query_clients_reply_t *reply); Request Arguments conn The XCB…

  • |

    xcb_res_query_client_resources_unchecked (3) Linux Manual Page

    xcb_res_query_client_resources – Synopsis #include <xcb/res.h> Request function xcb_res_query_client_resources_cookie_t xcb_res_query_client_resources(xcb_connection_t *conn, uint32_t xid); Reply datastructure typedef struct xcb_res_query_client_resources_reply_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; uint32_t length; uint32_t num_types; uint8_t pad1[20]; } xcb_res_query_client_resources_reply_t; Reply function xcb_res_query_client_resources_reply_t *xcb_res_query_client_resources_reply(xcb_connection_t *conn, xcb_res_query_client_resources_cookie_t cookie, xcb_generic_error_t **e); Reply accessors xcb_res_type_t *xcb_res_query_client_resources_types(const xcb_res_query_client_resources_request_t *reply); int xcb_res_query_client_resources_types_length(const xcb_res_query_client_resources_reply_t *reply); xcb_res_type_iterator_t xcb_res_query_client_resources_types_iterator(const xcb_res_query_client_resources_reply_t *reply); Request Arguments conn…