summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-07-14 08:18:56 +0200
committerStef Walter <stefw@gnome.org>2012-07-14 08:20:32 +0200
commite0ba10ee09d66d5eba05798ea268437fb9e23518 (patch)
tree218e0477f33a0fa6172166e49d583e3f8b072712 /docs
parent7efb4d5073815f58c4ecb917821d3998dcd1e373 (diff)
downloadlibsecret-e0ba10ee09d66d5eba05798ea268437fb9e23518.tar.gz
Rename secret_password_remove() to secret_password_clear()
* It's clearer what happens here: we try to remove as many matching passwords as possible. * Also rename secret_service_remove() to secret_service_clear() * Rename secret_password_clear() which used to wipe password memory to secret_password_wipe().
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libsecret/libsecret-sections.txt16
-rw-r--r--docs/reference/libsecret/migrating-libgnome-keyring.xml8
2 files changed, 12 insertions, 12 deletions
diff --git a/docs/reference/libsecret/libsecret-sections.txt b/docs/reference/libsecret/libsecret-sections.txt
index d7f0f80..f8a9c1b 100644
--- a/docs/reference/libsecret/libsecret-sections.txt
+++ b/docs/reference/libsecret/libsecret-sections.txt
@@ -128,12 +128,12 @@ secret_password_lookup_sync
secret_password_lookup_nonpageable_sync
secret_password_lookupv_sync
secret_password_lookupv_nonpageable_sync
-secret_password_remove
-secret_password_removev
-secret_password_remove_finish
-secret_password_remove_sync
-secret_password_removev_sync
secret_password_clear
+secret_password_clearv
+secret_password_clear_finish
+secret_password_clear_sync
+secret_password_clearv_sync
+secret_password_wipe
secret_password_free
</SECTION>
@@ -217,9 +217,9 @@ secret_service_store_sync
secret_service_lookup
secret_service_lookup_finish
secret_service_lookup_sync
-secret_service_remove
-secret_service_remove_finish
-secret_service_remove_sync
+secret_service_clear
+secret_service_clear_finish
+secret_service_clear_sync
secret_service_prompt
secret_service_prompt_finish
secret_service_prompt_sync
diff --git a/docs/reference/libsecret/migrating-libgnome-keyring.xml b/docs/reference/libsecret/migrating-libgnome-keyring.xml
index a675526..aa361f8 100644
--- a/docs/reference/libsecret/migrating-libgnome-keyring.xml
+++ b/docs/reference/libsecret/migrating-libgnome-keyring.xml
@@ -361,12 +361,12 @@
<tbody>
<row>
<entry>gnome_keyring_delete_password()</entry>
- <entry>secret_password_remove(), although we now try to delete
+ <entry>secret_password_clear(), although we now try to delete
all unlocked matching items</entry>
</row>
<row>
<entry>gnome_keyring_delete_password_sync()</entry>
- <entry>secret_password_remove_sync(), although we now try to delete
+ <entry>secret_password_clear_sync(), although we now try to delete
all unlocked matching items</entry>
</row>
<row>
@@ -403,11 +403,11 @@
</row>
<row>
<entry>gnome_keyring_item_delete()</entry>
- <entry>secret_item_delete(), although secret_password_remove() may be simpler</entry>
+ <entry>secret_item_delete(), although secret_password_clear() may be simpler</entry>
</row>
<row>
<entry>gnome_keyring_item_delete_sync()</entry>
- <entry>secret_item_delete_sync(), although secret_password_remove_sync() may be simpler</entry>
+ <entry>secret_item_delete_sync(), although secret_password_clear_sync() may be simpler</entry>
</row>
<row>
<entry>gnome_keyring_item_get_info()</entry>