Data Fields | |
int | refcount |
Reference count. | |
DBusString | directory |
Directory the below two items are inside. | |
DBusString | filename |
Keyring filename. | |
DBusString | filename_lock |
Name of lockfile. | |
DBusKey * | keys |
Keys loaded from the file. | |
int | n_keys |
Number of keys. | |
DBusCredentials * | credentials |
Credentials containing user the keyring is for. |
DBusKeyring internals. DBusKeyring is an opaque object, it must be used via accessor functions.
Definition at line 110 of file dbus-keyring.c.