RGtk2 (version 2.20.31)

gCancellableIsCancelled: gCancellableIsCancelled

Description

Checks if a cancellable job has been cancelled.

Usage

gCancellableIsCancelled(object)

Arguments

object
a GCancellable or NULL.

Value

TRUE if cancellable is cancelled, FALSE if called with NULL or if item is not cancelled.