From 7098b856b79de5f2234d98a203eb62b1d695a4d5 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 6 Jul 2012 09:01:20 +0200 Subject: 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. --- docs/reference/libsecret/libsecret-sections.txt | 80 ++++++++++++------------- 1 file changed, 40 insertions(+), 40 deletions(-) (limited to 'docs') 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
secret-paths secret/secret-unstable.h -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
-- cgit v1.2.1