Interface

Goa-1.0GoaOAuthBasedNamespace

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

Properties

prototype: Goa.OAuthBased

Methods

  • Overrides all GObject.Object properties in the Goa.OAuthBased 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