enum GLib::IOStatus
Overview
Statuses returned by most of the #GIOFuncs functions.
Defined in:
lib/gi-crystal/src/auto/g_lib-2.0/g_lib.crEnum Members
-
Error =
0_u32 -
An error occurred.
-
Normal =
1_u32 -
Success.
-
Eof =
2_u32 -
End of file.
-
Again =
3_u32 -
Resource temporarily unavailable.