Interface

Gio-2.0GioDBusConnectionConstructorProps

interface ConstructorProps {
    address: string;
    authentication_observer: Gio.DBusAuthObserver;
    authenticationObserver: Gio.DBusAuthObserver;
    capabilities: Gio.DBusCapabilityFlags;
    closed: boolean;
    exit_on_close: boolean;
    exitOnClose: boolean;
    flags: Gio.DBusConnectionFlags;
    guid: string;
    stream: Gio.IOStream;
    unique_name: string;
    uniqueName: string;
}

Hierarchy (View Summary)

Index

Properties

address: string
authentication_observer: Gio.DBusAuthObserver
authenticationObserver: Gio.DBusAuthObserver
capabilities: Gio.DBusCapabilityFlags
closed: boolean
exit_on_close: boolean
exitOnClose: boolean
guid: string
stream: Gio.IOStream
unique_name: string
uniqueName: string