Interface

Secret-1SecretServiceConstructorProps

interface ConstructorProps {
    flags: Secret.ServiceFlags;
    g_bus_type: Gio.BusType;
    g_connection: Gio.DBusConnection;
    g_default_timeout: number;
    g_flags: Gio.DBusProxyFlags;
    g_interface_info: DBusInterfaceInfo;
    g_interface_name: string;
    g_name: string;
    g_name_owner: string;
    g_object_path: string;
    gBusType: Gio.BusType;
    gConnection: Gio.DBusConnection;
    gDefaultTimeout: number;
    gFlags: Gio.DBusProxyFlags;
    gInterfaceInfo: DBusInterfaceInfo;
    gInterfaceName: string;
    gName: string;
    gNameOwner: string;
    gObjectPath: string;
}

Hierarchy (View Summary)

Index

Properties - Inherited from Secret.Backend.ConstructorProps

Properties - Inherited from Gio

g_bus_type: Gio.BusType
g_connection: Gio.DBusConnection
g_default_timeout: number
g_interface_info: DBusInterfaceInfo
g_interface_name: string
g_name: string
g_name_owner: string
g_object_path: string
gBusType: Gio.BusType
gConnection: Gio.DBusConnection
gDefaultTimeout: number
gInterfaceInfo: DBusInterfaceInfo
gInterfaceName: string
gName: string
gNameOwner: string
gObjectPath: string