HomeSort by relevance Sort by last modified time
    Searched defs:DBusKeyring (Results 1 - 2 of 2) sorted by null

  /external/dbus/dbus/
dbus-keyring.h 33 typedef struct DBusKeyring DBusKeyring;
35 DBusKeyring* _dbus_keyring_new_for_credentials (DBusCredentials *credentials,
38 DBusKeyring* _dbus_keyring_ref (DBusKeyring *keyring);
39 void _dbus_keyring_unref (DBusKeyring *keyring);
41 int _dbus_keyring_get_best_key (DBusKeyring *keyring,
43 dbus_bool_t _dbus_keyring_is_for_credentials (DBusKeyring *keyring,
45 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 259 milliseconds