RAGS - v1.11.0
    Preparing search index...

    Interface DBusProxy

    Generic DBus proxy with name listing capability.

    interface DBusProxy {
        new DBusProxy(...args: unknown[]): DBusProxy;
        ListNamesAsync: () => Promise<string[][]>;
        [key: string]: any;
    }

    Hierarchy

    • DBusProxy
      • DBusProxy

    Indexable

    • [key: string]: any
    Index

    Constructors

    Properties

    Constructors

    Properties

    ListNamesAsync: () => Promise<string[][]>