Collection.setLabel

Set the label of this collection.

This function returns immediately and completes asynchronously.

class Collection
void
setLabel
(
string label
,
Cancellable cancellable
,
GAsyncReadyCallback callback
,
void* userData
)

Parameters

label string

a new label

cancellable Cancellable

optional cancellation object

callback GAsyncReadyCallback

called when the operation completes

userData void*

data to pass to the callback

Meta