Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/man/man3xcb/xcb_dpms_info.3xcb
Real path: /usr/share/man/man3xcb/xcb_dpms_info.3xcb
Zurück
'\" te .TH xcb_dpms_info 3xcb "libxcb 1.15" "X Version 11" "XCB Requests" .ad l .SH NAME xcb_dpms_info \- .SH SYNOPSIS .hy 0 .B #include <xcb/dpms.h> .SS Request function .HP xcb_dpms_info_cookie_t \fBxcb_dpms_info\fP(xcb_connection_t\ *\fIconn\fP, .PP .SS Reply datastructure .nf .sp typedef struct xcb_dpms_info_reply_t { uint8_t \fIresponse_type\fP; uint8_t \fIpad0\fP; uint16_t \fIsequence\fP; uint32_t \fIlength\fP; uint16_t \fIpower_level\fP; uint8_t \fIstate\fP; uint8_t \fIpad1\fP[21]; } \fBxcb_dpms_info_reply_t\fP; .fi .SS Reply function .HP xcb_dpms_info_reply_t *\fBxcb_dpms_info_reply\fP(xcb_connection_t\ *\fIconn\fP, xcb_dpms_info_cookie_t\ \fIcookie\fP, xcb_generic_error_t\ **\fIe\fP); .br .hy 1 .SH REQUEST ARGUMENTS .IP \fIconn\fP 1i The XCB connection to X11. .SH REPLY FIELDS .IP \fIresponse_type\fP 1i The type of this reply, in this case \fIXCB_DPMS_INFO\fP. This field is also present in the \fIxcb_generic_reply_t\fP and can be used to tell replies apart from each other. .IP \fIsequence\fP 1i The sequence number of the last request processed by the X11 server. .IP \fIlength\fP 1i The length of the reply, in words (a word is 4 bytes). .IP \fIpower_level\fP 1i TODO: NOT YET DOCUMENTED. .IP \fIstate\fP 1i TODO: NOT YET DOCUMENTED. .SH DESCRIPTION .SH RETURN VALUE Returns an \fIxcb_dpms_info_cookie_t\fP. Errors have to be handled when calling the reply function \fIxcb_dpms_info_reply\fP. If you want to handle errors in the event loop instead, use \fIxcb_dpms_info_unchecked\fP. See \fBxcb-requests(3xcb)\fP for details. .SH ERRORS This request does never generate any errors. .\" Oracle has added the ARC stability level to this manual page .SH ATTRIBUTES See .BR attributes (7) for descriptions of the following attributes: .sp .TS box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE = Availability x11/library/libxcb = Stability Volatile .TE .PP .SH SEE ALSO .SH AUTHOR Generated from dpms.xml. Contact xcb@lists.freedesktop.org for corrections and improvements. .SH NOTES .\" Oracle has added source availability information to this manual page Source code for open source software components in Oracle Solaris can be found at https://www.oracle.com/downloads/opensource/solaris-source-code-downloads.html. This software was built from source available at https://github.com/oracle/solaris-userland. The original community source was downloaded from ['https://www.x.org/releases/individual/xcb/libxcb-1.15.tar.xz', 'https://xcb.freedesktop.org//dist/xcb-proto-1.15.2.tar.xz']. Further information about this software can be found on the open source community website at http://xcb.freedesktop.org/.