Function

GioCancellableget_current

Declaration

GCancellable*
g_cancellable_get_current (
  void
)

Description

Gets the top cancellable from the stack.

Return value

Type: GCancellable

A GCancellable from the top of the stack, or NULL if the stack is empty.

The data is owned by the called function.
The return value can be NULL.