get_secrets_for_dbus_paths_sync


Description:

public HashTable<string,Value> get_secrets_for_dbus_paths_sync (string item_paths, Cancellable? cancellable = null) throws Error

Get the secret values for a secret item stored in the service.

The items are represented by their D-Bus object paths. If you already have [classItem] proxy objects, use use [func Item.load_secrets_sync] to more simply get their secret values.

This method may block indefinitely and should not be used in user interface threads.

Items that are locked will not be included the results.

Parameters:

this

the secret service

item_paths

the D-Bus paths to items to retrieve secrets for

cancellable

optional cancellation object

Returns:

a newly allocated hash table of item_path keys to [structValue] values.