![]() |
![]()
| ![]() |
![]()
NAMExcb_shm_query_version - Query the version of the MIT-SHM extension. SYNOPSIS#include <xcb/shm.h> Request functionxcb_shm_query_version_cookie_t xcb_shm_query_version(xcb_connection_t *conn, Reply datastructuretypedef struct xcb_shm_query_version_reply_t { Reply functionxcb_shm_query_version_reply_t
*xcb_shm_query_version_reply(xcb_connection_t *conn,
xcb_shm_query_version_cookie_t cookie,
xcb_generic_error_t **e);
REQUEST ARGUMENTS
REPLY FIELDS
DESCRIPTIONThis is used to determine the version of the MIT-SHM extension supported by the X server. Clients MUST NOT make other requests in this extension until a reply to this requests indicates the X server supports them. RETURN VALUEReturns an xcb_shm_query_version_cookie_t. Errors have to be handled when calling the reply function xcb_shm_query_version_reply. If you want to handle errors in the event loop instead, use xcb_shm_query_version_unchecked. See xcb-requests(3) for details. ERRORSThis request does never generate any errors. SEE ALSOxcb-requests(3) AUTHORGenerated from shm.xml. Contact xcb@lists.freedesktop.org for corrections and improvements.
|