Source position: giochannel.inc line 66
type TGIOChannel = record |
ref_count: guint; |
funcs: PGIOFuncs; |
encoding: Pgchar; |
read_cd: TGIConv; |
write_cd: TGIConv; |
line_term: Pgchar; |
line_term_len: guint; |
buf_size: gsize; |
read_buf: PGString; |
encoded_read_buf: PGString; |
write_buf: PGString; |
partial_write_buf: array [0..5] of gchar; |
flag0: Word; |
reserved1: gpointer; |
reserved2: gpointer; |
end; |