Manual Pages for Linux CentOS command on man xcb_screensaver_query_info_unchecked
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_screensaver_query_info_unchecked

xcbscreensaverqueryinfo(3) XCB Requests xcbscreensaverqueryinfo(3)

NAME

xcbscreensaverqueryinfo - SYNOPSIS

#include Request function xcbscreensaverqueryinfocookiet xcbscreensaverqueryinfo(xcbconnectiont *conn, xcbdrawablet drawable); Reply datastructure typedef struct xcbscreensaverqueryinforeplyt { uint8t responsetype; uint8t state; uint16t sequence; uint32t length; xcbwindowt saverwindow; uint32t msuntilserver; uint32t mssinceuserinput; uint32t eventmask; uint8t kind; uint8t pad0[7]; } xcbscreensaverqueryinforeplyt; Reply function xcbscreensaverqueryinforeplyt *xcbscreensaverqueryinforeply(xcbconnectiont *conn, xcbscreensaverqueryinfocookiet cookie, xcbgenericerrort **e); REQUEST ARGUMENTS conn The XCB connection to X11. drawable TODO: NOT YET DOCUMENTED. REPLY FIELDS responsetype The type of this reply, in this case XCBSCREEN‐ SAVERQUERYINFO. This field is also present in the xcbgenericreplyt 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). state TODO: NOT YET DOCUMENTED. saverwindow TODO: NOT YET DOCUMENTED. msuntilserver TODO: NOT YET DOCUMENTED. mssinceuserinput TODO: NOT YET DOCUMENTED. eventmask TODO: NOT YET DOCUMENTED. kind TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE Returns an xcbscreensaverqueryinfocookiet. Errors have to be han‐ dled when calling the reply function xcbscreensaverqueryinforeply. If you want to handle errors in the event loop instead, use xcbscreen‐

saverqueryinfounchecked. See xcb-requests(3) for details. ERRORS This request does never generate any errors. SEE ALSO AUTHOR Generated from screensaver.xml. Contact xcb@lists.freedesktop.org for corrections and improvements. X Version 11 libxcb 1.13 xcbscreensaverqueryinfo(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™