gCancellableNew: gCancellableNew

Description Usage Details Value Author(s)

View source: R/gioFuncs.R

Description

Creates a new GCancellable object.

Usage

1

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.

Value

[GCancellable] a GCancellable.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gCancellableNew in RGtk2...