Method

SecretCollectionset_label

Declaration [src]

void
secret_collection_set_label (
  SecretCollection* self,
  const gchar* label,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description [src]

Set the label of this collection.

This function returns immediately and completes asynchronously.

Parameters

label const gchar*
 

A new label.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
cancellable GCancellable*
 

Optional cancellation object.

 The argument can be NULL.
 The data is owned by the caller of the function.
callback GAsyncReadyCallback
 

Called when the operation completes.

user_data gpointer
 

Data to pass to the callback.