Interface

Goa-1.0GoaTodoNamespace

interface TodoNamespace {
    $gtype: GType<Goa.Todo>;
    prototype: Goa.Todo;
    interface_info(): DBusInterfaceInfo;
    override_properties(
        klass: typeof GObject.Object,
        property_id_begin: number,
    ): number;
}
Index

Properties

$gtype: GType<Goa.Todo>
prototype: Goa.Todo

Methods

  • Overrides all GObject.Object properties in the Goa.Todo interface for a concrete class. The properties are overridden in the order they are defined.

    Parameters

    • klass: typeof GObject.Object

      The class structure for a GObject.Object derived class.

    • property_id_begin: number

      The property id to assign to the first overridden property.

    Returns number