- xcb_xf86vidmode_add_mode_line
xcb_void_cookie_t xcb_xf86vidmode_add_mode_line(xcb_connection_t* c, uint screen, xcb_xf86vidmode_dotclock_t dotclock, ushort hdisplay, ushort hsyncstart, ushort hsyncend, ushort htotal, ushort hskew, ushort vdisplay, ushort vsyncstart, ushort vsyncend, ushort vtotal, uint flags, uint privsize, xcb_xf86vidmode_dotclock_t after_dotclock, ushort after_hdisplay, ushort after_hsyncstart, ushort after_hsyncend, ushort after_htotal, ushort after_hskew, ushort after_vdisplay, ushort after_vsyncstart, ushort after_vsyncend, ushort after_vtotal, uint after_flags, ubyte* private_)
@param c The connection
@return A cookie
- xcb_xf86vidmode_add_mode_line_checked
xcb_void_cookie_t xcb_xf86vidmode_add_mode_line_checked(xcb_connection_t* c, uint screen, xcb_xf86vidmode_dotclock_t dotclock, ushort hdisplay, ushort hsyncstart, ushort hsyncend, ushort htotal, ushort hskew, ushort vdisplay, ushort vsyncstart, ushort vsyncend, ushort vtotal, uint flags, uint privsize, xcb_xf86vidmode_dotclock_t after_dotclock, ushort after_hdisplay, ushort after_hsyncstart, ushort after_hsyncend, ushort after_htotal, ushort after_hskew, ushort after_vdisplay, ushort after_vsyncstart, ushort after_vsyncend, ushort after_vtotal, uint after_flags, ubyte* private_)
@param c The connection
@return A cookie
- xcb_xf86vidmode_add_mode_line_sizeof
int xcb_xf86vidmode_add_mode_line_sizeof(void* _buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_delete_mode_line
xcb_void_cookie_t xcb_xf86vidmode_delete_mode_line(xcb_connection_t* c, uint screen, xcb_xf86vidmode_dotclock_t dotclock, ushort hdisplay, ushort hsyncstart, ushort hsyncend, ushort htotal, ushort hskew, ushort vdisplay, ushort vsyncstart, ushort vsyncend, ushort vtotal, uint flags, uint privsize, ubyte* private_)
@param c The connection
@return A cookie
- xcb_xf86vidmode_delete_mode_line_checked
xcb_void_cookie_t xcb_xf86vidmode_delete_mode_line_checked(xcb_connection_t* c, uint screen, xcb_xf86vidmode_dotclock_t dotclock, ushort hdisplay, ushort hsyncstart, ushort hsyncend, ushort htotal, ushort hskew, ushort vdisplay, ushort vsyncstart, ushort vsyncend, ushort vtotal, uint flags, uint privsize, ubyte* private_)
@param c The connection
@return A cookie
- xcb_xf86vidmode_delete_mode_line_sizeof
int xcb_xf86vidmode_delete_mode_line_sizeof(void* _buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_dotclock_end
xcb_generic_iterator_t xcb_xf86vidmode_dotclock_end(xcb_xf86vidmode_dotclock_iterator_t i)
Return the iterator pointing to the last element
@param i An xcb_xf86vidmode_dotclock_iterator_t
@return The iterator pointing to the last element
- xcb_xf86vidmode_dotclock_next
void xcb_xf86vidmode_dotclock_next(xcb_xf86vidmode_dotclock_iterator_t* i)
Get the next element of the iterator
@param i Pointer to a xcb_xf86vidmode_dotclock_iterator_t
- xcb_xf86vidmode_get_all_mode_lines
xcb_xf86vidmode_get_all_mode_lines_cookie_t xcb_xf86vidmode_get_all_mode_lines(xcb_connection_t* c, ushort screen)
@param c The connection
@return A cookie
- xcb_xf86vidmode_get_all_mode_lines_modeinfo
xcb_xf86vidmode_mode_info_t* xcb_xf86vidmode_get_all_mode_lines_modeinfo(xcb_xf86vidmode_get_all_mode_lines_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_all_mode_lines_modeinfo_iterator
xcb_xf86vidmode_mode_info_iterator_t xcb_xf86vidmode_get_all_mode_lines_modeinfo_iterator(xcb_xf86vidmode_get_all_mode_lines_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_all_mode_lines_modeinfo_length
int xcb_xf86vidmode_get_all_mode_lines_modeinfo_length(xcb_xf86vidmode_get_all_mode_lines_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_all_mode_lines_reply
xcb_xf86vidmode_get_all_mode_lines_reply_t* xcb_xf86vidmode_get_all_mode_lines_reply(xcb_connection_t* c, xcb_xf86vidmode_get_all_mode_lines_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_xf86vidmode_get_all_mode_lines_sizeof
int xcb_xf86vidmode_get_all_mode_lines_sizeof(void* _buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_all_mode_lines_unchecked
xcb_xf86vidmode_get_all_mode_lines_cookie_t xcb_xf86vidmode_get_all_mode_lines_unchecked(xcb_connection_t* c, ushort screen)
@param c The connection
@return A cookie
- xcb_xf86vidmode_get_dot_clocks
xcb_xf86vidmode_get_dot_clocks_cookie_t xcb_xf86vidmode_get_dot_clocks(xcb_connection_t* c, ushort screen)
@param c The connection
@return A cookie
- xcb_xf86vidmode_get_dot_clocks_clock
uint* xcb_xf86vidmode_get_dot_clocks_clock(xcb_xf86vidmode_get_dot_clocks_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_dot_clocks_clock_end
xcb_generic_iterator_t xcb_xf86vidmode_get_dot_clocks_clock_end(xcb_xf86vidmode_get_dot_clocks_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_dot_clocks_clock_length
int xcb_xf86vidmode_get_dot_clocks_clock_length(xcb_xf86vidmode_get_dot_clocks_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_dot_clocks_reply
xcb_xf86vidmode_get_dot_clocks_reply_t* xcb_xf86vidmode_get_dot_clocks_reply(xcb_connection_t* c, xcb_xf86vidmode_get_dot_clocks_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_xf86vidmode_get_dot_clocks_sizeof
int xcb_xf86vidmode_get_dot_clocks_sizeof(void* _buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_dot_clocks_unchecked
xcb_xf86vidmode_get_dot_clocks_cookie_t xcb_xf86vidmode_get_dot_clocks_unchecked(xcb_connection_t* c, ushort screen)
@param c The connection
@return A cookie
- xcb_xf86vidmode_get_gamma
xcb_xf86vidmode_get_gamma_cookie_t xcb_xf86vidmode_get_gamma(xcb_connection_t* c, ushort screen)
@param c The connection
@return A cookie
- xcb_xf86vidmode_get_gamma_ramp
xcb_xf86vidmode_get_gamma_ramp_cookie_t xcb_xf86vidmode_get_gamma_ramp(xcb_connection_t* c, ushort screen, ushort size)
@param c The connection
@return A cookie
- xcb_xf86vidmode_get_gamma_ramp_blue
ushort* xcb_xf86vidmode_get_gamma_ramp_blue(xcb_xf86vidmode_get_gamma_ramp_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_gamma_ramp_blue_end
xcb_generic_iterator_t xcb_xf86vidmode_get_gamma_ramp_blue_end(xcb_xf86vidmode_get_gamma_ramp_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_gamma_ramp_blue_length
int xcb_xf86vidmode_get_gamma_ramp_blue_length(xcb_xf86vidmode_get_gamma_ramp_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_gamma_ramp_green
ushort* xcb_xf86vidmode_get_gamma_ramp_green(xcb_xf86vidmode_get_gamma_ramp_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_gamma_ramp_green_end
xcb_generic_iterator_t xcb_xf86vidmode_get_gamma_ramp_green_end(xcb_xf86vidmode_get_gamma_ramp_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_gamma_ramp_green_length
int xcb_xf86vidmode_get_gamma_ramp_green_length(xcb_xf86vidmode_get_gamma_ramp_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_gamma_ramp_red
ushort* xcb_xf86vidmode_get_gamma_ramp_red(xcb_xf86vidmode_get_gamma_ramp_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_gamma_ramp_red_end
xcb_generic_iterator_t xcb_xf86vidmode_get_gamma_ramp_red_end(xcb_xf86vidmode_get_gamma_ramp_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_gamma_ramp_red_length
int xcb_xf86vidmode_get_gamma_ramp_red_length(xcb_xf86vidmode_get_gamma_ramp_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_gamma_ramp_reply
xcb_xf86vidmode_get_gamma_ramp_reply_t* xcb_xf86vidmode_get_gamma_ramp_reply(xcb_connection_t* c, xcb_xf86vidmode_get_gamma_ramp_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_xf86vidmode_get_gamma_ramp_size
xcb_xf86vidmode_get_gamma_ramp_size_cookie_t xcb_xf86vidmode_get_gamma_ramp_size(xcb_connection_t* c, ushort screen)
@param c The connection
@return A cookie
- xcb_xf86vidmode_get_gamma_ramp_size_reply
xcb_xf86vidmode_get_gamma_ramp_size_reply_t* xcb_xf86vidmode_get_gamma_ramp_size_reply(xcb_connection_t* c, xcb_xf86vidmode_get_gamma_ramp_size_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_xf86vidmode_get_gamma_ramp_size_unchecked
xcb_xf86vidmode_get_gamma_ramp_size_cookie_t xcb_xf86vidmode_get_gamma_ramp_size_unchecked(xcb_connection_t* c, ushort screen)
@param c The connection
@return A cookie
- xcb_xf86vidmode_get_gamma_ramp_sizeof
int xcb_xf86vidmode_get_gamma_ramp_sizeof(void* _buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_gamma_ramp_unchecked
xcb_xf86vidmode_get_gamma_ramp_cookie_t xcb_xf86vidmode_get_gamma_ramp_unchecked(xcb_connection_t* c, ushort screen, ushort size)
@param c The connection
@return A cookie
- xcb_xf86vidmode_get_gamma_reply
xcb_xf86vidmode_get_gamma_reply_t* xcb_xf86vidmode_get_gamma_reply(xcb_connection_t* c, xcb_xf86vidmode_get_gamma_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_xf86vidmode_get_gamma_unchecked
xcb_xf86vidmode_get_gamma_cookie_t xcb_xf86vidmode_get_gamma_unchecked(xcb_connection_t* c, ushort screen)
@param c The connection
@return A cookie
- xcb_xf86vidmode_get_mode_line
xcb_xf86vidmode_get_mode_line_cookie_t xcb_xf86vidmode_get_mode_line(xcb_connection_t* c, ushort screen)
@param c The connection
@return A cookie
- xcb_xf86vidmode_get_mode_line_private
ubyte* xcb_xf86vidmode_get_mode_line_private(xcb_xf86vidmode_get_mode_line_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_mode_line_private_end
xcb_generic_iterator_t xcb_xf86vidmode_get_mode_line_private_end(xcb_xf86vidmode_get_mode_line_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_mode_line_private_length
int xcb_xf86vidmode_get_mode_line_private_length(xcb_xf86vidmode_get_mode_line_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_mode_line_reply
xcb_xf86vidmode_get_mode_line_reply_t* xcb_xf86vidmode_get_mode_line_reply(xcb_connection_t* c, xcb_xf86vidmode_get_mode_line_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_xf86vidmode_get_mode_line_sizeof
int xcb_xf86vidmode_get_mode_line_sizeof(void* _buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_mode_line_unchecked
xcb_xf86vidmode_get_mode_line_cookie_t xcb_xf86vidmode_get_mode_line_unchecked(xcb_connection_t* c, ushort screen)
@param c The connection
@return A cookie
- xcb_xf86vidmode_get_monitor
xcb_xf86vidmode_get_monitor_cookie_t xcb_xf86vidmode_get_monitor(xcb_connection_t* c, ushort screen)
@param c The connection
@return A cookie
- xcb_xf86vidmode_get_monitor_alignment_pad
void* xcb_xf86vidmode_get_monitor_alignment_pad(xcb_xf86vidmode_get_monitor_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_monitor_alignment_pad_end
xcb_generic_iterator_t xcb_xf86vidmode_get_monitor_alignment_pad_end(xcb_xf86vidmode_get_monitor_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_monitor_alignment_pad_length
int xcb_xf86vidmode_get_monitor_alignment_pad_length(xcb_xf86vidmode_get_monitor_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_monitor_hsync
xcb_xf86vidmode_syncrange_t* xcb_xf86vidmode_get_monitor_hsync(xcb_xf86vidmode_get_monitor_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_monitor_hsync_end
xcb_generic_iterator_t xcb_xf86vidmode_get_monitor_hsync_end(xcb_xf86vidmode_get_monitor_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_monitor_hsync_length
int xcb_xf86vidmode_get_monitor_hsync_length(xcb_xf86vidmode_get_monitor_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_monitor_model
char* xcb_xf86vidmode_get_monitor_model(xcb_xf86vidmode_get_monitor_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_monitor_model_end
xcb_generic_iterator_t xcb_xf86vidmode_get_monitor_model_end(xcb_xf86vidmode_get_monitor_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_monitor_model_length
int xcb_xf86vidmode_get_monitor_model_length(xcb_xf86vidmode_get_monitor_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_monitor_reply
xcb_xf86vidmode_get_monitor_reply_t* xcb_xf86vidmode_get_monitor_reply(xcb_connection_t* c, xcb_xf86vidmode_get_monitor_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_xf86vidmode_get_monitor_sizeof
int xcb_xf86vidmode_get_monitor_sizeof(void* _buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_monitor_unchecked
xcb_xf86vidmode_get_monitor_cookie_t xcb_xf86vidmode_get_monitor_unchecked(xcb_connection_t* c, ushort screen)
@param c The connection
@return A cookie
- xcb_xf86vidmode_get_monitor_vendor
char* xcb_xf86vidmode_get_monitor_vendor(xcb_xf86vidmode_get_monitor_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_monitor_vendor_end
xcb_generic_iterator_t xcb_xf86vidmode_get_monitor_vendor_end(xcb_xf86vidmode_get_monitor_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_monitor_vendor_length
int xcb_xf86vidmode_get_monitor_vendor_length(xcb_xf86vidmode_get_monitor_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_monitor_vsync
xcb_xf86vidmode_syncrange_t* xcb_xf86vidmode_get_monitor_vsync(xcb_xf86vidmode_get_monitor_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_monitor_vsync_end
xcb_generic_iterator_t xcb_xf86vidmode_get_monitor_vsync_end(xcb_xf86vidmode_get_monitor_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_monitor_vsync_length
int xcb_xf86vidmode_get_monitor_vsync_length(xcb_xf86vidmode_get_monitor_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_get_permissions
xcb_xf86vidmode_get_permissions_cookie_t xcb_xf86vidmode_get_permissions(xcb_connection_t* c, ushort screen)
@param c The connection
@return A cookie
- xcb_xf86vidmode_get_permissions_reply
xcb_xf86vidmode_get_permissions_reply_t* xcb_xf86vidmode_get_permissions_reply(xcb_connection_t* c, xcb_xf86vidmode_get_permissions_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_xf86vidmode_get_permissions_unchecked
xcb_xf86vidmode_get_permissions_cookie_t xcb_xf86vidmode_get_permissions_unchecked(xcb_connection_t* c, ushort screen)
@param c The connection
@return A cookie
- xcb_xf86vidmode_get_view_port
xcb_xf86vidmode_get_view_port_cookie_t xcb_xf86vidmode_get_view_port(xcb_connection_t* c, ushort screen)
@param c The connection
@return A cookie
- xcb_xf86vidmode_get_view_port_reply
xcb_xf86vidmode_get_view_port_reply_t* xcb_xf86vidmode_get_view_port_reply(xcb_connection_t* c, xcb_xf86vidmode_get_view_port_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_xf86vidmode_get_view_port_unchecked
xcb_xf86vidmode_get_view_port_cookie_t xcb_xf86vidmode_get_view_port_unchecked(xcb_connection_t* c, ushort screen)
@param c The connection
@return A cookie
- xcb_xf86vidmode_lock_mode_switch
xcb_void_cookie_t xcb_xf86vidmode_lock_mode_switch(xcb_connection_t* c, ushort screen, ushort lock)
@param c The connection
@return A cookie
- xcb_xf86vidmode_lock_mode_switch_checked
xcb_void_cookie_t xcb_xf86vidmode_lock_mode_switch_checked(xcb_connection_t* c, ushort screen, ushort lock)
@param c The connection
@return A cookie
- xcb_xf86vidmode_mod_mode_line
xcb_void_cookie_t xcb_xf86vidmode_mod_mode_line(xcb_connection_t* c, uint screen, ushort hdisplay, ushort hsyncstart, ushort hsyncend, ushort htotal, ushort hskew, ushort vdisplay, ushort vsyncstart, ushort vsyncend, ushort vtotal, uint flags, uint privsize, ubyte* private_)
@param c The connection
@return A cookie
- xcb_xf86vidmode_mod_mode_line_checked
xcb_void_cookie_t xcb_xf86vidmode_mod_mode_line_checked(xcb_connection_t* c, uint screen, ushort hdisplay, ushort hsyncstart, ushort hsyncend, ushort htotal, ushort hskew, ushort vdisplay, ushort vsyncstart, ushort vsyncend, ushort vtotal, uint flags, uint privsize, ubyte* private_)
@param c The connection
@return A cookie
- xcb_xf86vidmode_mod_mode_line_sizeof
int xcb_xf86vidmode_mod_mode_line_sizeof(void* _buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_mode_info_end
xcb_generic_iterator_t xcb_xf86vidmode_mode_info_end(xcb_xf86vidmode_mode_info_iterator_t i)
Return the iterator pointing to the last element
@param i An xcb_xf86vidmode_mode_info_iterator_t
@return The iterator pointing to the last element
- xcb_xf86vidmode_mode_info_next
void xcb_xf86vidmode_mode_info_next(xcb_xf86vidmode_mode_info_iterator_t* i)
Get the next element of the iterator
@param i Pointer to a xcb_xf86vidmode_mode_info_iterator_t
- xcb_xf86vidmode_query_version
xcb_xf86vidmode_query_version_cookie_t xcb_xf86vidmode_query_version(xcb_connection_t* c)
@param c The connection
@return A cookie
- xcb_xf86vidmode_query_version_reply
xcb_xf86vidmode_query_version_reply_t* xcb_xf86vidmode_query_version_reply(xcb_connection_t* c, xcb_xf86vidmode_query_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_xf86vidmode_query_version_unchecked
xcb_xf86vidmode_query_version_cookie_t xcb_xf86vidmode_query_version_unchecked(xcb_connection_t* c)
@param c The connection
@return A cookie
- xcb_xf86vidmode_set_client_version
xcb_void_cookie_t xcb_xf86vidmode_set_client_version(xcb_connection_t* c, ushort major, ushort minor)
@param c The connection
@return A cookie
- xcb_xf86vidmode_set_client_version_checked
xcb_void_cookie_t xcb_xf86vidmode_set_client_version_checked(xcb_connection_t* c, ushort major, ushort minor)
@param c The connection
@return A cookie
- xcb_xf86vidmode_set_gamma
xcb_void_cookie_t xcb_xf86vidmode_set_gamma(xcb_connection_t* c, ushort screen, uint red, uint green, uint blue)
@param c The connection
@return A cookie
- xcb_xf86vidmode_set_gamma_checked
xcb_void_cookie_t xcb_xf86vidmode_set_gamma_checked(xcb_connection_t* c, ushort screen, uint red, uint green, uint blue)
@param c The connection
@return A cookie
- xcb_xf86vidmode_set_gamma_ramp
xcb_void_cookie_t xcb_xf86vidmode_set_gamma_ramp(xcb_connection_t* c, ushort screen, ushort size, ushort* red, ushort* green, ushort* blue)
@param c The connection
@return A cookie
- xcb_xf86vidmode_set_gamma_ramp_checked
xcb_void_cookie_t xcb_xf86vidmode_set_gamma_ramp_checked(xcb_connection_t* c, ushort screen, ushort size, ushort* red, ushort* green, ushort* blue)
@param c The connection
@return A cookie
- xcb_xf86vidmode_set_gamma_ramp_sizeof
int xcb_xf86vidmode_set_gamma_ramp_sizeof(void* _buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_set_view_port
xcb_void_cookie_t xcb_xf86vidmode_set_view_port(xcb_connection_t* c, ushort screen, uint x, uint y)
@param c The connection
@return A cookie
- xcb_xf86vidmode_set_view_port_checked
xcb_void_cookie_t xcb_xf86vidmode_set_view_port_checked(xcb_connection_t* c, ushort screen, uint x, uint y)
@param c The connection
@return A cookie
- xcb_xf86vidmode_switch_mode
xcb_void_cookie_t xcb_xf86vidmode_switch_mode(xcb_connection_t* c, ushort screen, ushort zoom)
@param c The connection
@return A cookie
- xcb_xf86vidmode_switch_mode_checked
xcb_void_cookie_t xcb_xf86vidmode_switch_mode_checked(xcb_connection_t* c, ushort screen, ushort zoom)
@param c The connection
@return A cookie
- xcb_xf86vidmode_switch_to_mode
xcb_void_cookie_t xcb_xf86vidmode_switch_to_mode(xcb_connection_t* c, uint screen, xcb_xf86vidmode_dotclock_t dotclock, ushort hdisplay, ushort hsyncstart, ushort hsyncend, ushort htotal, ushort hskew, ushort vdisplay, ushort vsyncstart, ushort vsyncend, ushort vtotal, uint flags, uint privsize, ubyte* private_)
@param c The connection
@return A cookie
- xcb_xf86vidmode_switch_to_mode_checked
xcb_void_cookie_t xcb_xf86vidmode_switch_to_mode_checked(xcb_connection_t* c, uint screen, xcb_xf86vidmode_dotclock_t dotclock, ushort hdisplay, ushort hsyncstart, ushort hsyncend, ushort htotal, ushort hskew, ushort vdisplay, ushort vsyncstart, ushort vsyncend, ushort vtotal, uint flags, uint privsize, ubyte* private_)
@param c The connection
@return A cookie
- xcb_xf86vidmode_switch_to_mode_sizeof
int xcb_xf86vidmode_switch_to_mode_sizeof(void* _buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_syncrange_end
xcb_generic_iterator_t xcb_xf86vidmode_syncrange_end(xcb_xf86vidmode_syncrange_iterator_t i)
Return the iterator pointing to the last element
@param i An xcb_xf86vidmode_syncrange_iterator_t
@return The iterator pointing to the last element
- xcb_xf86vidmode_syncrange_next
void xcb_xf86vidmode_syncrange_next(xcb_xf86vidmode_syncrange_iterator_t* i)
Get the next element of the iterator
@param i Pointer to a xcb_xf86vidmode_syncrange_iterator_t
- xcb_xf86vidmode_validate_mode_line
xcb_xf86vidmode_validate_mode_line_cookie_t xcb_xf86vidmode_validate_mode_line(xcb_connection_t* c, uint screen, xcb_xf86vidmode_dotclock_t dotclock, ushort hdisplay, ushort hsyncstart, ushort hsyncend, ushort htotal, ushort hskew, ushort vdisplay, ushort vsyncstart, ushort vsyncend, ushort vtotal, uint flags, uint privsize, ubyte* private_)
@param c The connection
@return A cookie
- xcb_xf86vidmode_validate_mode_line_reply
xcb_xf86vidmode_validate_mode_line_reply_t* xcb_xf86vidmode_validate_mode_line_reply(xcb_connection_t* c, xcb_xf86vidmode_validate_mode_line_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_xf86vidmode_validate_mode_line_sizeof
int xcb_xf86vidmode_validate_mode_line_sizeof(void* _buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xcb_xf86vidmode_validate_mode_line_unchecked
xcb_xf86vidmode_validate_mode_line_cookie_t xcb_xf86vidmode_validate_mode_line_unchecked(xcb_connection_t* c, uint screen, xcb_xf86vidmode_dotclock_t dotclock, ushort hdisplay, ushort hsyncstart, ushort hsyncend, ushort htotal, ushort hskew, ushort vdisplay, ushort vsyncstart, ushort vsyncend, ushort vtotal, uint flags, uint privsize, ubyte* private_)
@param c The connection
@return A cookie
@defgroup XCB_XF86VidMode_API XCB XF86VidMode API @brief XF86VidMode XCB Protocol Implementation. @{