Cancellable.this

Creates a new GCancellable object. Applications that want to start one or more operations that should be cancellable should create a GCancellable and pass it to the operations. One GCancellable can be used in multiple consecutive operations, but not in multiple concurrent operations.

  1. this(GCancellable* gCancellable)
  2. this()
    class Cancellable
    this
    ()

Throws

ConstructionException GTK+ fails to create the object.

Meta