Connection
Object Hierarchy:
Description:
[ Compact ]
[ CCode ( cname = "xcb_connection_t" , cprefix = "xcb_render_" , unref_function = "" ) ]
public class Connection : Connection
[ CCode ( cname = "xcb_connection_t" , cprefix = "xcb_render_" , unref_function = "" ) ]
public class Connection : Connection
Namespace: Xcb.Render
Package: xcb-render
Content:
Methods:
- public VoidCookie add_glyphs (GlyphSet glyphset, Glyph[] glyphids, GlyphInfo[] glyphs, uint8[] data)
- public VoidCookie add_glyphs_checked (GlyphSet glyphset, Glyph[] glyphids, GlyphInfo[] glyphs, uint8[] data)
- public VoidCookie add_traps (Picture picture, int16 x_off, int16 y_off, Trap[] traps)
- public VoidCookie add_traps_checked (Picture picture, int16 x_off, int16 y_off, Trap[] traps)
- public VoidCookie change_picture (Picture picture, CP value_mask, uint32[] value_list)
- public VoidCookie change_picture_checked (Picture picture, CP value_mask, uint32[] value_list)
- public VoidCookie composite (PictOp op, Picture src, Picture mask, Picture dst, int16 src_x, int16 src_y, int16 mask_x, int16 mask_y, int16 dst_x, int16 dst_y, uint16 width, uint16 height)
- public VoidCookie composite_checked (PictOp op, Picture src, Picture mask, Picture dst, int16 src_x, int16 src_y, int16 mask_x, int16 mask_y, int16 dst_x, int16 dst_y, uint16 width, uint16 height)
- public VoidCookie composite_glyphs_16 (PictOp op, Picture src, Picture dst, PictFormat mask_format, GlyphSet glyphset, int16 src_x, int16 src_y, uint8[] glyphcmds)
- public VoidCookie composite_glyphs_16_checked (PictOp op, Picture src, Picture dst, PictFormat mask_format, GlyphSet glyphset, int16 src_x, int16 src_y, uint8[] glyphcmds)
- public VoidCookie composite_glyphs_32 (PictOp op, Picture src, Picture dst, PictFormat mask_format, GlyphSet glyphset, int16 src_x, int16 src_y, uint8[] glyphcmds)
- public VoidCookie composite_glyphs_32_checked (PictOp op, Picture src, Picture dst, PictFormat mask_format, GlyphSet glyphset, int16 src_x, int16 src_y, uint8[] glyphcmds)
- public VoidCookie composite_glyphs_8 (PictOp op, Picture src, Picture dst, PictFormat mask_format, GlyphSet glyphset, int16 src_x, int16 src_y, uint8[] glyphcmds)
- public VoidCookie composite_glyphs_8_checked (PictOp op, Picture src, Picture dst, PictFormat mask_format, GlyphSet glyphset, int16 src_x, int16 src_y, uint8[] glyphcmds)
- public VoidCookie create_anim_cursor (Cursor cid, AnimCursorELT[] cursors)
- public VoidCookie create_anim_cursor_checked (Cursor cid, AnimCursorELT[] cursors)
- public VoidCookie create_conical_gradient (Picture picture, PointFix center, Fixed angle, Fixed[] stops, Color[] colors)
- public VoidCookie create_conical_gradient_checked (Picture picture, PointFix center, Fixed angle, Fixed[] stops, Color[] colors)
- public VoidCookie create_cursor (Cursor cid, Picture source, uint16 x, uint16 y)
- public VoidCookie create_cursor_checked (Cursor cid, Picture source, uint16 x, uint16 y)
- public VoidCookie create_glyph_set (GlyphSet gsid, PictFormat format)
- public VoidCookie create_glyph_set_checked (GlyphSet gsid, PictFormat format)
- public VoidCookie create_linear_gradient (Picture picture, PointFix p1, PointFix p2, Fixed[] stops, Color[] colors)
- public VoidCookie create_linear_gradient_checked (Picture picture, PointFix p1, PointFix p2, Fixed[] stops, Color[] colors)
- public VoidCookie create_picture (Picture pid, Drawable drawable, PictFormat format, CP value_mask = 0, uint32[]? value_list = null)
- public VoidCookie create_picture_checked (Picture pid, Drawable drawable, PictFormat format, CP value_mask = 0, uint32[]? value_list = null)
- public VoidCookie create_solid_fill (Picture picture, Color color)
- public VoidCookie create_solid_fill_checked (Picture picture, Color color)
- public VoidCookie fill_rectangles (PictOp op, Picture dst, Color color, Rectangle[] rects)
- public VoidCookie fill_rectangles_checked (PictOp op, Picture dst, Color color, Rectangle[] rects)
- public VoidCookie free_glyph_set (GlyphSet glyphset)
- public VoidCookie free_glyph_set_checked (GlyphSet glyphset)
- public VoidCookie free_glyphs (GlyphSet glyphset, Glyph[] glyphs)
- public VoidCookie free_glyphs_checked (GlyphSet glyphset, Glyph[] glyphs)
- public VoidCookie free_picture (Picture picture)
- public VoidCookie free_picture_checked (Picture picture)
- public QueryFiltersCookie query_filters (Drawable drawable)
- public QueryFiltersReply query_filters_reply (QueryFiltersCookie cookie, out GenericError? e = null)
- public QueryFiltersCookie query_filters_unchecked (Drawable drawable)
- public QueryPictFormatsCookie query_pict_formats ()
- public QueryPictFormatsReply query_pict_formats_reply (QueryPictFormatsCookie cookie, out GenericError? e = null)
- public QueryPictFormatsCookie query_pict_formats_unchecked ()
- public QueryPictIndexValuesCookie query_pict_index_values (PictFormat format)
- public QueryPictIndexValuesReply query_pict_index_values_reply (QueryPictIndexValuesCookie cookie, out GenericError? e = null)
- public QueryPictIndexValuesCookie query_pict_index_values_unchecked (PictFormat format)
- public QueryVersionCookie query_version (uint32 client_major_version, uint32 client_minor_version)
- public QueryVersionReply query_version_reply (QueryVersionCookie cookie, out GenericError? e = null)
- public QueryVersionCookie query_version_unchecked (uint32 client_major_version, uint32 client_minor_version)
- public VoidCookie reference_glyph_set (GlyphSet gsid, GlyphSet existing)
- public VoidCookie reference_glyph_set_checked (GlyphSet gsid, GlyphSet existing)
- public VoidCookie set_picture_clip_rectangles (Picture picture, int16 clip_x_origin, int16 clip_y_origin, Rectangle[] rectangles)
- public VoidCookie set_picture_clip_rectangles_checked (Picture picture, int16 clip_x_origin, int16 clip_y_origin, Rectangle[] rectangles)
- public VoidCookie set_picture_filter (Picture picture, string filter, Fixed[]? values = null)
- public VoidCookie set_picture_filter_checked (Picture picture, string filter, Fixed[] values)
- public VoidCookie set_picture_transform (Picture picture, Transform transform)
- public VoidCookie set_picture_transform_checked (Picture picture, Transform transform)
- public VoidCookie trapezoids (PictOp op, Picture src, Picture dst, PictFormat mask_format, int16 src_x, int16 src_y, Trapezoid[] traps)
- public VoidCookie trapezoids_checked (PictOp op, Picture src, Picture dst, PictFormat mask_format, int16 src_x, int16 src_y, Trapezoid[] traps)
- public VoidCookie tri_fan (PictOp op, Picture src, Picture dst, PictFormat mask_format, int16 src_x, int16 src_y, PointFix[] points)
- public VoidCookie tri_fan_checked (PictOp op, Picture src, Picture dst, PictFormat mask_format, int16 src_x, int16 src_y, PointFix[] points)
- public VoidCookie tri_strip (PictOp op, Picture src, Picture dst, PictFormat mask_format, int16 src_x, int16 src_y, PointFix[] points)
- public VoidCookie tri_strip_checked (PictOp op, Picture src, Picture dst, PictFormat mask_format, int16 src_x, int16 src_y, PointFix[] points)
- public VoidCookie triangles (PictOp op, Picture src, Picture dst, PictFormat mask_format, int16 src_x, int16 src_y, Triangle[] triangles)
- public VoidCookie triangles_checked (PictOp op, Picture src, Picture dst, PictFormat mask_format, int16 src_x, int16 src_y, Triangle[] triangles)
Inherited Members:
All known members inherited from class Xcb.Connection
- alloc_color
- alloc_color_cells
- alloc_color_cells_reply
- alloc_color_cells_unchecked
- alloc_color_planes
- alloc_color_planes_reply
- alloc_color_planes_unchecked
- alloc_color_reply
- alloc_color_unchecked
- alloc_named_color
- alloc_named_color_reply
- alloc_named_color_unchecked
- allow_events
- allow_events_checked
- bell
- bell_checked
- change_active_pointer_grab
- change_active_pointer_grab_checked
- change_gc
- change_gc_checked
- change_hosts
- change_hosts_checked
- change_pointer_control
- change_pointer_control_checked
- change_property_atom
- change_property_checked_atom
- change_property_checked_string
- change_property_checked_uint16
- change_property_checked_uint32
- change_property_checked_uint8
- change_property_string
- change_property_uint16
- change_property_uint32
- change_property_uint8
- change_save_set
- change_save_set_checked
- change_window_attributes
- change_window_attributes_checked
- circulate_window
- circulate_window_checked
- clear_area
- clear_area_checked
- close_font
- close_font_checked
- configure_window
- configure_window_checked
- convert_selection
- convert_selection_checked
- copy_area
- copy_area_checked
- copy_colormap_and_free
- copy_colormap_and_free_checked
- copy_gc
- copy_gc_checked
- copy_plane
- copy_plane_checked
- create_colormap
- create_colormap_checked
- create_cursor
- create_cursor_checked
- create_gc
- create_gc_checked
- create_glyph_cursor
- create_glyph_cursor_checked
- create_pixmap
- create_pixmap_checked
- create_window
- create_window_checked
- delete_property
- delete_property_checked
- destroy_subwindows
- destroy_subwindows_checked
- destroy_window
- destroy_window_checked
- fill_poly
- fill_poly_checked
- flush
- force_screen_saver
- force_screen_saver_checked
- free_colormap
- free_colormap_checked
- free_colors
- free_colors_checked
- free_cursor
- free_cursor_checked
- free_gc
- free_gc_checked
- free_pixmap
- free_pixmap_checked
- generate_id
- get_atom_name
- get_atom_name_reply
- get_atom_name_unchecked
- get_file_descriptor
- get_font_path
- get_font_path_reply
- get_font_path_unchecked
- get_geometry
- get_geometry_reply
- get_geometry_unchecked
- get_image
- get_image_reply
- get_image_unchecked
- get_input_focus
- get_input_focus_reply
- get_input_focus_unchecked
- get_motion_events
- get_motion_events_reply
- get_motion_events_unchecked
- get_pointer_control
- get_pointer_control_reply
- get_pointer_control_unchecked
- get_property
- get_property_reply
- get_property_unchecked
- get_screen_saver
- get_screen_saver_reply
- get_screen_saver_unchecked
- get_selection_owner
- get_selection_owner_reply
- get_selection_owner_unchecked
- get_setup
- get_window_attributes
- get_window_attributes_reply
- get_window_attributes_unchecked
- grab_button
- grab_button_checked
- grab_key
- grab_key_checked
- grab_keyboard
- grab_keyboard_reply
- grab_keyboard_unchecked
- grab_pointer
- grab_pointer_reply
- grab_pointer_unchecked
- grab_server
- grab_server_checked
- has_error
- image_text_8
- image_text_8_checked
- install_colormap
- install_colormap_checked
- intern_atom
- intern_atom_reply
- intern_atom_unchecked
- kill_client
- kill_client_checked
- list_extensions
- list_extensions_reply
- list_extensions_unchecked
- list_fonts
- list_fonts_reply
- list_fonts_unchecked
- list_fonts_with_info
- list_fonts_with_info_reply
- list_fonts_with_info_unchecked
- list_hosts
- list_hosts_reply
- list_hosts_unchecked
- list_installed_colormaps
- list_installed_colormaps_reply
- list_installed_colormaps_unchecked
- list_properties
- list_properties_reply
- list_properties_unchecked
- lookup_color
- lookup_color_reply
- lookup_color_unchecked
- map_subwindows
- map_subwindows_checked
- map_window
- map_window_checked
- no_operation
- no_operation_checked
- open_font
- open_font_checked
- poll_for_event
- poly_arc
- poly_arc_checked
- poly_fill_arc
- poly_fill_arc_checked
- poly_fill_rectangle
- poly_fill_rectangle_checked
- poly_line
- poly_line_checked
- poly_point
- poly_point_checked
- poly_rectangle
- poly_rectangle_checked
- poly_segment
- poly_segment_checked
- poly_text_16
- poly_text_16_checked
- poly_text_8
- poly_text_8_checked
- put_image
- put_image_checked
- query_best_size
- query_best_size_reply
- query_best_size_unchecked
- query_colors
- query_colors_reply
- query_colors_unchecked
- query_extension
- query_extension_reply
- query_extension_unchecked
- query_font
- query_font_reply
- query_font_unchecked
- query_keymap
- query_keymap_reply
- query_keymap_unchecked
- query_pointer
- query_pointer_reply
- query_pointer_unchecked
- query_tree
- query_tree_reply
- query_tree_unchecked
- recolor_cursor
- recolor_cursor_checked
- reparent_window
- reparent_window_checked
- request_check
- rotate_properties
- rotate_properties_checked
- set_access_control
- set_access_control_checked
- set_clip_rectangles
- set_clip_rectangles_checked
- set_close_down_mode
- set_close_down_mode_checked
- set_dashes
- set_dashes_checked
- set_input_focus
- set_input_focus_checked
- set_screen_saver
- set_screen_saver_checked
- set_selection_owner
- set_selection_owner_checked
- store_colors
- store_colors_checked
- store_named_color
- store_named_color_checked
- translate_coordinates
- translate_coordinates_reply
- translate_coordinates_unchecked
- ungrab_button
- ungrab_button_checked
- ungrab_key
- ungrab_key_checked
- ungrab_keyboard
- ungrab_keyboard_checked
- ungrab_pointer
- ungrab_pointer_checked
- ungrab_server
- ungrab_server_checked
- uninstall_colormap
- uninstall_colormap_checked
- unmap_subwindows
- unmap_subwindows_checked
- unmap_window
- unmap_window_checked
- wait_for_event
- warp_pointer
- warp_pointer_checked