| Import line: | GLib = imports.gi.GLib; |
| GIR File: | GLib-2.0.gir |
| C documentation: | GIOChannel |
| Struct : | IOChannel |
| Properties | Defined By | |
|---|---|---|
|
buf_size : guint32
read only
|
GLib.IOChannel | |
|
close_on_unref : guint32
read only
|
GLib.IOChannel | |
|
do_encode : guint32
read only
|
GLib.IOChannel | |
|
encoded_read_buf : GLib.String
read only
|
GLib.IOChannel | |
|
encoding : String
read only
|
GLib.IOChannel | |
|
funcs : GLib.IOFuncs
read only
|
GLib.IOChannel | |
|
is_readable : guint32
read only
|
GLib.IOChannel | |
|
is_seekable : guint32
read only
|
GLib.IOChannel | |
|
is_writeable : guint32
read only
|
GLib.IOChannel | |
|
line_term : String
read only
|
GLib.IOChannel | |
|
line_term_len : guint32
read only
|
GLib.IOChannel | |
|
partial_write_buf : String
read only
|
GLib.IOChannel | |
|
read_buf : GLib.String
read only
|
GLib.IOChannel | |
|
read_cd : GLib.IConv
read only
|
GLib.IOChannel | |
|
ref_count : gint32
read only
|
GLib.IOChannel | |
|
reserved1 : void*
read only
|
GLib.IOChannel | |
|
reserved2 : void*
read only
|
GLib.IOChannel | |
|
use_buffer : guint32
read only
|
GLib.IOChannel | |
|
write_buf : GLib.String
read only
|
GLib.IOChannel | |
|
write_cd : GLib.IConv
read only
|
GLib.IOChannel | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new GLib.IOChannel
()
Create a new GLib.IOChannel
Create a new GLib.IOChannel
|
||
|
close
()
:
none
|
GLib.IOChannel | |
|
flush
()
:
GLib.IOStatus
|
GLib.IOChannel | |
|
get_buffer_condition
()
:
GLib.IOCondition
|
GLib.IOChannel | |
|
get_buffer_size
()
:
guint32
|
GLib.IOChannel | |
|
get_buffered
()
:
gboolean
|
GLib.IOChannel | |
|
get_encoding
()
:
String
|
GLib.IOChannel | |
|
get_flags
()
:
GLib.IOFlags
|
GLib.IOChannel | |
| GLib.IOChannel | ||
|
init
()
:
none
|
GLib.IOChannel | |
|
GLib.IOChannel | |
|
GLib.IOChannel | |
|
read_line
(Object out_values)
:
GLib.IOStatus
|
GLib.IOChannel | |
|
GLib.IOChannel | |
|
GLib.IOChannel | |
|
read_unichar
(gunichar thechar)
:
GLib.IOStatus
|
GLib.IOChannel | |
|
GLib.IOChannel | |
|
GLib.IOChannel | |
|
set_buffer_size
(guint32 size)
:
none
|
GLib.IOChannel | |
|
set_buffered
(gboolean buffered)
:
none
|
GLib.IOChannel | |
|
set_encoding
(String encoding)
:
GLib.IOStatus
|
GLib.IOChannel | |
|
set_flags
(IOFlags flags)
:
GLib.IOStatus
|
GLib.IOChannel | |
| GLib.IOChannel | ||
|
shutdown
(gboolean flush)
:
GLib.IOStatus
|
GLib.IOChannel | |
|
unix_get_fd
()
:
gint32
|
GLib.IOChannel | |
|
GLib.IOChannel | |
|
GLib.IOChannel | |
|
write_unichar
(gunichar thechar)
:
GLib.IOStatus
|
GLib.IOChannel | |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
GLib
Method |
GLib.io_add_watch
(IOChannel channel, gint32 priority, IOCondition condition, Function func, void* user_data, Function notify)
:
guint32
|
|
GLib
Method |
|
|
GLib
Method |
|