Connection
Object Hierarchy:
Description:
[ Compact ]
[ CCode ( cname = "xcb_connection_t" , cprefix = "xcb_render_" , unref_function = "" ) ]
public class Connection : Connection
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