summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-07-06 09:01:20 +0200
committerStef Walter <stefw@gnome.org>2012-07-06 09:27:05 +0200
commit7098b856b79de5f2234d98a203eb62b1d695a4d5 (patch)
treefe7e4f445c7f2db9e556dced095c81c577bae7a8 /docs
parent3cb0d8047da1bff2eb7286eef014ff8948c99333 (diff)
downloadlibsecret-7098b856b79de5f2234d98a203eb62b1d695a4d5.tar.gz
Rename the functions that operate on a dbus item path
* They all contain '_dbus_path' in their name * Move secret_service_get_session_path() to the paths functionality * Move the secret_collection_new() and secret_item_new() functionality to the path based section.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libsecret/libsecret-sections.txt80
1 files changed, 40 insertions, 40 deletions
diff --git a/docs/reference/libsecret/libsecret-sections.txt b/docs/reference/libsecret/libsecret-sections.txt
index d53e2db..3fbba6c 100644
--- a/docs/reference/libsecret/libsecret-sections.txt
+++ b/docs/reference/libsecret/libsecret-sections.txt
@@ -4,9 +4,6 @@
SecretCollection
SecretCollectionClass
SecretCollectionFlags
-secret_collection_new
-secret_collection_new_finish
-secret_collection_new_sync
secret_collection_load_items
secret_collection_load_items_finish
secret_collection_load_items_sync
@@ -46,9 +43,6 @@ secret_collection_flags_get_type
SecretItem
SecretItemClass
SecretItemFlags
-secret_item_new
-secret_item_new_finish
-secret_item_new_sync
secret_item_create
secret_item_create_finish
secret_item_create_sync
@@ -186,7 +180,6 @@ secret_service_new_sync
secret_service_get_collections
secret_service_get_flags
secret_service_get_session_algorithms
-secret_service_get_session_path
secret_service_ensure_session
secret_service_ensure_session_finish
secret_service_ensure_session_sync
@@ -239,39 +232,46 @@ secret_service_get_type
<SECTION>
<FILE>secret-paths</FILE>
<INCLUDE>secret/secret-unstable.h</INCLUDE>
-secret_service_search_for_paths
-secret_service_search_for_paths_finish
-secret_service_search_for_paths_sync
-secret_service_get_secrets_for_paths
-secret_service_get_secrets_for_paths_finish
-secret_service_get_secrets_for_paths_sync
-secret_service_get_secret_for_path
-secret_service_get_secret_for_path_finish
-secret_service_get_secret_for_path_sync
-secret_service_lock_paths
-secret_service_lock_paths_finish
-secret_service_lock_paths_sync
-secret_service_unlock_paths
-secret_service_unlock_paths_finish
-secret_service_unlock_paths_sync
-secret_service_prompt_path
-secret_service_prompt_path_finish
-secret_service_prompt_path_sync
-secret_service_create_collection_path
-secret_service_create_collection_path_finish
-secret_service_create_collection_path_sync
-secret_service_create_item_path
-secret_service_create_item_path_finish
-secret_service_create_item_path_sync
-secret_service_delete_path
-secret_service_delete_path_finish
-secret_service_delete_path_sync
-secret_service_read_alias_path
-secret_service_read_alias_path_finish
-secret_service_read_alias_path_sync
-secret_service_set_alias_path
-secret_service_set_alias_path_finish
-secret_service_set_alias_path_sync
+secret_collection_new_for_dbus_path
+secret_collection_new_for_dbus_path_finish
+secret_collection_new_for_dbus_path_sync
+secret_item_new_for_dbus_path
+secret_item_new_for_dbus_path_finish
+secret_item_new_for_dbus_path_sync
+secret_service_get_session_dbus_path
+secret_service_search_for_dbus_paths
+secret_service_search_for_dbus_paths_finish
+secret_service_search_for_dbus_paths_sync
+secret_service_get_secrets_for_dbus_paths
+secret_service_get_secrets_for_dbus_paths_finish
+secret_service_get_secrets_for_dbus_paths_sync
+secret_service_get_secret_for_dbus_path
+secret_service_get_secret_for_dbus_path_finish
+secret_service_get_secret_for_dbus_path_sync
+secret_service_lock_dbus_paths
+secret_service_lock_dbus_paths_finish
+secret_service_lock_dbus_paths_sync
+secret_service_unlock_dbus_paths
+secret_service_unlock_dbus_paths_finish
+secret_service_unlock_dbus_paths_sync
+secret_service_prompt_at_dbus_path
+secret_service_prompt_at_dbus_path_finish
+secret_service_prompt_at_dbus_path_sync
+secret_service_create_collection_dbus_path
+secret_service_create_collection_dbus_path_finish
+secret_service_create_collection_dbus_path_sync
+secret_service_create_item_dbus_path
+secret_service_create_item_dbus_path_finish
+secret_service_create_item_dbus_path_sync
+secret_service_delete_item_dbus_path
+secret_service_delete_item_dbus_path_finish
+secret_service_delete_item_dbus_path_sync
+secret_service_read_alias_dbus_path
+secret_service_read_alias_dbus_path_finish
+secret_service_read_alias_dbus_path_sync
+secret_service_set_alias_to_dbus_path
+secret_service_set_alias_to_dbus_path_finish
+secret_service_set_alias_to_dbus_path_sync
</SECTION>
<SECTION>