![]() |
![]()
| ![]() |
![]()
NAMExcb_xc_misc_get_xid_list - SYNOPSIS#include <xcb/xc_misc.h> Request functionxcb_xc_misc_get_xid_list_cookie_t xcb_xc_misc_get_xid_list(xcb_connection_t *conn, uint32_t count); Reply datastructuretypedef struct xcb_xc_misc_get_xid_list_reply_t { Reply functionxcb_xc_misc_get_xid_list_reply_t *xcb_xc_misc_get_xid_list_reply(xcb_connection_t *conn, xcb_xc_misc_get_xid_list_cookie_t cookie, xcb_generic_error_t **e); Reply accessorsuint32_t *xcb_xc_misc_get_xid_list_ids(const xcb_xc_misc_get_xid_list_request_t *reply); int xcb_xc_misc_get_xid_list_ids_length(const xcb_xc_misc_get_xid_list_reply_t *reply); xcb_generic_iterator_t
xcb_xc_misc_get_xid_list_ids_end(const
xcb_xc_misc_get_xid_list_reply_t *reply);
REQUEST ARGUMENTSREPLY FIELDS
DESCRIPTIONRETURN VALUEReturns an xcb_xc_misc_get_xid_list_cookie_t. Errors have to be handled when calling the reply function xcb_xc_misc_get_xid_list_reply. If you want to handle errors in the event loop instead, use xcb_xc_misc_get_xid_list_unchecked. See xcb-requests(3) for details. ERRORSThis request does never generate any errors. SEE ALSOAUTHORGenerated from xc_misc.xml. Contact xcb@lists.freedesktop.org for corrections and improvements.
|