Query: xcb_shm_put_image_checked
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
xcb_shm_put_image(3) XCB Requests xcb_shm_put_image(3)NAMExcb_shm_put_image -SYNOPSIS#include <xcb/shm.h> Request function xcb_void_cookie_t xcb_shm_put_image(xcb_connection_t *conn, xcb_drawable_t drawable, xcb_gcontext_t gc, uint16_t total_width, uint16_t total_height, uint16_t src_x, uint16_t src_y, uint16_t src_width, uint16_t src_height, int16_t dst_x, int16_t dst_y, uint8_t depth, uint8_t format, uint8_t send_event, xcb_shm_seg_t shmseg, uint32_t offset);REQUEST ARGUMENTSconn The XCB connection to X11. drawable TODO: NOT YET DOCUMENTED. gc TODO: NOT YET DOCUMENTED. total_width TODO: NOT YET DOCUMENTED. total_height TODO: NOT YET DOCUMENTED. src_x TODO: NOT YET DOCUMENTED. src_y TODO: NOT YET DOCUMENTED. src_width TODO: NOT YET DOCUMENTED. src_height TODO: NOT YET DOCUMENTED. dst_x TODO: NOT YET DOCUMENTED. dst_y TODO: NOT YET DOCUMENTED. depth TODO: NOT YET DOCUMENTED. format TODO: NOT YET DOCUMENTED. send_event TODO: NOT YET DOCUMENTED. shmseg TODO: NOT YET DOCUMENTED. offset TODO: NOT YET DOCUMENTED.DESCRIPTIONRETURN VALUEReturns an xcb_void_cookie_t. Errors (if any) have to be handled in the event loop. If you want to handle errors directly with xcb_request_check instead, use xcb_shm_put_image_checked. See xcb-requests(3) for details.ERRORSThis request does never generate any errors.SEE ALSOAUTHORGenerated from shm.xml. Contact xcb@lists.freedesktop.org for corrections and improvements.XCB2014-06-10 xcb_shm_put_image(3)
Related Man Pages |
---|
xcb_copy_plane(3) - centos |
xcb_copy_plane_checked(3) - centos |
xcb_render_composite_checked(3) - centos |
xcb_shm_create_pixmap(3) - centos |
xcb_xv_shm_put_image(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Best performance UNIX just for HOST Virtualization? |
Docker learning Phase-I |
Controlling user input |
[TIP] Processing YAML files with yq |