.TH xcb_input_xi_passive_grab_device 3 "libxcb 1.14" "X Version 11" "XCB Requests" .ad l .SH NAME xcb_input_xi_passive_grab_device \- .SH SYNOPSIS .hy 0 .B #include .SS Request function .HP xcb_input_xi_passive_grab_device_cookie_t \fBxcb_input_xi_passive_grab_device\fP(xcb_connection_t\ *\fIconn\fP, xcb_timestamp_t\ \fItime\fP, xcb_window_t\ \fIgrab_window\fP, xcb_cursor_t\ \fIcursor\fP, uint32_t\ \fIdetail\fP, xcb_input_device_id_t\ \fIdeviceid\fP, uint16_t\ \fInum_modifiers\fP, uint16_t\ \fImask_len\fP, uint8_t\ \fIgrab_type\fP, uint8_t\ \fIgrab_mode\fP, uint8_t\ \fIpaired_device_mode\fP, uint8_t\ \fIowner_events\fP, const uint32_t\ *\fImask\fP, const uint32_t\ *\fImodifiers\fP); .PP .SS Reply datastructure .nf .sp typedef struct xcb_input_xi_passive_grab_device_reply_t { uint8_t \fIresponse_type\fP; uint8_t \fIpad0\fP; uint16_t \fIsequence\fP; uint32_t \fIlength\fP; uint16_t \fInum_modifiers\fP; uint8_t \fIpad1\fP[22]; } \fBxcb_input_xi_passive_grab_device_reply_t\fP; .fi .SS Reply function .HP xcb_input_xi_passive_grab_device_reply_t *\fBxcb_input_xi_passive_grab_device_reply\fP(xcb_connection_t\ *\fIconn\fP, xcb_input_xi_passive_grab_device_cookie_t\ \fIcookie\fP, xcb_generic_error_t\ **\fIe\fP); .SS Reply accessors .HP xcb_input_grab_modifier_info_t *\fBxcb_input_xi_passive_grab_device_modifiers\fP(const xcb_input_xi_passive_grab_device_request_t *\fIreply\fP); .HP int \fBxcb_input_xi_passive_grab_device_modifiers_length\fP(const xcb_input_xi_passive_grab_device_reply_t *\fIreply\fP); .HP xcb_input_grab_modifier_info_iterator_t \fBxcb_input_xi_passive_grab_device_modifiers_iterator\fP(const xcb_input_xi_passive_grab_device_reply_t *\fIreply\fP); .br .hy 1 .SH REQUEST ARGUMENTS .IP \fIconn\fP 1i The XCB connection to X11. .IP \fItime\fP 1i TODO: NOT YET DOCUMENTED. .IP \fIgrab_window\fP 1i TODO: NOT YET DOCUMENTED. .IP \fIcursor\fP 1i TODO: NOT YET DOCUMENTED. .IP \fIdetail\fP 1i TODO: NOT YET DOCUMENTED. .IP \fIdeviceid\fP 1i TODO: NOT YET DOCUMENTED. .IP \fInum_modifiers\fP 1i TODO: NOT YET DOCUMENTED. .IP \fImask_len\fP 1i TODO: NOT YET DOCUMENTED. .IP \fIgrab_type\fP 1i TODO: NOT YET DOCUMENTED. .IP \fIgrab_mode\fP 1i TODO: NOT YET DOCUMENTED. .IP \fIpaired_device_mode\fP 1i TODO: NOT YET DOCUMENTED. .IP \fIowner_events\fP 1i TODO: NOT YET DOCUMENTED. .IP \fImask\fP 1i TODO: NOT YET DOCUMENTED. .IP \fImodifiers\fP 1i TODO: NOT YET DOCUMENTED. .SH REPLY FIELDS .IP \fIresponse_type\fP 1i The type of this reply, in this case \fIXCB_INPUT_XI_PASSIVE_GRAB_DEVICE\fP. This field is also present in the \fIxcb_generic_reply_t\fP and can be used to tell replies apart from each other. .IP \fIsequence\fP 1i The sequence number of the last request processed by the X11 server. .IP \fIlength\fP 1i The length of the reply, in words (a word is 4 bytes). .IP \fInum_modifiers\fP 1i TODO: NOT YET DOCUMENTED. .SH DESCRIPTION .SH RETURN VALUE Returns an \fIxcb_input_xi_passive_grab_device_cookie_t\fP. Errors have to be handled when calling the reply function \fIxcb_input_xi_passive_grab_device_reply\fP. If you want to handle errors in the event loop instead, use \fIxcb_input_xi_passive_grab_device_unchecked\fP. See \fBxcb-requests(3)\fP for details. .SH ERRORS This request does never generate any errors. .SH SEE ALSO .SH AUTHOR Generated from xinput.xml. Contact xcb@lists.freedesktop.org for corrections and improvements.