Collection.this

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

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

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

  1. this(SecretCollection* secretCollection, bool ownedRef)
  2. this(AsyncResultIF result)
  3. this(Service service, string collectionPath, SecretCollectionFlags flags, Cancellable cancellable)
    class Collection
    this
    (,,
    SecretCollectionFlags flags
    ,
    Cancellable cancellable
    )

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

Return Value

the new collection, which should be unreferenced with g_object_unref()

Throws

GException on failure. ConstructionException GTK+ fails to create the object.

Meta