Interface

Gio-2.0GioAsyncResultInterface

Interface for implementing AsyncResult. Contains only the virtual methods that need to be implemented.

interface Interface {
    vfunc_get_source_object<T = GObject.Object>(): T;
    vfunc_get_user_data(): any;
    vfunc_is_tagged(source_tag?: any): boolean;
}

Hierarchy (View Summary)

Index

Methods

  • Checks if res has the given source_tag (generally a function pointer indicating the function res was created by).

    Parameters

    • Optionalsource_tag: any

      an application-defined tag

    Returns boolean