Cancellable
Description:
[ CCode ( has_construct_function = false ) ]
public Cancellable ()
public Cancellable ()
Creates a new Cancellable object.
Applications that want to start one or more operations that should be cancellable should create a Cancellable and pass it to the operations.
One Cancellable can be used in multiple consecutive operations or in multiple concurrent operations.
Returns:
a Cancellable. |