RGtk2 (version 2.20.31)

gCancellableNew: gCancellableNew

Description

Creates a new GCancellable object.

Usage

gCancellableNew()

Arguments

Value

GCancellable] a GCancellable.

Details

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.