1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
<book xmlns="http://www.devhelp.net/book" title="gnome-keyring Reference Manual" link="index.html" author="" name="gnome-keyring" version="2">
<chapters>
<sub name="gnome-keyring API Reference" link="ch01.html">
<sub name="Simple Password Storage" link="gnome-keyring-gnome-keyring-password.html"/>
<sub name="gnome-keyring-keyrings" link="gnome-keyring-gnome-keyring-keyrings.html"/>
<sub name="gnome-keyring-keyring-info" link="gnome-keyring-gnome-keyring-keyring-info.html"/>
<sub name="gnome-keyring-items" link="gnome-keyring-gnome-keyring-items.html"/>
<sub name="gnome-keyring-item-info" link="gnome-keyring-gnome-keyring-item-info.html"/>
<sub name="gnome-keyring-attributes" link="gnome-keyring-gnome-keyring-attributes.html"/>
<sub name="gnome-keyring-acl" link="gnome-keyring-gnome-keyring-acl.html"/>
<sub name="gnome-keyring-find" link="gnome-keyring-gnome-keyring-find.html"/>
<sub name="gnome-keyring-network" link="gnome-keyring-gnome-keyring-network.html"/>
<sub name="gnome-keyring-memory" link="gnome-keyring-gnome-keyring-memory.html"/>
<sub name="gnome-keyring-result" link="gnome-keyring-gnome-keyring-result.html"/>
<sub name="gnome-keyring-misc" link="gnome-keyring-gnome-keyring-misc.html"/>
<sub name="Daemon Management Functions" link="gnome-keyring-gnome-keyring-daemon.html"/>
<sub name="gnome-keyring-generic-callbacks" link="gnome-keyring-gnome-keyring-generic-callbacks.html"/>
</sub>
</chapters>
<functions>
<keyword type="struct" name="GnomeKeyringPasswordSchema" link="gnome-keyring-gnome-keyring-password.html#GnomeKeyringPasswordSchema"/>
<keyword type="variable" name="GNOME_KEYRING_NETWORK_PASSWORD" link="gnome-keyring-gnome-keyring-password.html#GNOME-KEYRING-NETWORK-PASSWORD:CAPS"/>
<keyword type="macro" name="GNOME_KEYRING_DEFAULT" link="gnome-keyring-gnome-keyring-password.html#GNOME-KEYRING-DEFAULT:CAPS"/>
<keyword type="macro" name="GNOME_KEYRING_SESSION" link="gnome-keyring-gnome-keyring-password.html#GNOME-KEYRING-SESSION:CAPS"/>
<keyword type="function" name="gnome_keyring_store_password ()" link="gnome-keyring-gnome-keyring-password.html#gnome-keyring-store-password" since="2.22"/>
<keyword type="function" name="gnome_keyring_store_password_sync ()" link="gnome-keyring-gnome-keyring-password.html#gnome-keyring-store-password-sync" since="2.22"/>
<keyword type="function" name="gnome_keyring_find_password ()" link="gnome-keyring-gnome-keyring-password.html#gnome-keyring-find-password" since="2.22"/>
<keyword type="function" name="gnome_keyring_find_password_sync ()" link="gnome-keyring-gnome-keyring-password.html#gnome-keyring-find-password-sync" since="2.22"/>
<keyword type="function" name="gnome_keyring_delete_password ()" link="gnome-keyring-gnome-keyring-password.html#gnome-keyring-delete-password" since="2.22"/>
<keyword type="function" name="gnome_keyring_delete_password_sync ()" link="gnome-keyring-gnome-keyring-password.html#gnome-keyring-delete-password-sync" since="2.22"/>
<keyword type="function" name="gnome_keyring_free_password ()" link="gnome-keyring-gnome-keyring-password.html#gnome-keyring-free-password"/>
<keyword type="function" name="GnomeKeyringOperationGetKeyringInfoCallback ()" link="gnome-keyring-gnome-keyring-keyrings.html#GnomeKeyringOperationGetKeyringInfoCallback"/>
<keyword type="function" name="gnome_keyring_set_default_keyring ()" link="gnome-keyring-gnome-keyring-keyrings.html#gnome-keyring-set-default-keyring"/>
<keyword type="function" name="gnome_keyring_set_default_keyring_sync ()" link="gnome-keyring-gnome-keyring-keyrings.html#gnome-keyring-set-default-keyring-sync"/>
<keyword type="function" name="gnome_keyring_get_default_keyring ()" link="gnome-keyring-gnome-keyring-keyrings.html#gnome-keyring-get-default-keyring"/>
<keyword type="function" name="gnome_keyring_get_default_keyring_sync ()" link="gnome-keyring-gnome-keyring-keyrings.html#gnome-keyring-get-default-keyring-sync"/>
<keyword type="function" name="gnome_keyring_list_keyring_names ()" link="gnome-keyring-gnome-keyring-keyrings.html#gnome-keyring-list-keyring-names"/>
<keyword type="function" name="gnome_keyring_list_keyring_names_sync ()" link="gnome-keyring-gnome-keyring-keyrings.html#gnome-keyring-list-keyring-names-sync"/>
<keyword type="function" name="gnome_keyring_lock_all ()" link="gnome-keyring-gnome-keyring-keyrings.html#gnome-keyring-lock-all"/>
<keyword type="function" name="gnome_keyring_lock_all_sync ()" link="gnome-keyring-gnome-keyring-keyrings.html#gnome-keyring-lock-all-sync"/>
<keyword type="function" name="gnome_keyring_create ()" link="gnome-keyring-gnome-keyring-keyrings.html#gnome-keyring-create"/>
<keyword type="function" name="gnome_keyring_create_sync ()" link="gnome-keyring-gnome-keyring-keyrings.html#gnome-keyring-create-sync"/>
<keyword type="function" name="gnome_keyring_unlock ()" link="gnome-keyring-gnome-keyring-keyrings.html#gnome-keyring-unlock"/>
<keyword type="function" name="gnome_keyring_unlock_sync ()" link="gnome-keyring-gnome-keyring-keyrings.html#gnome-keyring-unlock-sync"/>
<keyword type="function" name="gnome_keyring_lock ()" link="gnome-keyring-gnome-keyring-keyrings.html#gnome-keyring-lock"/>
<keyword type="function" name="gnome_keyring_lock_sync ()" link="gnome-keyring-gnome-keyring-keyrings.html#gnome-keyring-lock-sync"/>
<keyword type="function" name="gnome_keyring_delete ()" link="gnome-keyring-gnome-keyring-keyrings.html#gnome-keyring-delete"/>
<keyword type="function" name="gnome_keyring_delete_sync ()" link="gnome-keyring-gnome-keyring-keyrings.html#gnome-keyring-delete-sync"/>
<keyword type="function" name="gnome_keyring_get_info ()" link="gnome-keyring-gnome-keyring-keyrings.html#gnome-keyring-get-info"/>
<keyword type="function" name="gnome_keyring_get_info_sync ()" link="gnome-keyring-gnome-keyring-keyrings.html#gnome-keyring-get-info-sync"/>
<keyword type="function" name="gnome_keyring_set_info ()" link="gnome-keyring-gnome-keyring-keyrings.html#gnome-keyring-set-info"/>
<keyword type="function" name="gnome_keyring_set_info_sync ()" link="gnome-keyring-gnome-keyring-keyrings.html#gnome-keyring-set-info-sync"/>
<keyword type="function" name="gnome_keyring_change_password ()" link="gnome-keyring-gnome-keyring-keyrings.html#gnome-keyring-change-password"/>
<keyword type="function" name="gnome_keyring_change_password_sync ()" link="gnome-keyring-gnome-keyring-keyrings.html#gnome-keyring-change-password-sync"/>
<keyword type="function" name="gnome_keyring_list_item_ids ()" link="gnome-keyring-gnome-keyring-keyrings.html#gnome-keyring-list-item-ids"/>
<keyword type="function" name="gnome_keyring_list_item_ids_sync ()" link="gnome-keyring-gnome-keyring-keyrings.html#gnome-keyring-list-item-ids-sync"/>
<keyword type="typedef" name="GnomeKeyringInfo" link="gnome-keyring-gnome-keyring-keyring-info.html#GnomeKeyringInfo"/>
<keyword type="function" name="gnome_keyring_info_free ()" link="gnome-keyring-gnome-keyring-keyring-info.html#gnome-keyring-info-free"/>
<keyword type="function" name="gnome_keyring_info_copy ()" link="gnome-keyring-gnome-keyring-keyring-info.html#gnome-keyring-info-copy"/>
<keyword type="function" name="gnome_keyring_info_set_lock_on_idle ()" link="gnome-keyring-gnome-keyring-keyring-info.html#gnome-keyring-info-set-lock-on-idle"/>
<keyword type="function" name="gnome_keyring_info_get_lock_on_idle ()" link="gnome-keyring-gnome-keyring-keyring-info.html#gnome-keyring-info-get-lock-on-idle"/>
<keyword type="function" name="gnome_keyring_info_set_lock_timeout ()" link="gnome-keyring-gnome-keyring-keyring-info.html#gnome-keyring-info-set-lock-timeout"/>
<keyword type="function" name="gnome_keyring_info_get_lock_timeout ()" link="gnome-keyring-gnome-keyring-keyring-info.html#gnome-keyring-info-get-lock-timeout"/>
<keyword type="function" name="gnome_keyring_info_get_mtime ()" link="gnome-keyring-gnome-keyring-keyring-info.html#gnome-keyring-info-get-mtime"/>
<keyword type="function" name="gnome_keyring_info_get_ctime ()" link="gnome-keyring-gnome-keyring-keyring-info.html#gnome-keyring-info-get-ctime"/>
<keyword type="function" name="gnome_keyring_info_get_is_locked ()" link="gnome-keyring-gnome-keyring-keyring-info.html#gnome-keyring-info-get-is-locked"/>
<keyword type="enum" name="enum GnomeKeyringItemInfoFlags" link="gnome-keyring-gnome-keyring-items.html#GnomeKeyringItemInfoFlags"/>
<keyword type="function" name="GnomeKeyringOperationGetItemInfoCallback ()" link="gnome-keyring-gnome-keyring-items.html#GnomeKeyringOperationGetItemInfoCallback"/>
<keyword type="function" name="GnomeKeyringOperationGetAttributesCallback ()" link="gnome-keyring-gnome-keyring-items.html#GnomeKeyringOperationGetAttributesCallback"/>
<keyword type="function" name="gnome_keyring_item_create ()" link="gnome-keyring-gnome-keyring-items.html#gnome-keyring-item-create"/>
<keyword type="function" name="gnome_keyring_item_create_sync ()" link="gnome-keyring-gnome-keyring-items.html#gnome-keyring-item-create-sync"/>
<keyword type="function" name="gnome_keyring_item_delete ()" link="gnome-keyring-gnome-keyring-items.html#gnome-keyring-item-delete"/>
<keyword type="function" name="gnome_keyring_item_delete_sync ()" link="gnome-keyring-gnome-keyring-items.html#gnome-keyring-item-delete-sync"/>
<keyword type="function" name="gnome_keyring_item_get_info ()" link="gnome-keyring-gnome-keyring-items.html#gnome-keyring-item-get-info"/>
<keyword type="function" name="gnome_keyring_item_get_info_full ()" link="gnome-keyring-gnome-keyring-items.html#gnome-keyring-item-get-info-full"/>
<keyword type="function" name="gnome_keyring_item_get_info_full_sync ()" link="gnome-keyring-gnome-keyring-items.html#gnome-keyring-item-get-info-full-sync"/>
<keyword type="function" name="gnome_keyring_item_get_info_sync ()" link="gnome-keyring-gnome-keyring-items.html#gnome-keyring-item-get-info-sync"/>
<keyword type="function" name="gnome_keyring_item_set_info ()" link="gnome-keyring-gnome-keyring-items.html#gnome-keyring-item-set-info"/>
<keyword type="function" name="gnome_keyring_item_set_info_sync ()" link="gnome-keyring-gnome-keyring-items.html#gnome-keyring-item-set-info-sync"/>
<keyword type="function" name="gnome_keyring_item_get_attributes ()" link="gnome-keyring-gnome-keyring-items.html#gnome-keyring-item-get-attributes"/>
<keyword type="function" name="gnome_keyring_item_get_attributes_sync ()" link="gnome-keyring-gnome-keyring-items.html#gnome-keyring-item-get-attributes-sync"/>
<keyword type="function" name="gnome_keyring_item_set_attributes ()" link="gnome-keyring-gnome-keyring-items.html#gnome-keyring-item-set-attributes"/>
<keyword type="function" name="gnome_keyring_item_set_attributes_sync ()" link="gnome-keyring-gnome-keyring-items.html#gnome-keyring-item-set-attributes-sync"/>
<keyword type="function" name="gnome_keyring_item_get_acl ()" link="gnome-keyring-gnome-keyring-items.html#gnome-keyring-item-get-acl"/>
<keyword type="function" name="gnome_keyring_item_get_acl_sync ()" link="gnome-keyring-gnome-keyring-items.html#gnome-keyring-item-get-acl-sync"/>
<keyword type="function" name="gnome_keyring_item_set_acl ()" link="gnome-keyring-gnome-keyring-items.html#gnome-keyring-item-set-acl"/>
<keyword type="function" name="gnome_keyring_item_set_acl_sync ()" link="gnome-keyring-gnome-keyring-items.html#gnome-keyring-item-set-acl-sync"/>
<keyword type="function" name="gnome_keyring_item_grant_access_rights ()" link="gnome-keyring-gnome-keyring-items.html#gnome-keyring-item-grant-access-rights" since="2.20"/>
<keyword type="function" name="gnome_keyring_item_grant_access_rights_sync ()" link="gnome-keyring-gnome-keyring-items.html#gnome-keyring-item-grant-access-rights-sync"/>
<keyword type="enum" name="enum GnomeKeyringItemType" link="gnome-keyring-gnome-keyring-item-info.html#GnomeKeyringItemType"/>
<keyword type="typedef" name="GnomeKeyringItemInfo" link="gnome-keyring-gnome-keyring-item-info.html#GnomeKeyringItemInfo"/>
<keyword type="function" name="gnome_keyring_item_info_free ()" link="gnome-keyring-gnome-keyring-item-info.html#gnome-keyring-item-info-free"/>
<keyword type="function" name="gnome_keyring_item_info_new ()" link="gnome-keyring-gnome-keyring-item-info.html#gnome-keyring-item-info-new"/>
<keyword type="function" name="gnome_keyring_item_info_copy ()" link="gnome-keyring-gnome-keyring-item-info.html#gnome-keyring-item-info-copy"/>
<keyword type="function" name="gnome_keyring_item_info_get_type ()" link="gnome-keyring-gnome-keyring-item-info.html#gnome-keyring-item-info-get-type"/>
<keyword type="function" name="gnome_keyring_item_info_set_type ()" link="gnome-keyring-gnome-keyring-item-info.html#gnome-keyring-item-info-set-type"/>
<keyword type="function" name="gnome_keyring_item_info_get_secret ()" link="gnome-keyring-gnome-keyring-item-info.html#gnome-keyring-item-info-get-secret"/>
<keyword type="function" name="gnome_keyring_item_info_set_secret ()" link="gnome-keyring-gnome-keyring-item-info.html#gnome-keyring-item-info-set-secret"/>
<keyword type="function" name="gnome_keyring_item_info_get_display_name ()" link="gnome-keyring-gnome-keyring-item-info.html#gnome-keyring-item-info-get-display-name"/>
<keyword type="function" name="gnome_keyring_item_info_set_display_name ()" link="gnome-keyring-gnome-keyring-item-info.html#gnome-keyring-item-info-set-display-name"/>
<keyword type="function" name="gnome_keyring_item_info_get_mtime ()" link="gnome-keyring-gnome-keyring-item-info.html#gnome-keyring-item-info-get-mtime"/>
<keyword type="function" name="gnome_keyring_item_info_get_ctime ()" link="gnome-keyring-gnome-keyring-item-info.html#gnome-keyring-item-info-get-ctime"/>
<keyword type="enum" name="enum GnomeKeyringAttributeType" link="gnome-keyring-gnome-keyring-attributes.html#GnomeKeyringAttributeType"/>
<keyword type="typedef" name="GnomeKeyringAttributeList" link="gnome-keyring-gnome-keyring-attributes.html#GnomeKeyringAttributeList"/>
<keyword type="struct" name="GnomeKeyringAttribute" link="gnome-keyring-gnome-keyring-attributes.html#GnomeKeyringAttribute"/>
<keyword type="macro" name="gnome_keyring_attribute_list_index()" link="gnome-keyring-gnome-keyring-attributes.html#gnome-keyring-attribute-list-index"/>
<keyword type="macro" name="gnome_keyring_attribute_list_new()" link="gnome-keyring-gnome-keyring-attributes.html#gnome-keyring-attribute-list-new"/>
<keyword type="function" name="gnome_keyring_attribute_list_append_string ()" link="gnome-keyring-gnome-keyring-attributes.html#gnome-keyring-attribute-list-append-string"/>
<keyword type="function" name="gnome_keyring_attribute_list_append_uint32 ()" link="gnome-keyring-gnome-keyring-attributes.html#gnome-keyring-attribute-list-append-uint32"/>
<keyword type="function" name="gnome_keyring_attribute_list_free ()" link="gnome-keyring-gnome-keyring-attributes.html#gnome-keyring-attribute-list-free"/>
<keyword type="function" name="gnome_keyring_attribute_list_copy ()" link="gnome-keyring-gnome-keyring-attributes.html#gnome-keyring-attribute-list-copy"/>
<keyword type="typedef" name="GnomeKeyringAccessControl" link="gnome-keyring-gnome-keyring-acl.html#GnomeKeyringAccessControl"/>
<keyword type="typedef" name="GnomeKeyringApplicationRef" link="gnome-keyring-gnome-keyring-acl.html#GnomeKeyringApplicationRef"/>
<keyword type="enum" name="enum GnomeKeyringAccessType" link="gnome-keyring-gnome-keyring-acl.html#GnomeKeyringAccessType"/>
<keyword type="function" name="gnome_keyring_application_ref_new ()" link="gnome-keyring-gnome-keyring-acl.html#gnome-keyring-application-ref-new"/>
<keyword type="function" name="gnome_keyring_application_ref_copy ()" link="gnome-keyring-gnome-keyring-acl.html#gnome-keyring-application-ref-copy"/>
<keyword type="function" name="gnome_keyring_application_ref_free ()" link="gnome-keyring-gnome-keyring-acl.html#gnome-keyring-application-ref-free"/>
<keyword type="function" name="gnome_keyring_access_control_new ()" link="gnome-keyring-gnome-keyring-acl.html#gnome-keyring-access-control-new"/>
<keyword type="function" name="gnome_keyring_access_control_copy ()" link="gnome-keyring-gnome-keyring-acl.html#gnome-keyring-access-control-copy"/>
<keyword type="function" name="gnome_keyring_access_control_free ()" link="gnome-keyring-gnome-keyring-acl.html#gnome-keyring-access-control-free"/>
<keyword type="function" name="gnome_keyring_acl_copy ()" link="gnome-keyring-gnome-keyring-acl.html#gnome-keyring-acl-copy"/>
<keyword type="function" name="gnome_keyring_acl_free ()" link="gnome-keyring-gnome-keyring-acl.html#gnome-keyring-acl-free"/>
<keyword type="function" name="gnome_keyring_item_ac_get_display_name ()" link="gnome-keyring-gnome-keyring-acl.html#gnome-keyring-item-ac-get-display-name"/>
<keyword type="function" name="gnome_keyring_item_ac_set_display_name ()" link="gnome-keyring-gnome-keyring-acl.html#gnome-keyring-item-ac-set-display-name"/>
<keyword type="function" name="gnome_keyring_item_ac_get_path_name ()" link="gnome-keyring-gnome-keyring-acl.html#gnome-keyring-item-ac-get-path-name"/>
<keyword type="function" name="gnome_keyring_item_ac_set_path_name ()" link="gnome-keyring-gnome-keyring-acl.html#gnome-keyring-item-ac-set-path-name"/>
<keyword type="function" name="gnome_keyring_item_ac_get_access_type ()" link="gnome-keyring-gnome-keyring-acl.html#gnome-keyring-item-ac-get-access-type"/>
<keyword type="function" name="gnome_keyring_item_ac_set_access_type ()" link="gnome-keyring-gnome-keyring-acl.html#gnome-keyring-item-ac-set-access-type"/>
<keyword type="struct" name="GnomeKeyringFound" link="gnome-keyring-gnome-keyring-find.html#GnomeKeyringFound"/>
<keyword type="function" name="gnome_keyring_found_free ()" link="gnome-keyring-gnome-keyring-find.html#gnome-keyring-found-free"/>
<keyword type="function" name="gnome_keyring_found_list_free ()" link="gnome-keyring-gnome-keyring-find.html#gnome-keyring-found-list-free"/>
<keyword type="function" name="gnome_keyring_find_items ()" link="gnome-keyring-gnome-keyring-find.html#gnome-keyring-find-items"/>
<keyword type="function" name="gnome_keyring_find_itemsv ()" link="gnome-keyring-gnome-keyring-find.html#gnome-keyring-find-itemsv"/>
<keyword type="function" name="gnome_keyring_find_items_sync ()" link="gnome-keyring-gnome-keyring-find.html#gnome-keyring-find-items-sync"/>
<keyword type="function" name="gnome_keyring_find_itemsv_sync ()" link="gnome-keyring-gnome-keyring-find.html#gnome-keyring-find-itemsv-sync"/>
<keyword type="struct" name="GnomeKeyringNetworkPasswordData" link="gnome-keyring-gnome-keyring-network.html#GnomeKeyringNetworkPasswordData"/>
<keyword type="function" name="gnome_keyring_network_password_free ()" link="gnome-keyring-gnome-keyring-network.html#gnome-keyring-network-password-free"/>
<keyword type="function" name="gnome_keyring_network_password_list_free ()" link="gnome-keyring-gnome-keyring-network.html#gnome-keyring-network-password-list-free"/>
<keyword type="function" name="gnome_keyring_find_network_password ()" link="gnome-keyring-gnome-keyring-network.html#gnome-keyring-find-network-password"/>
<keyword type="function" name="gnome_keyring_find_network_password_sync ()" link="gnome-keyring-gnome-keyring-network.html#gnome-keyring-find-network-password-sync"/>
<keyword type="function" name="gnome_keyring_set_network_password ()" link="gnome-keyring-gnome-keyring-network.html#gnome-keyring-set-network-password"/>
<keyword type="function" name="gnome_keyring_set_network_password_sync ()" link="gnome-keyring-gnome-keyring-network.html#gnome-keyring-set-network-password-sync"/>
<keyword type="macro" name="gnome_keyring_memory_new()" link="gnome-keyring-gnome-keyring-memory.html#gnome-keyring-memory-new"/>
<keyword type="function" name="gnome_keyring_memory_alloc ()" link="gnome-keyring-gnome-keyring-memory.html#gnome-keyring-memory-alloc"/>
<keyword type="function" name="gnome_keyring_memory_try_alloc ()" link="gnome-keyring-gnome-keyring-memory.html#gnome-keyring-memory-try-alloc"/>
<keyword type="function" name="gnome_keyring_memory_realloc ()" link="gnome-keyring-gnome-keyring-memory.html#gnome-keyring-memory-realloc"/>
<keyword type="function" name="gnome_keyring_memory_try_realloc ()" link="gnome-keyring-gnome-keyring-memory.html#gnome-keyring-memory-try-realloc"/>
<keyword type="function" name="gnome_keyring_memory_free ()" link="gnome-keyring-gnome-keyring-memory.html#gnome-keyring-memory-free"/>
<keyword type="function" name="gnome_keyring_memory_is_secure ()" link="gnome-keyring-gnome-keyring-memory.html#gnome-keyring-memory-is-secure"/>
<keyword type="function" name="gnome_keyring_memory_strdup ()" link="gnome-keyring-gnome-keyring-memory.html#gnome-keyring-memory-strdup"/>
<keyword type="function" name="gnome_keyring_result_to_message ()" link="gnome-keyring-gnome-keyring-result.html#gnome-keyring-result-to-message"/>
<keyword type="enum" name="enum GnomeKeyringResult" link="gnome-keyring-gnome-keyring-result.html#GnomeKeyringResult"/>
<keyword type="function" name="gnome_keyring_is_available ()" link="gnome-keyring-gnome-keyring-misc.html#gnome-keyring-is-available"/>
<keyword type="function" name="gnome_keyring_cancel_request ()" link="gnome-keyring-gnome-keyring-misc.html#gnome-keyring-cancel-request"/>
<keyword type="function" name="gnome_keyring_string_list_free ()" link="gnome-keyring-gnome-keyring-misc.html#gnome-keyring-string-list-free"/>
<keyword type="function" name="gnome_keyring_daemon_set_display_sync ()" link="gnome-keyring-gnome-keyring-daemon.html#gnome-keyring-daemon-set-display-sync"/>
<keyword type="function" name="gnome_keyring_daemon_prepare_environment_sync ()" link="gnome-keyring-gnome-keyring-daemon.html#gnome-keyring-daemon-prepare-environment-sync"/>
<keyword type="function" name="GnomeKeyringOperationDoneCallback ()" link="gnome-keyring-gnome-keyring-generic-callbacks.html#GnomeKeyringOperationDoneCallback"/>
<keyword type="function" name="GnomeKeyringOperationGetIntCallback ()" link="gnome-keyring-gnome-keyring-generic-callbacks.html#GnomeKeyringOperationGetIntCallback"/>
<keyword type="function" name="GnomeKeyringOperationGetListCallback ()" link="gnome-keyring-gnome-keyring-generic-callbacks.html#GnomeKeyringOperationGetListCallback"/>
<keyword type="function" name="GnomeKeyringOperationGetStringCallback ()" link="gnome-keyring-gnome-keyring-generic-callbacks.html#GnomeKeyringOperationGetStringCallback"/>
</functions>
</book>
|