1xcb_xv_grab_port(3)              XCB Requests              xcb_xv_grab_port(3)
2
3
4

NAME

6       xcb_xv_grab_port -
7

SYNOPSIS

9       #include <xcb/xv.h>
10
11   Request function
12       xcb_xv_grab_port_cookie_t xcb_xv_grab_port(xcb_connection_t *conn,
13              xcb_xv_port_t port, xcb_timestamp_t time);
14
15   Reply datastructure
16       typedef struct xcb_xv_grab_port_reply_t {
17           uint8_t  response_type;
18           uint8_t  result;
19           uint16_t sequence;
20           uint32_t length;
21       } xcb_xv_grab_port_reply_t;
22
23   Reply function
24       xcb_xv_grab_port_reply_t
25              *xcb_xv_grab_port_reply(xcb_connection_t *conn,
26              xcb_xv_grab_port_cookie_t cookie, xcb_generic_error_t **e);
27

REQUEST ARGUMENTS

29       conn      The XCB connection to X11.
30
31       port      TODO: NOT YET DOCUMENTED.
32
33       time      TODO: NOT YET DOCUMENTED.
34

REPLY FIELDS

36       response_type
37                 The type of this reply, in this case XCB_XV_GRAB_PORT. This
38                 field is also present in the xcb_generic_reply_t and can be
39                 used to tell replies apart from each other.
40
41       sequence  The sequence number of the last request processed by the X11
42                 server.
43
44       length    The length of the reply, in words (a word is 4 bytes).
45
46       result    TODO: NOT YET DOCUMENTED.
47

DESCRIPTION

RETURN VALUE

50       Returns an xcb_xv_grab_port_cookie_t. Errors have to be handled when
51       calling the reply function xcb_xv_grab_port_reply.
52
53       If you want to handle errors in the event loop instead, use
54       xcb_xv_grab_port_unchecked. See xcb-requests(3) for details.
55

ERRORS

57       This request does never generate any errors.
58

SEE ALSO

AUTHOR

61       Generated from xv.xml. Contact xcb@lists.freedesktop.org for correcā€
62       tions and improvements.
63
64
65
66X Version 11                      libxcb 1.12              xcb_xv_grab_port(3)
Impressum