NAME
xcbresqueryclientresources - SYNOPSIS
#include
Request function xcbresqueryclientresourcescookiet xcbresqueryclientresources(xcbconnectiont *conn, uint32t xid); Reply datastructure typedef struct xcbresqueryclientresourcesreplyt { uint8t responsetype; uint8t pad0; uint16t sequence; uint32t length; uint32t numtypes; uint8t pad1[20]; } xcbresqueryclientresourcesreplyt; Reply function xcbresqueryclientresourcesreplyt *xcbresqueryclientresourcesreply(xcbconnectiont *conn, xcbresqueryclientresourcescookiet cookie, xcbgenericerrort **e); Reply accessors xcbrestypet *xcbresqueryclientresourcestypes(const xcbresqueryclientresourcesrequestt *reply); int xcbresqueryclientresourcestypeslength(const xcbresqueryclientresourcesreplyt *reply); xcbrestypeiteratort xcbresqueryclientresourcestypesiterator(const xcbresqueryclientresourcesreplyt *reply); REQUEST ARGUMENTS conn The XCB connection to X11. xid TODO: NOT YET DOCUMENTED. REPLY FIELDS responsetype The type of this reply, in this case XCBRESQUERYCLIENTRE‐ SOURCES. This field is also present in the xcbgenericre‐ plyt and can be used to tell replies apart from each other. sequence The sequence number of the last request processed by the X11 server. length The length of the reply, in words (a word is 4 bytes). numtypes TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE Returns an xcbresqueryclientresourcescookiet. Errors have to be handled when calling the reply function xcbresqueryclientre‐ sourcesreply. If you want to handle errors in the event loop instead, use xcbresqueryclientresourcesunchecked. See xcb-requests(3) for de‐ tails. ERRORS This request does never generate any errors. SEE ALSO AUTHOR Generated from res.xml. Contact xcb@lists.freedesktop.org for correc‐ tions and improvements. X Version 11 libxcb 1.13xcbresqueryclientresources(3)