Connection
Object Hierarchy:
Description:
[ Compact ]
[ CCode ( cname = "xcb_connection_t" , cprefix = "xcb_dri2_" , unref_function = "" ) ]
public class Connection : Connection
Content:
Methods:
- public AuthenticateCookie authenticate (Window window, uint32 magic)
- public AuthenticateReply? authenticate_reply (AuthenticateCookie cookie, out GenericError? e = null)
- public AuthenticateCookie authenticate_unchecked (Window window, uint32 magic)
- public ConnectCookie connect (Window window, uint32 driver_type)
- public ConnectReply? connect_reply (ConnectCookie cookie, out GenericError? e = null)
- public ConnectCookie connect_unchecked (Window window, uint32 driver_type)
- public CopyRegionCookie copy_region (Drawable drawable, uint32 region, uint32 dest, uint32 src)
- public CopyRegionReply? copy_region_reply (CopyRegionCookie cookie, out GenericError? e = null)
- public CopyRegionCookie copy_region_unchecked (Drawable drawable, uint32 region, uint32 dest, uint32 src)
- public VoidCookie create_drawable (Drawable drawable)
- public VoidCookie create_drawable_checked (Drawable drawable)
- public VoidCookie destroy_drawable (Drawable drawable)
- public VoidCookie destroy_drawable_checked (Drawable drawable)
- public GetBuffersCookie get_buffers (Drawable drawable, uint32[] attachments)
- public GetBuffersReply? get_buffers_reply (GetBuffersCookie cookie, out GenericError? e = null)
- public GetBuffersCookie get_buffers_unchecked (Drawable drawable, uint32[] attachments)
- public GetBuffersWithFormatCookie get_buffers_with_format (Drawable drawable, AttachFormat[] attachments)
- public GetBuffersWithFormatReply? get_buffers_with_format_reply (GetBuffersWithFormatCookie cookie, out GenericError? e = null)
- public GetBuffersWithFormatCookie get_buffers_with_format_unchecked (Drawable drawable, AttachFormat[] attachments)
- public GetMSCCookie get_msc (Drawable drawable)
- public GetMSCReply? get_msc_reply (GetMSCCookie cookie, out GenericError? e = null)
- public GetMSCCookie get_msc_unchecked (Drawable drawable)
- public GetParamCookie get_param (Drawable drawable, uint32 param)
- public GetParamReply? get_param_reply (GetParamCookie cookie, out GenericError? e = null)
- public GetParamCookie get_param_unchecked (Drawable drawable, uint32 param)
- public QueryVersionCookie query_version (uint32 major_version, uint32 minor_version)
- public QueryVersionReply? query_version_reply (QueryVersionCookie cookie, out GenericError? e = null)
- public QueryVersionCookie query_version_unchecked (uint32 major_version, uint32 minor_version)
- public SwapBuffersCookie swap_buffers (Drawable drawable, uint64 target_msc, uint64 divisor, uint64 remainder)
- public SwapBuffersReply? swap_buffers_reply (SwapBuffersCookie cookie, out GenericError? e = null)
- public SwapBuffersCookie swap_buffers_unchecked (Drawable drawable, uint64 target_msc, uint64 divisor, uint64 remainder)
- public VoidCookie swap_interval (Drawable drawable, uint32 interval)
- public VoidCookie swap_interval_checked (Drawable drawable, uint32 interval)
- public GetBuffersCookie vala_get_buffers (Drawable drawable, uint32 count, uint32[] attachments)
- public GetBuffersCookie vala_get_buffers_unchecked (Drawable drawable, uint32 count, uint32[] attachments)
- public GetBuffersWithFormatCookie vala_get_buffers_with_format (Drawable drawable, uint32 count, AttachFormat[] attachments)
- public GetBuffersWithFormatCookie vala_get_buffers_with_format_unchecked (Drawable drawable, uint32 count, AttachFormat[] attachments)
- public SwapBuffersCookie wait_msc (Drawable drawable, uint64 target_msc, uint64 divisor, uint64 remainder)
- public WaitMSCReply? wait_msc_reply (WaitMSCCookie cookie, out GenericError? e = null)
- public SwapBuffersCookie wait_msc_unchecked (Drawable drawable, uint64 target_msc, uint64 divisor, uint64 remainder)
- public SwapBuffersCookie wait_sbc (Drawable drawable, uint64 target_sbc)
- public WaitSBCReply? wait_sbc_reply (WaitSBCCookie cookie, out GenericError? e = null)
- public SwapBuffersCookie wait_sbc_unchecked (Drawable drawable, uint32 target_sbc)
Inherited Members:
All known members inherited from class Xcb.Connection