Import line: | GnomeKeyring = imports.gi.GnomeKeyring; |
GIR File: | GnomeKeyring-2.0.gir |
C documentation: | GnomeKeyringItemType |
Enum : | ItemType |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number GnomeKeyring.ItemType.CHAINED_KEYRING_PASSWORD : 3
|
|
Number GnomeKeyring.ItemType.ENCRYPTION_KEY_PASSWORD : 4
|
|
Number GnomeKeyring.ItemType.GENERIC_SECRET : 0
|
|
Number GnomeKeyring.ItemType.LAST_TYPE : 257
|
|
Number GnomeKeyring.ItemType.NETWORK_PASSWORD : 1
|
|
Number GnomeKeyring.ItemType.NOTE : 2
|
|
Number GnomeKeyring.ItemType.PK_STORAGE : 256
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GnomeKeyring
Method |
GnomeKeyring.find_items
(ItemType type, Array attributes, Function callback, void* data, Function destroy_data)
:
void*
|
GnomeKeyring
Method |
|
GnomeKeyring
Method |
GnomeKeyring.item_create
(String keyring, ItemType type, String display_name, Array attributes, String secret, Boolean update_if_exists, Function callback, void* data, Function destroy_data)
:
void*
|
GnomeKeyring
Method |
GnomeKeyring.item_create_sync
(String keyring, ItemType type, String display_name, Array attributes, String secret, Boolean update_if_exists, Object out_values)
:
GnomeKeyring.Result
|
GnomeKeyring
Method |
|
GnomeKeyring.ItemInfo
Method |
set_type
(ItemType type)
:
none
|