Collection.newForDbusPath

Get a new collection proxy for a collection in the secret service.

If @service is NULL, then secret_service_get() will be called to get the default #SecretService proxy.

This method will return immediately and complete asynchronously.

class Collection
static
void
newForDbusPath
(,,
SecretCollectionFlags flags
,
Cancellable cancellable
,
GAsyncReadyCallback callback
,
void* userData
)

Parameters

service Service

a secret service object

collectionPath string

the D-Bus path of the collection

flags SecretCollectionFlags

options for the collection initialization

cancellable Cancellable

optional cancellation object

callback GAsyncReadyCallback

called when the operation completes

userData void*

data to be passed to the callback

Meta