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 [class@Item] 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.
| this |
the secret service |
| item_paths |
the D-Bus paths to items to retrieve secrets for |
| cancellable |
optional cancellation object |
|
a newly allocated hash table of item_path keys to [struct@Value] values. |