Skip to main content

GtkInteropHelper Class

Definition

Assembly:Avalonia.X11
Package:Avalonia.X11
public class GtkInteropHelper

Inheritance: object -> GtkInteropHelper

Constructors

NameDescription
GtkInteropHelperNo summary available.

GtkInteropHelper Constructor

public GtkInteropHelper()

Methods

NameDescription
RunOnGlibThreadNo summary available.

RunOnGlibThread Method

public System.Threading.Tasks.Task<T> RunOnGlibThread<T>(Func<T> cb)

Parameters

cb Func<T>

Type Parameters

T

Returns

System.Threading.Tasks.Task<T>