Interface

GObject-2.0GObjectMetaInfo

interface MetaInfo<Props, Interfaces, Sigs> {
    Children?: string[];
    CssName?: string;
    GTypeFlags?: TypeFlags;
    GTypeName?: string;
    Implements?: Interfaces;
    InternalChildren?: string[];
    Properties?: Props;
    Requires?: GObject.Object[];
    Signals?: Sigs;
    Template?: string | Uint8Array<ArrayBufferLike> | GLib.Bytes;
}

Type Parameters

  • Props
  • Interfaces
  • Sigs
Index

Properties

Children?: string[]
CssName?: string
GTypeFlags?: TypeFlags
GTypeName?: string
Implements?: Interfaces
InternalChildren?: string[]
Properties?: Props
Requires?: GObject.Object[]
Signals?: Sigs
Template?: string | Uint8Array<ArrayBufferLike> | GLib.Bytes