OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DBusKeyring
(Results
1 - 2
of
2
) sorted by null
/external/dbus/dbus/
dbus-keyring.h
32
typedef struct
DBusKeyring
DBusKeyring
;
34
DBusKeyring
* _dbus_keyring_new_homedir (const DBusString *username,
37
DBusKeyring
* _dbus_keyring_ref (
DBusKeyring
*keyring);
38
void _dbus_keyring_unref (
DBusKeyring
*keyring);
40
int _dbus_keyring_get_best_key (
DBusKeyring
*keyring,
42
dbus_bool_t _dbus_keyring_is_for_user (
DBusKeyring
*keyring,
44
dbus_bool_t _dbus_keyring_get_hex_key (
DBusKeyring
*keyring,
dbus-keyring.c
32
* @defgroup
DBusKeyring
keyring class
34
* @brief
DBusKeyring
data structure
36
* Types and functions related to
DBusKeyring
.
DBusKeyring
is intended
53
* @defgroup DBusKeyringInternals
DBusKeyring
implementation details
55
* @brief
DBusKeyring
implementation details
57
* The guts of
DBusKeyring
.
106
* @brief Internals of
DBusKeyring
.
108
*
DBusKeyring
internals.
DBusKeyring
is an opaque object, it must b
[
all
...]
Completed in 22 milliseconds