/usr/share/gtk-doc/html/libsecret-1/libsecret-1.devhelp2 is in libsecret-1-dev 0.18.5-3.1.
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 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 | <?xml version="1.0" encoding="utf-8" standalone="no"?>
<book xmlns="http://www.devhelp.net/book" title="Libsecret Library Reference Manual" link="index.html" author="" name="libsecret" version="2" language="c">
<chapters>
<sub name="Simple API" link="simple.html">
<sub name="Password storage" link="libsecret-Password-storage.html"/>
<sub name="SecretSchema" link="libsecret-SecretSchema.html"/>
</sub>
<sub name="Examples" link="examples.html">
<sub name="C examples" link="c-examples.html">
<sub name="C example: Define a password schema" link="c-examples.html#c-schema-example"/>
<sub name="C example: Store a password" link="c-store-example.html"/>
<sub name="C example: Lookup a password" link="c-lookup-example.html"/>
<sub name="C example: Remove a password" link="c-remove-example.html"/>
</sub>
<sub name="Javascript examples" link="js-examples.html">
<sub name="Javascript example: Define a password schema" link="js-examples.html#js-schema-example"/>
<sub name="Javascript example: Store a password" link="js-store-example.html"/>
<sub name="Javascript example: Lookup a password" link="js-lookup-example.html"/>
<sub name="Javascript example: Remove a password" link="js-remove-example.html"/>
</sub>
<sub name="Python examples" link="py-examples.html">
<sub name="Python example: Define a password schema" link="py-examples.html#py-schema-example"/>
<sub name="Python example: Store a password" link="py-store-example.html"/>
<sub name="Python example: Lookup a password" link="py-lookup-example.html"/>
<sub name="Python example: Remove a password" link="py-remove-example.html"/>
</sub>
<sub name="Vala examples" link="vala-examples.html">
<sub name="Vala example: Define a password schema" link="vala-examples.html#vala-schema-example"/>
<sub name="Vala example: Store a password" link="vala-store-example.html"/>
<sub name="Vala example: Lookup a password" link="vala-lookup-example.html"/>
<sub name="Vala example: Remove a password" link="vala-remove-example.html"/>
</sub>
</sub>
<sub name="Complete API" link="complete.html">
<sub name="SecretService" link="SecretService.html"/>
<sub name="SecretCollection" link="SecretCollection.html"/>
<sub name="SecretItem" link="SecretItem.html"/>
<sub name="SecretValue" link="SecretValue.html"/>
<sub name="Secret Attributes" link="libsecret-Secret-Attributes.html"/>
<sub name="SecretPrompt" link="SecretPrompt.html"/>
<sub name="SecretError" link="libsecret-SecretError.html"/>
<sub name="DBus Path Related Functions" link="libsecret-DBus-Path-Related-Functions.html"/>
</sub>
<sub name="Using libsecret in builds or scripts" link="using.html">
<sub name="C: Compiling with libsecret" link="using-c.html"/>
<sub name="Javascript: Importing libsecret" link="using-js.html"/>
<sub name="Python: Importing libsecret" link="using-python.html"/>
<sub name="Vala: Compiling with libsecret" link="using-vala.html"/>
</sub>
<sub name="Migrating from libgnome-keyring" link="migrating.html">
<sub name="Introduction" link="migrating-introduction.html"/>
<sub name="API conversion" link="migrating-api.html">
<sub name="Item attributes" link="migrating-api.html#migrating-attributes"/>
<sub name="Working with schemas" link="migrating-schemas.html"/>
<sub name="Storing passwords and items" link="migrating-storing.html"/>
<sub name="Searching for passwords and items" link="migrating-searching.html"/>
<sub name="Removing passwords and icons" link="migrating-removing.html"/>
<sub name="Item management" link="migrating-items.html"/>
<sub name="Keyring management" link="migrating-keyrings.html"/>
<sub name="Locking and unlocking" link="migrating-locking.html"/>
<sub name="Non-pageable memory" link="migrating-memory.html"/>
<sub name="Errors and cancellation" link="migrating-misc.html"/>
</sub>
</sub>
<sub name="Annotation Glossary" link="annotation-glossary.html"/>
</chapters>
<functions>
<keyword type="function" name="secret_password_store ()" link="libsecret-Password-storage.html#secret-password-store"/>
<keyword type="function" name="secret_password_storev ()" link="libsecret-Password-storage.html#secret-password-storev"/>
<keyword type="function" name="secret_password_store_finish ()" link="libsecret-Password-storage.html#secret-password-store-finish"/>
<keyword type="function" name="secret_password_store_sync ()" link="libsecret-Password-storage.html#secret-password-store-sync"/>
<keyword type="function" name="secret_password_storev_sync ()" link="libsecret-Password-storage.html#secret-password-storev-sync"/>
<keyword type="function" name="secret_password_lookup ()" link="libsecret-Password-storage.html#secret-password-lookup"/>
<keyword type="function" name="secret_password_lookupv ()" link="libsecret-Password-storage.html#secret-password-lookupv"/>
<keyword type="function" name="secret_password_lookup_finish ()" link="libsecret-Password-storage.html#secret-password-lookup-finish"/>
<keyword type="function" name="secret_password_lookup_nonpageable_finish ()" link="libsecret-Password-storage.html#secret-password-lookup-nonpageable-finish"/>
<keyword type="function" name="secret_password_lookup_sync ()" link="libsecret-Password-storage.html#secret-password-lookup-sync"/>
<keyword type="function" name="secret_password_lookup_nonpageable_sync ()" link="libsecret-Password-storage.html#secret-password-lookup-nonpageable-sync"/>
<keyword type="function" name="secret_password_lookupv_sync ()" link="libsecret-Password-storage.html#secret-password-lookupv-sync"/>
<keyword type="function" name="secret_password_lookupv_nonpageable_sync ()" link="libsecret-Password-storage.html#secret-password-lookupv-nonpageable-sync"/>
<keyword type="function" name="secret_password_clear ()" link="libsecret-Password-storage.html#secret-password-clear"/>
<keyword type="function" name="secret_password_clearv ()" link="libsecret-Password-storage.html#secret-password-clearv"/>
<keyword type="function" name="secret_password_clear_finish ()" link="libsecret-Password-storage.html#secret-password-clear-finish"/>
<keyword type="function" name="secret_password_clear_sync ()" link="libsecret-Password-storage.html#secret-password-clear-sync"/>
<keyword type="function" name="secret_password_clearv_sync ()" link="libsecret-Password-storage.html#secret-password-clearv-sync"/>
<keyword type="function" name="secret_password_wipe ()" link="libsecret-Password-storage.html#secret-password-wipe"/>
<keyword type="function" name="secret_password_free ()" link="libsecret-Password-storage.html#secret-password-free"/>
<keyword type="macro" name="SECRET_COLLECTION_DEFAULT" link="libsecret-Password-storage.html#SECRET-COLLECTION-DEFAULT:CAPS"/>
<keyword type="macro" name="SECRET_COLLECTION_SESSION" link="libsecret-Password-storage.html#SECRET-COLLECTION-SESSION:CAPS"/>
<keyword type="function" name="secret_schema_new ()" link="libsecret-SecretSchema.html#secret-schema-new"/>
<keyword type="function" name="secret_schema_newv ()" link="libsecret-SecretSchema.html#secret-schema-newv"/>
<keyword type="function" name="secret_schema_ref ()" link="libsecret-SecretSchema.html#secret-schema-ref"/>
<keyword type="function" name="secret_schema_unref ()" link="libsecret-SecretSchema.html#secret-schema-unref"/>
<keyword type="variable" name="SECRET_SCHEMA_NOTE" link="libsecret-SecretSchema.html#SECRET-SCHEMA-NOTE:CAPS"/>
<keyword type="variable" name="SECRET_SCHEMA_COMPAT_NETWORK" link="libsecret-SecretSchema.html#SECRET-SCHEMA-COMPAT-NETWORK:CAPS"/>
<keyword type="struct" name="SecretSchema" link="libsecret-SecretSchema.html#SecretSchema" stability="Stable"/>
<keyword type="enum" name="enum SecretSchemaFlags" link="libsecret-SecretSchema.html#SecretSchemaFlags"/>
<keyword type="struct" name="SecretSchemaAttribute" link="libsecret-SecretSchema.html#SecretSchemaAttribute"/>
<keyword type="enum" name="enum SecretSchemaAttributeType" link="libsecret-SecretSchema.html#SecretSchemaAttributeType"/>
<keyword type="function" name="secret_service_get ()" link="SecretService.html#secret-service-get"/>
<keyword type="function" name="secret_service_get_sync ()" link="SecretService.html#secret-service-get-sync"/>
<keyword type="function" name="secret_service_get_finish ()" link="SecretService.html#secret-service-get-finish"/>
<keyword type="function" name="secret_service_disconnect ()" link="SecretService.html#secret-service-disconnect"/>
<keyword type="function" name="secret_service_open ()" link="SecretService.html#secret-service-open"/>
<keyword type="function" name="secret_service_open_finish ()" link="SecretService.html#secret-service-open-finish"/>
<keyword type="function" name="secret_service_open_sync ()" link="SecretService.html#secret-service-open-sync"/>
<keyword type="function" name="secret_service_get_collections ()" link="SecretService.html#secret-service-get-collections"/>
<keyword type="function" name="secret_service_get_flags ()" link="SecretService.html#secret-service-get-flags"/>
<keyword type="function" name="secret_service_get_session_algorithms ()" link="SecretService.html#secret-service-get-session-algorithms"/>
<keyword type="function" name="secret_service_ensure_session ()" link="SecretService.html#secret-service-ensure-session"/>
<keyword type="function" name="secret_service_ensure_session_finish ()" link="SecretService.html#secret-service-ensure-session-finish"/>
<keyword type="function" name="secret_service_ensure_session_sync ()" link="SecretService.html#secret-service-ensure-session-sync"/>
<keyword type="function" name="secret_service_load_collections ()" link="SecretService.html#secret-service-load-collections"/>
<keyword type="function" name="secret_service_load_collections_finish ()" link="SecretService.html#secret-service-load-collections-finish"/>
<keyword type="function" name="secret_service_load_collections_sync ()" link="SecretService.html#secret-service-load-collections-sync"/>
<keyword type="function" name="secret_service_search ()" link="SecretService.html#secret-service-search"/>
<keyword type="function" name="secret_service_search_finish ()" link="SecretService.html#secret-service-search-finish"/>
<keyword type="function" name="secret_service_search_sync ()" link="SecretService.html#secret-service-search-sync"/>
<keyword type="function" name="secret_service_lock ()" link="SecretService.html#secret-service-lock"/>
<keyword type="function" name="secret_service_lock_finish ()" link="SecretService.html#secret-service-lock-finish"/>
<keyword type="function" name="secret_service_lock_sync ()" link="SecretService.html#secret-service-lock-sync"/>
<keyword type="function" name="secret_service_unlock ()" link="SecretService.html#secret-service-unlock"/>
<keyword type="function" name="secret_service_unlock_finish ()" link="SecretService.html#secret-service-unlock-finish"/>
<keyword type="function" name="secret_service_unlock_sync ()" link="SecretService.html#secret-service-unlock-sync"/>
<keyword type="function" name="secret_service_store ()" link="SecretService.html#secret-service-store"/>
<keyword type="function" name="secret_service_store_finish ()" link="SecretService.html#secret-service-store-finish"/>
<keyword type="function" name="secret_service_store_sync ()" link="SecretService.html#secret-service-store-sync"/>
<keyword type="function" name="secret_service_lookup ()" link="SecretService.html#secret-service-lookup"/>
<keyword type="function" name="secret_service_lookup_finish ()" link="SecretService.html#secret-service-lookup-finish"/>
<keyword type="function" name="secret_service_lookup_sync ()" link="SecretService.html#secret-service-lookup-sync"/>
<keyword type="function" name="secret_service_clear ()" link="SecretService.html#secret-service-clear"/>
<keyword type="function" name="secret_service_clear_finish ()" link="SecretService.html#secret-service-clear-finish"/>
<keyword type="function" name="secret_service_clear_sync ()" link="SecretService.html#secret-service-clear-sync"/>
<keyword type="function" name="secret_service_prompt ()" link="SecretService.html#secret-service-prompt"/>
<keyword type="function" name="secret_service_prompt_finish ()" link="SecretService.html#secret-service-prompt-finish"/>
<keyword type="function" name="secret_service_prompt_sync ()" link="SecretService.html#secret-service-prompt-sync"/>
<keyword type="function" name="secret_service_set_alias ()" link="SecretService.html#secret-service-set-alias"/>
<keyword type="function" name="secret_service_set_alias_finish ()" link="SecretService.html#secret-service-set-alias-finish"/>
<keyword type="function" name="secret_service_set_alias_sync ()" link="SecretService.html#secret-service-set-alias-sync"/>
<keyword type="function" name="secret_service_get_collection_gtype ()" link="SecretService.html#secret-service-get-collection-gtype"/>
<keyword type="function" name="secret_service_get_item_gtype ()" link="SecretService.html#secret-service-get-item-gtype"/>
<keyword type="struct" name="struct SecretService" link="SecretService.html#SecretService-struct"/>
<keyword type="struct" name="struct SecretServiceClass" link="SecretService.html#SecretServiceClass"/>
<keyword type="enum" name="enum SecretServiceFlags" link="SecretService.html#SecretServiceFlags"/>
<keyword type="enum" name="enum SecretSearchFlags" link="SecretService.html#SecretSearchFlags"/>
<keyword type="property" name="The “collections” property" link="SecretService.html#SecretService--collections"/>
<keyword type="property" name="The “flags” property" link="SecretService.html#SecretService--flags"/>
<keyword type="function" name="secret_collection_for_alias ()" link="SecretCollection.html#secret-collection-for-alias"/>
<keyword type="function" name="secret_collection_for_alias_finish ()" link="SecretCollection.html#secret-collection-for-alias-finish"/>
<keyword type="function" name="secret_collection_for_alias_sync ()" link="SecretCollection.html#secret-collection-for-alias-sync"/>
<keyword type="function" name="secret_collection_load_items ()" link="SecretCollection.html#secret-collection-load-items"/>
<keyword type="function" name="secret_collection_load_items_finish ()" link="SecretCollection.html#secret-collection-load-items-finish"/>
<keyword type="function" name="secret_collection_load_items_sync ()" link="SecretCollection.html#secret-collection-load-items-sync"/>
<keyword type="function" name="secret_collection_create ()" link="SecretCollection.html#secret-collection-create"/>
<keyword type="function" name="secret_collection_create_finish ()" link="SecretCollection.html#secret-collection-create-finish"/>
<keyword type="function" name="secret_collection_create_sync ()" link="SecretCollection.html#secret-collection-create-sync"/>
<keyword type="function" name="secret_collection_search ()" link="SecretCollection.html#secret-collection-search"/>
<keyword type="function" name="secret_collection_search_finish ()" link="SecretCollection.html#secret-collection-search-finish"/>
<keyword type="function" name="secret_collection_search_sync ()" link="SecretCollection.html#secret-collection-search-sync"/>
<keyword type="function" name="secret_collection_delete ()" link="SecretCollection.html#secret-collection-delete"/>
<keyword type="function" name="secret_collection_delete_finish ()" link="SecretCollection.html#secret-collection-delete-finish"/>
<keyword type="function" name="secret_collection_delete_sync ()" link="SecretCollection.html#secret-collection-delete-sync"/>
<keyword type="function" name="secret_collection_get_created ()" link="SecretCollection.html#secret-collection-get-created"/>
<keyword type="function" name="secret_collection_get_service ()" link="SecretCollection.html#secret-collection-get-service"/>
<keyword type="function" name="secret_collection_get_flags ()" link="SecretCollection.html#secret-collection-get-flags"/>
<keyword type="function" name="secret_collection_get_items ()" link="SecretCollection.html#secret-collection-get-items"/>
<keyword type="function" name="secret_collection_get_label ()" link="SecretCollection.html#secret-collection-get-label"/>
<keyword type="function" name="secret_collection_set_label ()" link="SecretCollection.html#secret-collection-set-label"/>
<keyword type="function" name="secret_collection_set_label_finish ()" link="SecretCollection.html#secret-collection-set-label-finish"/>
<keyword type="function" name="secret_collection_set_label_sync ()" link="SecretCollection.html#secret-collection-set-label-sync"/>
<keyword type="function" name="secret_collection_get_locked ()" link="SecretCollection.html#secret-collection-get-locked"/>
<keyword type="function" name="secret_collection_get_modified ()" link="SecretCollection.html#secret-collection-get-modified"/>
<keyword type="function" name="secret_collection_refresh ()" link="SecretCollection.html#secret-collection-refresh"/>
<keyword type="struct" name="SecretCollection" link="SecretCollection.html#SecretCollection-struct"/>
<keyword type="struct" name="struct SecretCollectionClass" link="SecretCollection.html#SecretCollectionClass"/>
<keyword type="enum" name="enum SecretCollectionFlags" link="SecretCollection.html#SecretCollectionFlags"/>
<keyword type="property" name="The “created” property" link="SecretCollection.html#SecretCollection--created"/>
<keyword type="property" name="The “flags” property" link="SecretCollection.html#SecretCollection--flags"/>
<keyword type="property" name="The “items” property" link="SecretCollection.html#SecretCollection--items"/>
<keyword type="property" name="The “label” property" link="SecretCollection.html#SecretCollection--label"/>
<keyword type="property" name="The “locked” property" link="SecretCollection.html#SecretCollection--locked"/>
<keyword type="property" name="The “modified” property" link="SecretCollection.html#SecretCollection--modified"/>
<keyword type="property" name="The “service” property" link="SecretCollection.html#SecretCollection--service"/>
<keyword type="function" name="secret_item_create ()" link="SecretItem.html#secret-item-create"/>
<keyword type="function" name="secret_item_create_finish ()" link="SecretItem.html#secret-item-create-finish"/>
<keyword type="function" name="secret_item_create_sync ()" link="SecretItem.html#secret-item-create-sync"/>
<keyword type="function" name="secret_item_delete ()" link="SecretItem.html#secret-item-delete"/>
<keyword type="function" name="secret_item_delete_finish ()" link="SecretItem.html#secret-item-delete-finish"/>
<keyword type="function" name="secret_item_delete_sync ()" link="SecretItem.html#secret-item-delete-sync"/>
<keyword type="function" name="secret_item_get_schema_name ()" link="SecretItem.html#secret-item-get-schema-name"/>
<keyword type="function" name="secret_item_get_attributes ()" link="SecretItem.html#secret-item-get-attributes"/>
<keyword type="function" name="secret_item_set_attributes ()" link="SecretItem.html#secret-item-set-attributes"/>
<keyword type="function" name="secret_item_set_attributes_finish ()" link="SecretItem.html#secret-item-set-attributes-finish"/>
<keyword type="function" name="secret_item_set_attributes_sync ()" link="SecretItem.html#secret-item-set-attributes-sync"/>
<keyword type="function" name="secret_item_get_created ()" link="SecretItem.html#secret-item-get-created"/>
<keyword type="function" name="secret_item_get_label ()" link="SecretItem.html#secret-item-get-label"/>
<keyword type="function" name="secret_item_set_label ()" link="SecretItem.html#secret-item-set-label"/>
<keyword type="function" name="secret_item_set_label_finish ()" link="SecretItem.html#secret-item-set-label-finish"/>
<keyword type="function" name="secret_item_set_label_sync ()" link="SecretItem.html#secret-item-set-label-sync"/>
<keyword type="function" name="secret_item_get_flags ()" link="SecretItem.html#secret-item-get-flags"/>
<keyword type="function" name="secret_item_get_locked ()" link="SecretItem.html#secret-item-get-locked"/>
<keyword type="function" name="secret_item_get_modified ()" link="SecretItem.html#secret-item-get-modified"/>
<keyword type="function" name="secret_item_get_service ()" link="SecretItem.html#secret-item-get-service"/>
<keyword type="function" name="secret_item_get_secret ()" link="SecretItem.html#secret-item-get-secret"/>
<keyword type="function" name="secret_item_load_secret ()" link="SecretItem.html#secret-item-load-secret"/>
<keyword type="function" name="secret_item_load_secret_finish ()" link="SecretItem.html#secret-item-load-secret-finish"/>
<keyword type="function" name="secret_item_load_secret_sync ()" link="SecretItem.html#secret-item-load-secret-sync"/>
<keyword type="function" name="secret_item_load_secrets ()" link="SecretItem.html#secret-item-load-secrets"/>
<keyword type="function" name="secret_item_load_secrets_finish ()" link="SecretItem.html#secret-item-load-secrets-finish"/>
<keyword type="function" name="secret_item_load_secrets_sync ()" link="SecretItem.html#secret-item-load-secrets-sync"/>
<keyword type="function" name="secret_item_set_secret ()" link="SecretItem.html#secret-item-set-secret"/>
<keyword type="function" name="secret_item_set_secret_finish ()" link="SecretItem.html#secret-item-set-secret-finish"/>
<keyword type="function" name="secret_item_set_secret_sync ()" link="SecretItem.html#secret-item-set-secret-sync"/>
<keyword type="function" name="secret_item_refresh ()" link="SecretItem.html#secret-item-refresh"/>
<keyword type="struct" name="SecretItem" link="SecretItem.html#SecretItem-struct"/>
<keyword type="struct" name="struct SecretItemClass" link="SecretItem.html#SecretItemClass"/>
<keyword type="enum" name="enum SecretItemFlags" link="SecretItem.html#SecretItemFlags"/>
<keyword type="enum" name="enum SecretItemCreateFlags" link="SecretItem.html#SecretItemCreateFlags"/>
<keyword type="property" name="The “attributes” property" link="SecretItem.html#SecretItem--attributes"/>
<keyword type="property" name="The “created” property" link="SecretItem.html#SecretItem--created"/>
<keyword type="property" name="The “flags” property" link="SecretItem.html#SecretItem--flags"/>
<keyword type="property" name="The “label” property" link="SecretItem.html#SecretItem--label"/>
<keyword type="property" name="The “locked” property" link="SecretItem.html#SecretItem--locked"/>
<keyword type="property" name="The “modified” property" link="SecretItem.html#SecretItem--modified"/>
<keyword type="property" name="The “service” property" link="SecretItem.html#SecretItem--service"/>
<keyword type="function" name="secret_value_new ()" link="SecretValue.html#secret-value-new"/>
<keyword type="function" name="secret_value_new_full ()" link="SecretValue.html#secret-value-new-full"/>
<keyword type="function" name="secret_value_get ()" link="SecretValue.html#secret-value-get"/>
<keyword type="function" name="secret_value_get_text ()" link="SecretValue.html#secret-value-get-text"/>
<keyword type="function" name="secret_value_get_content_type ()" link="SecretValue.html#secret-value-get-content-type"/>
<keyword type="function" name="secret_value_ref ()" link="SecretValue.html#secret-value-ref"/>
<keyword type="function" name="secret_value_unref ()" link="SecretValue.html#secret-value-unref"/>
<keyword type="struct" name="SecretValue" link="SecretValue.html#SecretValue-struct"/>
<keyword type="function" name="secret_attributes_build ()" link="libsecret-Secret-Attributes.html#secret-attributes-build"/>
<keyword type="function" name="secret_attributes_buildv ()" link="libsecret-Secret-Attributes.html#secret-attributes-buildv"/>
<keyword type="function" name="secret_prompt_perform ()" link="SecretPrompt.html#secret-prompt-perform"/>
<keyword type="function" name="secret_prompt_perform_finish ()" link="SecretPrompt.html#secret-prompt-perform-finish"/>
<keyword type="function" name="secret_prompt_perform_sync ()" link="SecretPrompt.html#secret-prompt-perform-sync"/>
<keyword type="function" name="secret_prompt_run ()" link="SecretPrompt.html#secret-prompt-run"/>
<keyword type="struct" name="struct SecretPrompt" link="SecretPrompt.html#SecretPrompt-struct"/>
<keyword type="struct" name="struct SecretPromptClass" link="SecretPrompt.html#SecretPromptClass"/>
<keyword type="macro" name="SECRET_ERROR" link="libsecret-SecretError.html#SECRET-ERROR:CAPS"/>
<keyword type="enum" name="enum SecretError" link="libsecret-SecretError.html#SecretError"/>
<keyword type="function" name="secret_collection_new_for_dbus_path ()" link="libsecret-DBus-Path-Related-Functions.html#secret-collection-new-for-dbus-path" stability="Unstable"/>
<keyword type="function" name="secret_collection_new_for_dbus_path_finish ()" link="libsecret-DBus-Path-Related-Functions.html#secret-collection-new-for-dbus-path-finish"/>
<keyword type="function" name="secret_collection_new_for_dbus_path_sync ()" link="libsecret-DBus-Path-Related-Functions.html#secret-collection-new-for-dbus-path-sync" stability="Unstable"/>
<keyword type="function" name="secret_item_new_for_dbus_path ()" link="libsecret-DBus-Path-Related-Functions.html#secret-item-new-for-dbus-path" stability="Unstable"/>
<keyword type="function" name="secret_item_new_for_dbus_path_finish ()" link="libsecret-DBus-Path-Related-Functions.html#secret-item-new-for-dbus-path-finish" stability="Unstable"/>
<keyword type="function" name="secret_item_new_for_dbus_path_sync ()" link="libsecret-DBus-Path-Related-Functions.html#secret-item-new-for-dbus-path-sync" stability="Unstable"/>
<keyword type="function" name="secret_service_get_session_dbus_path ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-get-session-dbus-path"/>
<keyword type="function" name="secret_service_search_for_dbus_paths ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-search-for-dbus-paths" stability="Unstable"/>
<keyword type="function" name="secret_service_search_for_dbus_paths_finish ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-search-for-dbus-paths-finish" stability="Unstable"/>
<keyword type="function" name="secret_service_search_for_dbus_paths_sync ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-search-for-dbus-paths-sync" stability="Unstable"/>
<keyword type="function" name="secret_collection_search_for_dbus_paths ()" link="libsecret-DBus-Path-Related-Functions.html#secret-collection-search-for-dbus-paths" stability="Unstable"/>
<keyword type="function" name="secret_collection_search_for_dbus_paths_finish ()" link="libsecret-DBus-Path-Related-Functions.html#secret-collection-search-for-dbus-paths-finish" stability="Unstable"/>
<keyword type="function" name="secret_collection_search_for_dbus_paths_sync ()" link="libsecret-DBus-Path-Related-Functions.html#secret-collection-search-for-dbus-paths-sync" stability="Unstable"/>
<keyword type="function" name="secret_service_get_secrets_for_dbus_paths ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-get-secrets-for-dbus-paths" stability="Unstable"/>
<keyword type="function" name="secret_service_get_secrets_for_dbus_paths_finish ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-get-secrets-for-dbus-paths-finish" stability="Unstable"/>
<keyword type="function" name="secret_service_get_secrets_for_dbus_paths_sync ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-get-secrets-for-dbus-paths-sync" stability="Unstable"/>
<keyword type="function" name="secret_service_get_secret_for_dbus_path ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-get-secret-for-dbus-path" stability="Unstable"/>
<keyword type="function" name="secret_service_get_secret_for_dbus_path_finish ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-get-secret-for-dbus-path-finish" stability="Unstable"/>
<keyword type="function" name="secret_service_get_secret_for_dbus_path_sync ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-get-secret-for-dbus-path-sync" stability="Unstable"/>
<keyword type="function" name="secret_service_lock_dbus_paths ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-lock-dbus-paths" stability="Unstable"/>
<keyword type="function" name="secret_service_lock_dbus_paths_finish ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-lock-dbus-paths-finish" stability="Unstable"/>
<keyword type="function" name="secret_service_lock_dbus_paths_sync ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-lock-dbus-paths-sync" stability="Unstable"/>
<keyword type="function" name="secret_service_unlock_dbus_paths ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-unlock-dbus-paths" stability="Unstable"/>
<keyword type="function" name="secret_service_unlock_dbus_paths_finish ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-unlock-dbus-paths-finish" stability="Unstable"/>
<keyword type="function" name="secret_service_unlock_dbus_paths_sync ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-unlock-dbus-paths-sync" stability="Unstable"/>
<keyword type="function" name="secret_service_prompt_at_dbus_path ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-prompt-at-dbus-path" stability="Unstable"/>
<keyword type="function" name="secret_service_prompt_at_dbus_path_finish ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-prompt-at-dbus-path-finish" stability="Unstable"/>
<keyword type="function" name="secret_service_prompt_at_dbus_path_sync ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-prompt-at-dbus-path-sync" stability="Unstable"/>
<keyword type="function" name="secret_service_create_collection_dbus_path ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-create-collection-dbus-path" stability="Unstable"/>
<keyword type="function" name="secret_service_create_collection_dbus_path_finish ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-create-collection-dbus-path-finish" stability="Unstable"/>
<keyword type="function" name="secret_service_create_collection_dbus_path_sync ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-create-collection-dbus-path-sync" stability="Unstable"/>
<keyword type="function" name="secret_service_create_item_dbus_path ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-create-item-dbus-path" stability="Unstable"/>
<keyword type="function" name="secret_service_create_item_dbus_path_finish ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-create-item-dbus-path-finish" stability="Unstable"/>
<keyword type="function" name="secret_service_create_item_dbus_path_sync ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-create-item-dbus-path-sync" stability="Unstable"/>
<keyword type="function" name="secret_service_delete_item_dbus_path ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-delete-item-dbus-path" stability="Unstable"/>
<keyword type="function" name="secret_service_delete_item_dbus_path_finish ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-delete-item-dbus-path-finish" stability="Unstable"/>
<keyword type="function" name="secret_service_delete_item_dbus_path_sync ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-delete-item-dbus-path-sync" stability="Unstable"/>
<keyword type="function" name="secret_service_read_alias_dbus_path ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-read-alias-dbus-path" stability="Unstable"/>
<keyword type="function" name="secret_service_read_alias_dbus_path_finish ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-read-alias-dbus-path-finish" stability="Unstable"/>
<keyword type="function" name="secret_service_read_alias_dbus_path_sync ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-read-alias-dbus-path-sync" stability="Unstable"/>
<keyword type="function" name="secret_service_set_alias_to_dbus_path ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-set-alias-to-dbus-path" stability="Unstable"/>
<keyword type="function" name="secret_service_set_alias_to_dbus_path_finish ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-set-alias-to-dbus-path-finish" stability="Unstable"/>
<keyword type="function" name="secret_service_set_alias_to_dbus_path_sync ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-set-alias-to-dbus-path-sync" stability="Unstable"/>
<keyword type="function" name="secret_service_encode_dbus_secret ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-encode-dbus-secret"/>
<keyword type="function" name="secret_service_decode_dbus_secret ()" link="libsecret-DBus-Path-Related-Functions.html#secret-service-decode-dbus-secret"/>
<keyword type="constant" name="SECRET_SCHEMA_NONE" link="libsecret-SecretSchema.html#SECRET-SCHEMA-NONE:CAPS"/>
<keyword type="constant" name="SECRET_SCHEMA_DONT_MATCH_NAME" link="libsecret-SecretSchema.html#SECRET-SCHEMA-DONT-MATCH-NAME:CAPS"/>
<keyword type="constant" name="SECRET_SCHEMA_ATTRIBUTE_STRING" link="libsecret-SecretSchema.html#SECRET-SCHEMA-ATTRIBUTE-STRING:CAPS"/>
<keyword type="constant" name="SECRET_SCHEMA_ATTRIBUTE_INTEGER" link="libsecret-SecretSchema.html#SECRET-SCHEMA-ATTRIBUTE-INTEGER:CAPS"/>
<keyword type="constant" name="SECRET_SCHEMA_ATTRIBUTE_BOOLEAN" link="libsecret-SecretSchema.html#SECRET-SCHEMA-ATTRIBUTE-BOOLEAN:CAPS"/>
<keyword type="constant" name="SECRET_SERVICE_NONE" link="SecretService.html#SECRET-SERVICE-NONE:CAPS"/>
<keyword type="constant" name="SECRET_SERVICE_OPEN_SESSION" link="SecretService.html#SECRET-SERVICE-OPEN-SESSION:CAPS"/>
<keyword type="constant" name="SECRET_SERVICE_LOAD_COLLECTIONS" link="SecretService.html#SECRET-SERVICE-LOAD-COLLECTIONS:CAPS"/>
<keyword type="constant" name="SECRET_SEARCH_NONE" link="SecretService.html#SECRET-SEARCH-NONE:CAPS"/>
<keyword type="constant" name="SECRET_SEARCH_ALL" link="SecretService.html#SECRET-SEARCH-ALL:CAPS"/>
<keyword type="constant" name="SECRET_SEARCH_UNLOCK" link="SecretService.html#SECRET-SEARCH-UNLOCK:CAPS"/>
<keyword type="constant" name="SECRET_SEARCH_LOAD_SECRETS" link="SecretService.html#SECRET-SEARCH-LOAD-SECRETS:CAPS"/>
<keyword type="constant" name="SECRET_COLLECTION_NONE" link="SecretCollection.html#SECRET-COLLECTION-NONE:CAPS"/>
<keyword type="constant" name="SECRET_COLLECTION_LOAD_ITEMS" link="SecretCollection.html#SECRET-COLLECTION-LOAD-ITEMS:CAPS"/>
<keyword type="constant" name="SECRET_ITEM_NONE" link="SecretItem.html#SECRET-ITEM-NONE:CAPS"/>
<keyword type="constant" name="SECRET_ITEM_LOAD_SECRET" link="SecretItem.html#SECRET-ITEM-LOAD-SECRET:CAPS"/>
<keyword type="constant" name="SECRET_ITEM_CREATE_NONE" link="SecretItem.html#SECRET-ITEM-CREATE-NONE:CAPS"/>
<keyword type="constant" name="SECRET_ITEM_CREATE_REPLACE" link="SecretItem.html#SECRET-ITEM-CREATE-REPLACE:CAPS"/>
<keyword type="constant" name="SECRET_ERROR_PROTOCOL" link="libsecret-SecretError.html#SECRET-ERROR-PROTOCOL:CAPS"/>
<keyword type="constant" name="SECRET_ERROR_IS_LOCKED" link="libsecret-SecretError.html#SECRET-ERROR-IS-LOCKED:CAPS"/>
<keyword type="constant" name="SECRET_ERROR_NO_SUCH_OBJECT" link="libsecret-SecretError.html#SECRET-ERROR-NO-SUCH-OBJECT:CAPS"/>
<keyword type="constant" name="SECRET_ERROR_ALREADY_EXISTS" link="libsecret-SecretError.html#SECRET-ERROR-ALREADY-EXISTS:CAPS"/>
</functions>
</book>
|