| gnome_keyring_find_password() | secret_password_lookup() | 
| gnome_keyring_find_password_sync() | secret_password_lookup_sync() | 
| gnome_keyring_find_items() | secret_service_search(), with flags to fine tune behavior | 
| gnome_keyring_find_itemsv() | secret_service_search(), with flags to fine tune behavior | 
| gnome_keyring_find_items_sync() | secret_service_search_sync(), with flags to fine tune behavior | 
| gnome_keyring_find_itemsv_sync() | secret_service_search(), with flags to fine tune behavior | 
| GnomeKeyringFound | no equivalent, secret_service_search()returns a GList of
			SecretItems, and other methods return passwords directly. | 
| gnome_keyring_found_copy() | no equivalent | 
| gnome_keyring_found_free() | g_object_unref()on the each of the items returned fromsecret_service_search() | 
| gnome_keyring_found_list_free() | g_list_free_full()used withg_object_unref()on the items returned fromsecret_service_search() | 
| gnome_keyring_find_network_password() | secret_password_lookup()withSECRET_SCHEMA_COMPAT_NETWORK,
			although this only returns one password and no attributes | 
| gnome_keyring_find_network_password_sync() | secret_password_lookup_sync()withSECRET_SCHEMA_COMPAT_NETWORK,
			although this only returns one password and no attributes | 
| GnomeKeyringNetworkPasswordData | no equivalent, secret_password_lookup()gets the password directly
			and no attributes | 
| gnome_keyring_network_password_free() | no equivalent | 
| gnome_keyring_network_password_list_free() | no equivalent |