Method

GioCancellableis_cancelled

Declaration

gboolean
g_cancellable_is_cancelled (
  GCancellable* cancellable
)

Description

Checks if a cancellable job has been cancelled.

Return value

Type: gboolean

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