Interface

GObject-2.0GObjectObjectInterface

interface Interface {
    __name__: string;
    _construct: (params: any, ...otherArgs: any[]) => any;
    _init: (params: any) => void;
    $gtype?: GType<unknown>;
}

Hierarchy (View Summary)

Index

Properties - Inherited from GObject.Interface

Properties - Inherited from GObject.Interface

__name__: string
_construct: (params: any, ...otherArgs: any[]) => any
_init: (params: any) => void
$gtype?: GType<unknown>