Interface

Secret-1SecretItemConstructorProps

interface ConstructorProps {
    attributes: GLib.HashTable<string, string>;
    created: number;
    flags: Secret.ItemFlags;
    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;
    label: string;
    locked: boolean;
    modified: number;
    service: Secret.Service;
}

Hierarchy (View Summary)

Index

Properties

locked: boolean
service: Secret.Service

Properties - Inherited from Secret.Retrievable.ConstructorProps

attributes: GLib.HashTable<string, string>
created: number
label: string
modified: number

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