This file is indexed.

/usr/share/gtk-doc/html/gnome-keyring/gnome-keyring.devhelp2 is in libgnome-keyring-dev 3.8.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<?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" language="c">
  <chapters>
    <sub name="gnome-keyring API Reference" link="ch01.html">
      <sub name="Simple Password Storage" link="gnome-keyring-Simple-Password-Storage.html"/>
      <sub name="Keyrings" link="gnome-keyring-Keyrings.html"/>
      <sub name="Keyring Info" link="gnome-keyring-Keyring-Info.html"/>
      <sub name="Keyring Items" link="gnome-keyring-Keyring-Items.html"/>
      <sub name="Item Information" link="gnome-keyring-Item-Information.html"/>
      <sub name="Item Attributes" link="gnome-keyring-Item-Attributes.html"/>
      <sub name="Item ACLs" link="gnome-keyring-Item-ACLs.html"/>
      <sub name="Search Functionality" link="gnome-keyring-Search-Functionality.html"/>
      <sub name="Network Passwords" link="gnome-keyring-Network-Passwords.html"/>
      <sub name="Non-pageable Memory" link="gnome-keyring-Non-pageable-Memory.html"/>
      <sub name="Result Codes" link="gnome-keyring-Result-Codes.html"/>
      <sub name="Miscellaneous Functions" link="gnome-keyring-Miscellaneous-Functions.html"/>
      <sub name="Daemon Management Functions" link="gnome-keyring-Daemon-Management-Functions.html"/>
      <sub name="Callbacks" link="gnome-keyring-Callbacks.html"/>
    </sub>
    <sub name="Annotation Glossary" link="annotation-glossary.html"/>
  </chapters>
  <functions>
    <keyword type="struct" name="GnomeKeyringPasswordSchema" link="gnome-keyring-Simple-Password-Storage.html#GnomeKeyringPasswordSchema"/>
    <keyword type="struct" name="GnomeKeyringPasswordSchemaAttribute" link="gnome-keyring-Simple-Password-Storage.html#GnomeKeyringPasswordSchemaAttribute"/>
    <keyword type="variable" name="GNOME_KEYRING_NETWORK_PASSWORD" link="gnome-keyring-Simple-Password-Storage.html#GNOME-KEYRING-NETWORK-PASSWORD:CAPS"/>
    <keyword type="macro" name="GNOME_KEYRING_DEFAULT" link="gnome-keyring-Simple-Password-Storage.html#GNOME-KEYRING-DEFAULT:CAPS"/>
    <keyword type="macro" name="GNOME_KEYRING_SESSION" link="gnome-keyring-Simple-Password-Storage.html#GNOME-KEYRING-SESSION:CAPS"/>
    <keyword type="function" name="gnome_keyring_store_password ()" link="gnome-keyring-Simple-Password-Storage.html#gnome-keyring-store-password" since="2.22"/>
    <keyword type="function" name="gnome_keyring_store_password_sync ()" link="gnome-keyring-Simple-Password-Storage.html#gnome-keyring-store-password-sync" since="2.22"/>
    <keyword type="function" name="gnome_keyring_find_password ()" link="gnome-keyring-Simple-Password-Storage.html#gnome-keyring-find-password" since="2.22"/>
    <keyword type="function" name="gnome_keyring_find_password_sync ()" link="gnome-keyring-Simple-Password-Storage.html#gnome-keyring-find-password-sync" since="2.22"/>
    <keyword type="function" name="gnome_keyring_delete_password ()" link="gnome-keyring-Simple-Password-Storage.html#gnome-keyring-delete-password" since="2.22"/>
    <keyword type="function" name="gnome_keyring_delete_password_sync ()" link="gnome-keyring-Simple-Password-Storage.html#gnome-keyring-delete-password-sync" since="2.22"/>
    <keyword type="function" name="gnome_keyring_free_password ()" link="gnome-keyring-Simple-Password-Storage.html#gnome-keyring-free-password"/>
    <keyword type="function" name="GnomeKeyringOperationGetKeyringInfoCallback ()" link="gnome-keyring-Keyrings.html#GnomeKeyringOperationGetKeyringInfoCallback"/>
    <keyword type="function" name="gnome_keyring_set_default_keyring ()" link="gnome-keyring-Keyrings.html#gnome-keyring-set-default-keyring"/>
    <keyword type="function" name="gnome_keyring_set_default_keyring_sync ()" link="gnome-keyring-Keyrings.html#gnome-keyring-set-default-keyring-sync"/>
    <keyword type="function" name="gnome_keyring_get_default_keyring ()" link="gnome-keyring-Keyrings.html#gnome-keyring-get-default-keyring"/>
    <keyword type="function" name="gnome_keyring_get_default_keyring_sync ()" link="gnome-keyring-Keyrings.html#gnome-keyring-get-default-keyring-sync"/>
    <keyword type="function" name="gnome_keyring_list_keyring_names ()" link="gnome-keyring-Keyrings.html#gnome-keyring-list-keyring-names"/>
    <keyword type="function" name="gnome_keyring_list_keyring_names_sync ()" link="gnome-keyring-Keyrings.html#gnome-keyring-list-keyring-names-sync"/>
    <keyword type="function" name="gnome_keyring_lock_all ()" link="gnome-keyring-Keyrings.html#gnome-keyring-lock-all"/>
    <keyword type="function" name="gnome_keyring_lock_all_sync ()" link="gnome-keyring-Keyrings.html#gnome-keyring-lock-all-sync"/>
    <keyword type="function" name="gnome_keyring_create ()" link="gnome-keyring-Keyrings.html#gnome-keyring-create"/>
    <keyword type="function" name="gnome_keyring_create_sync ()" link="gnome-keyring-Keyrings.html#gnome-keyring-create-sync"/>
    <keyword type="function" name="gnome_keyring_unlock ()" link="gnome-keyring-Keyrings.html#gnome-keyring-unlock"/>
    <keyword type="function" name="gnome_keyring_unlock_sync ()" link="gnome-keyring-Keyrings.html#gnome-keyring-unlock-sync"/>
    <keyword type="function" name="gnome_keyring_lock ()" link="gnome-keyring-Keyrings.html#gnome-keyring-lock"/>
    <keyword type="function" name="gnome_keyring_lock_sync ()" link="gnome-keyring-Keyrings.html#gnome-keyring-lock-sync"/>
    <keyword type="function" name="gnome_keyring_delete ()" link="gnome-keyring-Keyrings.html#gnome-keyring-delete"/>
    <keyword type="function" name="gnome_keyring_delete_sync ()" link="gnome-keyring-Keyrings.html#gnome-keyring-delete-sync"/>
    <keyword type="function" name="gnome_keyring_get_info ()" link="gnome-keyring-Keyrings.html#gnome-keyring-get-info"/>
    <keyword type="function" name="gnome_keyring_get_info_sync ()" link="gnome-keyring-Keyrings.html#gnome-keyring-get-info-sync"/>
    <keyword type="function" name="gnome_keyring_set_info ()" link="gnome-keyring-Keyrings.html#gnome-keyring-set-info"/>
    <keyword type="function" name="gnome_keyring_set_info_sync ()" link="gnome-keyring-Keyrings.html#gnome-keyring-set-info-sync"/>
    <keyword type="function" name="gnome_keyring_change_password ()" link="gnome-keyring-Keyrings.html#gnome-keyring-change-password"/>
    <keyword type="function" name="gnome_keyring_change_password_sync ()" link="gnome-keyring-Keyrings.html#gnome-keyring-change-password-sync"/>
    <keyword type="function" name="gnome_keyring_list_item_ids ()" link="gnome-keyring-Keyrings.html#gnome-keyring-list-item-ids"/>
    <keyword type="function" name="gnome_keyring_list_item_ids_sync ()" link="gnome-keyring-Keyrings.html#gnome-keyring-list-item-ids-sync"/>
    <keyword type="typedef" name="GnomeKeyringInfo" link="gnome-keyring-Keyring-Info.html#GnomeKeyringInfo"/>
    <keyword type="function" name="gnome_keyring_info_free ()" link="gnome-keyring-Keyring-Info.html#gnome-keyring-info-free"/>
    <keyword type="function" name="gnome_keyring_info_copy ()" link="gnome-keyring-Keyring-Info.html#gnome-keyring-info-copy"/>
    <keyword type="function" name="gnome_keyring_info_set_lock_on_idle ()" link="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-Keyring-Info.html#gnome-keyring-info-get-lock-on-idle"/>
    <keyword type="function" name="gnome_keyring_info_set_lock_timeout ()" link="gnome-keyring-Keyring-Info.html#gnome-keyring-info-set-lock-timeout"/>
    <keyword type="function" name="gnome_keyring_info_get_lock_timeout ()" link="gnome-keyring-Keyring-Info.html#gnome-keyring-info-get-lock-timeout"/>
    <keyword type="function" name="gnome_keyring_info_get_mtime ()" link="gnome-keyring-Keyring-Info.html#gnome-keyring-info-get-mtime"/>
    <keyword type="function" name="gnome_keyring_info_get_ctime ()" link="gnome-keyring-Keyring-Info.html#gnome-keyring-info-get-ctime"/>
    <keyword type="function" name="gnome_keyring_info_get_is_locked ()" link="gnome-keyring-Keyring-Info.html#gnome-keyring-info-get-is-locked"/>
    <keyword type="enum" name="enum GnomeKeyringItemInfoFlags" link="gnome-keyring-Keyring-Items.html#GnomeKeyringItemInfoFlags"/>
    <keyword type="function" name="GnomeKeyringOperationGetItemInfoCallback ()" link="gnome-keyring-Keyring-Items.html#GnomeKeyringOperationGetItemInfoCallback"/>
    <keyword type="function" name="GnomeKeyringOperationGetAttributesCallback ()" link="gnome-keyring-Keyring-Items.html#GnomeKeyringOperationGetAttributesCallback"/>
    <keyword type="function" name="gnome_keyring_item_create ()" link="gnome-keyring-Keyring-Items.html#gnome-keyring-item-create"/>
    <keyword type="function" name="gnome_keyring_item_create_sync ()" link="gnome-keyring-Keyring-Items.html#gnome-keyring-item-create-sync"/>
    <keyword type="function" name="gnome_keyring_item_delete ()" link="gnome-keyring-Keyring-Items.html#gnome-keyring-item-delete"/>
    <keyword type="function" name="gnome_keyring_item_delete_sync ()" link="gnome-keyring-Keyring-Items.html#gnome-keyring-item-delete-sync"/>
    <keyword type="function" name="gnome_keyring_item_get_info ()" link="gnome-keyring-Keyring-Items.html#gnome-keyring-item-get-info"/>
    <keyword type="function" name="gnome_keyring_item_get_info_full ()" link="gnome-keyring-Keyring-Items.html#gnome-keyring-item-get-info-full"/>
    <keyword type="function" name="gnome_keyring_item_get_info_full_sync ()" link="gnome-keyring-Keyring-Items.html#gnome-keyring-item-get-info-full-sync"/>
    <keyword type="function" name="gnome_keyring_item_get_info_sync ()" link="gnome-keyring-Keyring-Items.html#gnome-keyring-item-get-info-sync"/>
    <keyword type="function" name="gnome_keyring_item_set_info ()" link="gnome-keyring-Keyring-Items.html#gnome-keyring-item-set-info"/>
    <keyword type="function" name="gnome_keyring_item_set_info_sync ()" link="gnome-keyring-Keyring-Items.html#gnome-keyring-item-set-info-sync"/>
    <keyword type="function" name="gnome_keyring_item_get_attributes ()" link="gnome-keyring-Keyring-Items.html#gnome-keyring-item-get-attributes"/>
    <keyword type="function" name="gnome_keyring_item_get_attributes_sync ()" link="gnome-keyring-Keyring-Items.html#gnome-keyring-item-get-attributes-sync"/>
    <keyword type="function" name="gnome_keyring_item_set_attributes ()" link="gnome-keyring-Keyring-Items.html#gnome-keyring-item-set-attributes"/>
    <keyword type="function" name="gnome_keyring_item_set_attributes_sync ()" link="gnome-keyring-Keyring-Items.html#gnome-keyring-item-set-attributes-sync"/>
    <keyword type="function" name="gnome_keyring_item_get_acl ()" link="gnome-keyring-Keyring-Items.html#gnome-keyring-item-get-acl" deprecated="Never returns any ACL values."/>
    <keyword type="function" name="gnome_keyring_item_get_acl_sync ()" link="gnome-keyring-Keyring-Items.html#gnome-keyring-item-get-acl-sync" deprecated="Never returns any acls."/>
    <keyword type="function" name="gnome_keyring_item_set_acl ()" link="gnome-keyring-Keyring-Items.html#gnome-keyring-item-set-acl" deprecated="This function no longer has any effect."/>
    <keyword type="function" name="gnome_keyring_item_set_acl_sync ()" link="gnome-keyring-Keyring-Items.html#gnome-keyring-item-set-acl-sync" deprecated="This function no longer has any effect."/>
    <keyword type="function" name="gnome_keyring_item_grant_access_rights ()" link="gnome-keyring-Keyring-Items.html#gnome-keyring-item-grant-access-rights" deprecated="This function no longer has any effect." since="2.20"/>
    <keyword type="function" name="gnome_keyring_item_grant_access_rights_sync ()" link="gnome-keyring-Keyring-Items.html#gnome-keyring-item-grant-access-rights-sync" deprecated="This function no longer has any effect."/>
    <keyword type="macro" name="GNOME_KEYRING_ITEM_APPLICATION_SECRET" link="gnome-keyring-Keyring-Items.html#GNOME-KEYRING-ITEM-APPLICATION-SECRET:CAPS"/>
    <keyword type="macro" name="GNOME_KEYRING_ITEM_INFO_ALL" link="gnome-keyring-Keyring-Items.html#GNOME-KEYRING-ITEM-INFO-ALL:CAPS"/>
    <keyword type="macro" name="GNOME_KEYRING_ITEM_NO_TYPE" link="gnome-keyring-Keyring-Items.html#GNOME-KEYRING-ITEM-NO-TYPE:CAPS"/>
    <keyword type="macro" name="GNOME_KEYRING_ITEM_TYPE_MASK" link="gnome-keyring-Keyring-Items.html#GNOME-KEYRING-ITEM-TYPE-MASK:CAPS"/>
    <keyword type="enum" name="enum GnomeKeyringItemType" link="gnome-keyring-Item-Information.html#GnomeKeyringItemType"/>
    <keyword type="typedef" name="GnomeKeyringItemInfo" link="gnome-keyring-Item-Information.html#GnomeKeyringItemInfo"/>
    <keyword type="function" name="gnome_keyring_item_info_free ()" link="gnome-keyring-Item-Information.html#gnome-keyring-item-info-free"/>
    <keyword type="function" name="gnome_keyring_item_info_new ()" link="gnome-keyring-Item-Information.html#gnome-keyring-item-info-new"/>
    <keyword type="function" name="gnome_keyring_item_info_copy ()" link="gnome-keyring-Item-Information.html#gnome-keyring-item-info-copy"/>
    <keyword type="function" name="gnome_keyring_item_info_get_type ()" link="gnome-keyring-Item-Information.html#gnome-keyring-item-info-get-type"/>
    <keyword type="function" name="gnome_keyring_item_info_set_type ()" link="gnome-keyring-Item-Information.html#gnome-keyring-item-info-set-type"/>
    <keyword type="function" name="gnome_keyring_item_info_get_secret ()" link="gnome-keyring-Item-Information.html#gnome-keyring-item-info-get-secret"/>
    <keyword type="function" name="gnome_keyring_item_info_set_secret ()" link="gnome-keyring-Item-Information.html#gnome-keyring-item-info-set-secret"/>
    <keyword type="function" name="gnome_keyring_item_info_get_display_name ()" link="gnome-keyring-Item-Information.html#gnome-keyring-item-info-get-display-name"/>
    <keyword type="function" name="gnome_keyring_item_info_set_display_name ()" link="gnome-keyring-Item-Information.html#gnome-keyring-item-info-set-display-name"/>
    <keyword type="function" name="gnome_keyring_item_info_get_mtime ()" link="gnome-keyring-Item-Information.html#gnome-keyring-item-info-get-mtime"/>
    <keyword type="function" name="gnome_keyring_item_info_get_ctime ()" link="gnome-keyring-Item-Information.html#gnome-keyring-item-info-get-ctime"/>
    <keyword type="enum" name="enum GnomeKeyringAttributeType" link="gnome-keyring-Item-Attributes.html#GnomeKeyringAttributeType"/>
    <keyword type="typedef" name="GnomeKeyringAttributeList" link="gnome-keyring-Item-Attributes.html#GnomeKeyringAttributeList"/>
    <keyword type="struct" name="GnomeKeyringAttribute" link="gnome-keyring-Item-Attributes.html#GnomeKeyringAttribute"/>
    <keyword type="macro" name="gnome_keyring_attribute_list_index()" link="gnome-keyring-Item-Attributes.html#gnome-keyring-attribute-list-index"/>
    <keyword type="function" name="gnome_keyring_attribute_list_new ()" link="gnome-keyring-Item-Attributes.html#gnome-keyring-attribute-list-new"/>
    <keyword type="function" name="gnome_keyring_attribute_list_append_string ()" link="gnome-keyring-Item-Attributes.html#gnome-keyring-attribute-list-append-string"/>
    <keyword type="function" name="gnome_keyring_attribute_list_append_uint32 ()" link="gnome-keyring-Item-Attributes.html#gnome-keyring-attribute-list-append-uint32"/>
    <keyword type="function" name="gnome_keyring_attribute_list_free ()" link="gnome-keyring-Item-Attributes.html#gnome-keyring-attribute-list-free"/>
    <keyword type="function" name="gnome_keyring_attribute_list_copy ()" link="gnome-keyring-Item-Attributes.html#gnome-keyring-attribute-list-copy"/>
    <keyword type="function" name="gnome_keyring_attribute_get_string ()" link="gnome-keyring-Item-Attributes.html#gnome-keyring-attribute-get-string"/>
    <keyword type="function" name="gnome_keyring_attribute_get_uint32 ()" link="gnome-keyring-Item-Attributes.html#gnome-keyring-attribute-get-uint32"/>
    <keyword type="typedef" name="GnomeKeyringAccessControl" link="gnome-keyring-Item-ACLs.html#GnomeKeyringAccessControl" deprecated=""/>
    <keyword type="typedef" name="GnomeKeyringApplicationRef" link="gnome-keyring-Item-ACLs.html#GnomeKeyringApplicationRef" deprecated=""/>
    <keyword type="enum" name="enum GnomeKeyringAccessType" link="gnome-keyring-Item-ACLs.html#GnomeKeyringAccessType" deprecated=""/>
    <keyword type="enum" name="enum GnomeKeyringAccessRestriction" link="gnome-keyring-Item-ACLs.html#GnomeKeyringAccessRestriction" deprecated=""/>
    <keyword type="function" name="gnome_keyring_application_ref_new ()" link="gnome-keyring-Item-ACLs.html#gnome-keyring-application-ref-new" deprecated=""/>
    <keyword type="function" name="gnome_keyring_application_ref_copy ()" link="gnome-keyring-Item-ACLs.html#gnome-keyring-application-ref-copy" deprecated=""/>
    <keyword type="function" name="gnome_keyring_application_ref_free ()" link="gnome-keyring-Item-ACLs.html#gnome-keyring-application-ref-free" deprecated=""/>
    <keyword type="function" name="gnome_keyring_access_control_new ()" link="gnome-keyring-Item-ACLs.html#gnome-keyring-access-control-new" deprecated=""/>
    <keyword type="function" name="gnome_keyring_access_control_copy ()" link="gnome-keyring-Item-ACLs.html#gnome-keyring-access-control-copy" deprecated=""/>
    <keyword type="function" name="gnome_keyring_access_control_free ()" link="gnome-keyring-Item-ACLs.html#gnome-keyring-access-control-free" deprecated=""/>
    <keyword type="function" name="gnome_keyring_acl_copy ()" link="gnome-keyring-Item-ACLs.html#gnome-keyring-acl-copy" deprecated=""/>
    <keyword type="function" name="gnome_keyring_acl_free ()" link="gnome-keyring-Item-ACLs.html#gnome-keyring-acl-free" deprecated=""/>
    <keyword type="function" name="gnome_keyring_item_ac_get_display_name ()" link="gnome-keyring-Item-ACLs.html#gnome-keyring-item-ac-get-display-name" deprecated=""/>
    <keyword type="function" name="gnome_keyring_item_ac_set_display_name ()" link="gnome-keyring-Item-ACLs.html#gnome-keyring-item-ac-set-display-name" deprecated=""/>
    <keyword type="function" name="gnome_keyring_item_ac_get_path_name ()" link="gnome-keyring-Item-ACLs.html#gnome-keyring-item-ac-get-path-name" deprecated=""/>
    <keyword type="function" name="gnome_keyring_item_ac_set_path_name ()" link="gnome-keyring-Item-ACLs.html#gnome-keyring-item-ac-set-path-name" deprecated=""/>
    <keyword type="function" name="gnome_keyring_item_ac_get_access_type ()" link="gnome-keyring-Item-ACLs.html#gnome-keyring-item-ac-get-access-type" deprecated=""/>
    <keyword type="function" name="gnome_keyring_item_ac_set_access_type ()" link="gnome-keyring-Item-ACLs.html#gnome-keyring-item-ac-set-access-type" deprecated=""/>
    <keyword type="struct" name="GnomeKeyringFound" link="gnome-keyring-Search-Functionality.html#GnomeKeyringFound"/>
    <keyword type="function" name="gnome_keyring_found_copy ()" link="gnome-keyring-Search-Functionality.html#gnome-keyring-found-copy"/>
    <keyword type="function" name="gnome_keyring_found_free ()" link="gnome-keyring-Search-Functionality.html#gnome-keyring-found-free"/>
    <keyword type="function" name="gnome_keyring_found_list_free ()" link="gnome-keyring-Search-Functionality.html#gnome-keyring-found-list-free"/>
    <keyword type="function" name="gnome_keyring_find_items ()" link="gnome-keyring-Search-Functionality.html#gnome-keyring-find-items"/>
    <keyword type="function" name="gnome_keyring_find_itemsv ()" link="gnome-keyring-Search-Functionality.html#gnome-keyring-find-itemsv"/>
    <keyword type="function" name="gnome_keyring_find_items_sync ()" link="gnome-keyring-Search-Functionality.html#gnome-keyring-find-items-sync"/>
    <keyword type="function" name="gnome_keyring_find_itemsv_sync ()" link="gnome-keyring-Search-Functionality.html#gnome-keyring-find-itemsv-sync"/>
    <keyword type="struct" name="GnomeKeyringNetworkPasswordData" link="gnome-keyring-Network-Passwords.html#GnomeKeyringNetworkPasswordData"/>
    <keyword type="function" name="gnome_keyring_network_password_free ()" link="gnome-keyring-Network-Passwords.html#gnome-keyring-network-password-free"/>
    <keyword type="function" name="gnome_keyring_network_password_list_free ()" link="gnome-keyring-Network-Passwords.html#gnome-keyring-network-password-list-free"/>
    <keyword type="function" name="gnome_keyring_find_network_password ()" link="gnome-keyring-Network-Passwords.html#gnome-keyring-find-network-password"/>
    <keyword type="function" name="gnome_keyring_find_network_password_sync ()" link="gnome-keyring-Network-Passwords.html#gnome-keyring-find-network-password-sync"/>
    <keyword type="function" name="gnome_keyring_set_network_password ()" link="gnome-keyring-Network-Passwords.html#gnome-keyring-set-network-password"/>
    <keyword type="function" name="gnome_keyring_set_network_password_sync ()" link="gnome-keyring-Network-Passwords.html#gnome-keyring-set-network-password-sync"/>
    <keyword type="macro" name="gnome_keyring_memory_new()" link="gnome-keyring-Non-pageable-Memory.html#gnome-keyring-memory-new"/>
    <keyword type="function" name="gnome_keyring_memory_alloc ()" link="gnome-keyring-Non-pageable-Memory.html#gnome-keyring-memory-alloc"/>
    <keyword type="function" name="gnome_keyring_memory_try_alloc ()" link="gnome-keyring-Non-pageable-Memory.html#gnome-keyring-memory-try-alloc"/>
    <keyword type="function" name="gnome_keyring_memory_realloc ()" link="gnome-keyring-Non-pageable-Memory.html#gnome-keyring-memory-realloc"/>
    <keyword type="function" name="gnome_keyring_memory_try_realloc ()" link="gnome-keyring-Non-pageable-Memory.html#gnome-keyring-memory-try-realloc"/>
    <keyword type="function" name="gnome_keyring_memory_free ()" link="gnome-keyring-Non-pageable-Memory.html#gnome-keyring-memory-free"/>
    <keyword type="function" name="gnome_keyring_memory_is_secure ()" link="gnome-keyring-Non-pageable-Memory.html#gnome-keyring-memory-is-secure"/>
    <keyword type="function" name="gnome_keyring_memory_strdup ()" link="gnome-keyring-Non-pageable-Memory.html#gnome-keyring-memory-strdup"/>
    <keyword type="function" name="gnome_keyring_result_to_message ()" link="gnome-keyring-Result-Codes.html#gnome-keyring-result-to-message"/>
    <keyword type="enum" name="enum GnomeKeyringResult" link="gnome-keyring-Result-Codes.html#GnomeKeyringResult"/>
    <keyword type="macro" name="GNOME_KEYRING_RESULT_ALREADY_EXISTS" link="gnome-keyring-Result-Codes.html#GNOME-KEYRING-RESULT-ALREADY-EXISTS:CAPS"/>
    <keyword type="function" name="gnome_keyring_is_available ()" link="gnome-keyring-Miscellaneous-Functions.html#gnome-keyring-is-available"/>
    <keyword type="function" name="gnome_keyring_cancel_request ()" link="gnome-keyring-Miscellaneous-Functions.html#gnome-keyring-cancel-request"/>
    <keyword type="function" name="gnome_keyring_string_list_free ()" link="gnome-keyring-Miscellaneous-Functions.html#gnome-keyring-string-list-free"/>
    <keyword type="function" name="gnome_keyring_daemon_set_display_sync ()" link="gnome-keyring-Daemon-Management-Functions.html#gnome-keyring-daemon-set-display-sync" deprecated=""/>
    <keyword type="function" name="gnome_keyring_daemon_prepare_environment_sync ()" link="gnome-keyring-Daemon-Management-Functions.html#gnome-keyring-daemon-prepare-environment-sync" deprecated=""/>
    <keyword type="function" name="GnomeKeyringOperationDoneCallback ()" link="gnome-keyring-Callbacks.html#GnomeKeyringOperationDoneCallback"/>
    <keyword type="function" name="GnomeKeyringOperationGetIntCallback ()" link="gnome-keyring-Callbacks.html#GnomeKeyringOperationGetIntCallback"/>
    <keyword type="function" name="GnomeKeyringOperationGetListCallback ()" link="gnome-keyring-Callbacks.html#GnomeKeyringOperationGetListCallback"/>
    <keyword type="function" name="GnomeKeyringOperationGetStringCallback ()" link="gnome-keyring-Callbacks.html#GnomeKeyringOperationGetStringCallback"/>
    <keyword type="constant" name="GNOME_KEYRING_ITEM_INFO_BASICS" link="gnome-keyring-Keyring-Items.html#GNOME-KEYRING-ITEM-INFO-BASICS:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_ITEM_INFO_SECRET" link="gnome-keyring-Keyring-Items.html#GNOME-KEYRING-ITEM-INFO-SECRET:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_ITEM_GENERIC_SECRET" link="gnome-keyring-Item-Information.html#GNOME-KEYRING-ITEM-GENERIC-SECRET:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_ITEM_NETWORK_PASSWORD" link="gnome-keyring-Item-Information.html#GNOME-KEYRING-ITEM-NETWORK-PASSWORD:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_ITEM_NOTE" link="gnome-keyring-Item-Information.html#GNOME-KEYRING-ITEM-NOTE:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_ITEM_CHAINED_KEYRING_PASSWORD" link="gnome-keyring-Item-Information.html#GNOME-KEYRING-ITEM-CHAINED-KEYRING-PASSWORD:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_ITEM_ENCRYPTION_KEY_PASSWORD" link="gnome-keyring-Item-Information.html#GNOME-KEYRING-ITEM-ENCRYPTION-KEY-PASSWORD:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_ITEM_PK_STORAGE" link="gnome-keyring-Item-Information.html#GNOME-KEYRING-ITEM-PK-STORAGE:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_ITEM_LAST_TYPE" link="gnome-keyring-Item-Information.html#GNOME-KEYRING-ITEM-LAST-TYPE:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_ATTRIBUTE_TYPE_STRING" link="gnome-keyring-Item-Attributes.html#GNOME-KEYRING-ATTRIBUTE-TYPE-STRING:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_ATTRIBUTE_TYPE_UINT32" link="gnome-keyring-Item-Attributes.html#GNOME-KEYRING-ATTRIBUTE-TYPE-UINT32:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_ACCESS_READ" link="gnome-keyring-Item-ACLs.html#GNOME-KEYRING-ACCESS-READ:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_ACCESS_WRITE" link="gnome-keyring-Item-ACLs.html#GNOME-KEYRING-ACCESS-WRITE:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_ACCESS_REMOVE" link="gnome-keyring-Item-ACLs.html#GNOME-KEYRING-ACCESS-REMOVE:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_ACCESS_ASK" link="gnome-keyring-Item-ACLs.html#GNOME-KEYRING-ACCESS-ASK:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_ACCESS_DENY" link="gnome-keyring-Item-ACLs.html#GNOME-KEYRING-ACCESS-DENY:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_ACCESS_ALLOW" link="gnome-keyring-Item-ACLs.html#GNOME-KEYRING-ACCESS-ALLOW:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_RESULT_OK" link="gnome-keyring-Result-Codes.html#GNOME-KEYRING-RESULT-OK:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_RESULT_DENIED" link="gnome-keyring-Result-Codes.html#GNOME-KEYRING-RESULT-DENIED:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_RESULT_NO_KEYRING_DAEMON" link="gnome-keyring-Result-Codes.html#GNOME-KEYRING-RESULT-NO-KEYRING-DAEMON:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_RESULT_ALREADY_UNLOCKED" link="gnome-keyring-Result-Codes.html#GNOME-KEYRING-RESULT-ALREADY-UNLOCKED:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_RESULT_NO_SUCH_KEYRING" link="gnome-keyring-Result-Codes.html#GNOME-KEYRING-RESULT-NO-SUCH-KEYRING:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_RESULT_BAD_ARGUMENTS" link="gnome-keyring-Result-Codes.html#GNOME-KEYRING-RESULT-BAD-ARGUMENTS:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_RESULT_IO_ERROR" link="gnome-keyring-Result-Codes.html#GNOME-KEYRING-RESULT-IO-ERROR:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_RESULT_CANCELLED" link="gnome-keyring-Result-Codes.html#GNOME-KEYRING-RESULT-CANCELLED:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_RESULT_KEYRING_ALREADY_EXISTS" link="gnome-keyring-Result-Codes.html#GNOME-KEYRING-RESULT-KEYRING-ALREADY-EXISTS:CAPS"/>
    <keyword type="constant" name="GNOME_KEYRING_RESULT_NO_MATCH" link="gnome-keyring-Result-Codes.html#GNOME-KEYRING-RESULT-NO-MATCH:CAPS"/>
  </functions>
</book>