| Import line: | GLib = imports.gi.GLib; |
| GIR File: | GLib-2.0.gir |
| C documentation: | GIOStatus |
| Enum : | IOStatus |
| Properties | |
|---|---|
|
guint32 GLib.IOStatus.AGAIN : 3
|
|
|
guint32 GLib.IOStatus.EOF : 2
|
|
|
guint32 GLib.IOStatus.ERROR : 0
|
|
|
guint32 GLib.IOStatus.NORMAL : 1
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
GLib.IOChannel
Method |
flush
()
:
GLib.IOStatus
|
|
GLib.IOChannel
Method |
|
|
GLib.IOChannel
Method |
read_line
(Object out_values)
:
GLib.IOStatus
|
|
GLib.IOChannel
Method |
|
|
GLib.IOChannel
Method |
|
|
GLib.IOChannel
Method |
read_unichar
(gunichar thechar)
:
GLib.IOStatus
|
|
GLib.IOChannel
Method |
|
|
GLib.IOChannel
Method |
set_encoding
(String encoding)
:
GLib.IOStatus
|
|
GLib.IOChannel
Method |
set_flags
(IOFlags flags)
:
GLib.IOStatus
|
|
GLib.IOChannel
Method |
shutdown
(gboolean flush)
:
GLib.IOStatus
|
|
GLib.IOChannel
Method |
|
|
GLib.IOChannel
Method |
write_unichar
(gunichar thechar)
:
GLib.IOStatus
|