Module: Gio::PollableReturn

Defined in:
(unknown)

Constant Summary collapse

FAILED =

Generic error condition for when an operation fails.

0 or :failed
OK =

The operation was successfully finished.

1 or :ok
WOULD_BLOCK =

The operation would block.

-27 or :would_block