xcb.dpms

@defgroup XCB_DPMS_API XCB DPMS API @brief DPMS XCB Protocol Implementation. @{

Members

Aliases

XCB_DPMS_DPMS_MODE_OFF
alias XCB_DPMS_DPMS_MODE_OFF = xcb_dpms_dpms_mode_t.XCB_DPMS_DPMS_MODE_OFF
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XCB_DPMS_DPMS_MODE_ON
alias XCB_DPMS_DPMS_MODE_ON = xcb_dpms_dpms_mode_t.XCB_DPMS_DPMS_MODE_ON
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XCB_DPMS_DPMS_MODE_STANDBY
alias XCB_DPMS_DPMS_MODE_STANDBY = xcb_dpms_dpms_mode_t.XCB_DPMS_DPMS_MODE_STANDBY
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XCB_DPMS_DPMS_MODE_SUSPEND
alias XCB_DPMS_DPMS_MODE_SUSPEND = xcb_dpms_dpms_mode_t.XCB_DPMS_DPMS_MODE_SUSPEND
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

xcb_dpms_dpms_mode_t
enum xcb_dpms_dpms_mode_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

xcb_dpms_capable
xcb_dpms_capable_cookie_t xcb_dpms_capable(xcb_connection_t* c)

@param c The connection @return A cookie

xcb_dpms_capable_reply
xcb_dpms_capable_reply_t* xcb_dpms_capable_reply(xcb_connection_t* c, xcb_dpms_capable_cookie_t cookie, xcb_generic_error_t** e)

Return the reply @param c The connection @param cookie The cookie @param e The xcb_generic_error_t supplied

xcb_dpms_capable_unchecked
xcb_dpms_capable_cookie_t xcb_dpms_capable_unchecked(xcb_connection_t* c)

@param c The connection @return A cookie

xcb_dpms_disable
xcb_void_cookie_t xcb_dpms_disable(xcb_connection_t* c)

@param c The connection @return A cookie

xcb_dpms_disable_checked
xcb_void_cookie_t xcb_dpms_disable_checked(xcb_connection_t* c)

@param c The connection @return A cookie

xcb_dpms_enable
xcb_void_cookie_t xcb_dpms_enable(xcb_connection_t* c)

@param c The connection @return A cookie

xcb_dpms_enable_checked
xcb_void_cookie_t xcb_dpms_enable_checked(xcb_connection_t* c)

@param c The connection @return A cookie

xcb_dpms_force_level
xcb_void_cookie_t xcb_dpms_force_level(xcb_connection_t* c, ushort power_level)

@param c The connection @return A cookie

xcb_dpms_force_level_checked
xcb_void_cookie_t xcb_dpms_force_level_checked(xcb_connection_t* c, ushort power_level)

@param c The connection @return A cookie

xcb_dpms_get_timeouts
xcb_dpms_get_timeouts_cookie_t xcb_dpms_get_timeouts(xcb_connection_t* c)

@param c The connection @return A cookie

xcb_dpms_get_timeouts_reply
xcb_dpms_get_timeouts_reply_t* xcb_dpms_get_timeouts_reply(xcb_connection_t* c, xcb_dpms_get_timeouts_cookie_t cookie, xcb_generic_error_t** e)

Return the reply @param c The connection @param cookie The cookie @param e The xcb_generic_error_t supplied

xcb_dpms_get_timeouts_unchecked
xcb_dpms_get_timeouts_cookie_t xcb_dpms_get_timeouts_unchecked(xcb_connection_t* c)

@param c The connection @return A cookie

xcb_dpms_get_version
xcb_dpms_get_version_cookie_t xcb_dpms_get_version(xcb_connection_t* c, ushort client_major_version, ushort client_minor_version)

@param c The connection @return A cookie

xcb_dpms_get_version_reply
xcb_dpms_get_version_reply_t* xcb_dpms_get_version_reply(xcb_connection_t* c, xcb_dpms_get_version_cookie_t cookie, xcb_generic_error_t** e)

Return the reply @param c The connection @param cookie The cookie @param e The xcb_generic_error_t supplied

xcb_dpms_get_version_unchecked
xcb_dpms_get_version_cookie_t xcb_dpms_get_version_unchecked(xcb_connection_t* c, ushort client_major_version, ushort client_minor_version)

@param c The connection @return A cookie

xcb_dpms_info
xcb_dpms_info_cookie_t xcb_dpms_info(xcb_connection_t* c)

@param c The connection @return A cookie

xcb_dpms_info_reply
xcb_dpms_info_reply_t* xcb_dpms_info_reply(xcb_connection_t* c, xcb_dpms_info_cookie_t cookie, xcb_generic_error_t** e)

Return the reply @param c The connection @param cookie The cookie @param e The xcb_generic_error_t supplied

xcb_dpms_info_unchecked
xcb_dpms_info_cookie_t xcb_dpms_info_unchecked(xcb_connection_t* c)

@param c The connection @return A cookie

xcb_dpms_set_timeouts
xcb_void_cookie_t xcb_dpms_set_timeouts(xcb_connection_t* c, ushort standby_timeout, ushort suspend_timeout, ushort off_timeout)

@param c The connection @return A cookie

xcb_dpms_set_timeouts_checked
xcb_void_cookie_t xcb_dpms_set_timeouts_checked(xcb_connection_t* c, ushort standby_timeout, ushort suspend_timeout, ushort off_timeout)

@param c The connection @return A cookie

Manifest constants

XCB_DPMS_CAPABLE
enum XCB_DPMS_CAPABLE;

Opcode for xcb_dpms_capable.

XCB_DPMS_DISABLE
enum XCB_DPMS_DISABLE;

Opcode for xcb_dpms_disable.

XCB_DPMS_ENABLE
enum XCB_DPMS_ENABLE;

Opcode for xcb_dpms_enable.

XCB_DPMS_FORCE_LEVEL
enum XCB_DPMS_FORCE_LEVEL;

Opcode for xcb_dpms_force_level.

XCB_DPMS_GET_TIMEOUTS
enum XCB_DPMS_GET_TIMEOUTS;

Opcode for xcb_dpms_get_timeouts.

XCB_DPMS_GET_VERSION
enum XCB_DPMS_GET_VERSION;

Opcode for xcb_dpms_get_version.

XCB_DPMS_INFO
enum XCB_DPMS_INFO;

Opcode for xcb_dpms_info.

XCB_DPMS_SET_TIMEOUTS
enum XCB_DPMS_SET_TIMEOUTS;

Opcode for xcb_dpms_set_timeouts.

Static variables

xcb_dpms_id
xcb_extension_t xcb_dpms_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

xcb_dpms_capable_cookie_t
struct xcb_dpms_capable_cookie_t

@brief xcb_dpms_capable_cookie_t

xcb_dpms_capable_reply_t
struct xcb_dpms_capable_reply_t

@brief xcb_dpms_capable_reply_t

xcb_dpms_capable_request_t
struct xcb_dpms_capable_request_t

@brief xcb_dpms_capable_request_t

xcb_dpms_disable_request_t
struct xcb_dpms_disable_request_t

@brief xcb_dpms_disable_request_t

xcb_dpms_enable_request_t
struct xcb_dpms_enable_request_t

@brief xcb_dpms_enable_request_t

xcb_dpms_force_level_request_t
struct xcb_dpms_force_level_request_t

@brief xcb_dpms_force_level_request_t

xcb_dpms_get_timeouts_cookie_t
struct xcb_dpms_get_timeouts_cookie_t

@brief xcb_dpms_get_timeouts_cookie_t

xcb_dpms_get_timeouts_reply_t
struct xcb_dpms_get_timeouts_reply_t

@brief xcb_dpms_get_timeouts_reply_t

xcb_dpms_get_timeouts_request_t
struct xcb_dpms_get_timeouts_request_t

@brief xcb_dpms_get_timeouts_request_t

xcb_dpms_get_version_cookie_t
struct xcb_dpms_get_version_cookie_t

@brief xcb_dpms_get_version_cookie_t

xcb_dpms_get_version_reply_t
struct xcb_dpms_get_version_reply_t

@brief xcb_dpms_get_version_reply_t

xcb_dpms_get_version_request_t
struct xcb_dpms_get_version_request_t

@brief xcb_dpms_get_version_request_t

xcb_dpms_info_cookie_t
struct xcb_dpms_info_cookie_t

@brief xcb_dpms_info_cookie_t

xcb_dpms_info_reply_t
struct xcb_dpms_info_reply_t

@brief xcb_dpms_info_reply_t

xcb_dpms_info_request_t
struct xcb_dpms_info_request_t

@brief xcb_dpms_info_request_t

xcb_dpms_set_timeouts_request_t
struct xcb_dpms_set_timeouts_request_t

@brief xcb_dpms_set_timeouts_request_t

Variables

XCB_DPMS_MAJOR_VERSION
enum int XCB_DPMS_MAJOR_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XCB_DPMS_MINOR_VERSION
enum int XCB_DPMS_MINOR_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta