Better support of glib-IO-Channels
authorPhilippe Nunes <philippe.nunes@linux.intel.com>
Tue, 23 Oct 2012 16:27:42 +0000 (18:27 +0200)
committerAuke Kok <auke-jan.h.kok@intel.com>
Fri, 8 Feb 2013 20:25:55 +0000 (12:25 -0800)
commit36435592ceb7a09b9d9d5d313fc5fd29ab1aa733
tree20d71226e916ab2430570f4990b3abc333761463
parent8d6027cef261310e6b4bed9321ef0b3ce0e5541c
Better support of glib-IO-Channels

The GIOChannel is set in nonblocking mode and the encoding for the
input/output of the channel is set to NULL (safe to use with binary data).
The GIOChannel is  used in a generic manner with the functions
 g_io_channel_read_chars(), g_io_channel_write_chars().
include/util_imc.h
src/desc_imc_pr3.c
src/util_imc.c