Import line: | GLib = imports.gi.GLib; |
GIR File: | GLib-2.0.gir |
C documentation: | GIOStatus |
Enum : | IOStatus |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number GLib.IOStatus.AGAIN : 3
|
|
Number GLib.IOStatus.EOF : 2
|
|
Number GLib.IOStatus.ERROR : 0
|
|
Number GLib.IOStatus.NORMAL : 1
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GLib.IOChannel
Method |
shutdown
(Boolean flush)
:
GLib.IOStatus
|
GLib.IOChannel
Method |
set_flags
(IOFlags flags)
:
GLib.IOStatus
|
GLib.IOChannel
Method |
set_encoding
(String encoding)
:
GLib.IOStatus
|
GLib.IOChannel
Method |
flush
()
:
GLib.IOStatus
|
GLib.IOChannel
Method |
|
GLib.IOChannel
Method |
|
GLib.IOChannel
Method |
|
GLib.IOChannel
Method |
|
GLib.IOChannel
Method |
read_unichar
(Number thechar)
:
GLib.IOStatus
|
GLib.IOChannel
Method |
|
GLib.IOChannel
Method |
write_unichar
(Number thechar)
:
GLib.IOStatus
|
GLib.IOChannel
Method |
|