g_io_channel_read_chars ( iochannel buf count bytes_read error -- GIOStatus )


Vocabulary
glib.ffi

Inputs
iochannelan object
bufan object
countan object
bytes_readan object
erroran object


Outputs
GIOStatusan object


Definition


LIBRARY: glib FUNCTION: GIOStatus g_io_channel_read_chars
( GIOChannel* iochannel, gchar* buf, gulong count, gulong
bytes_read, GError* error )