Lines Matching full:channel
24 #include "io/channel.h"
29 #define TYPE_QIO_CHANNEL_SOCKET "qio-channel-socket"
36 * The QIOChannelSocket class provides a channel implementation
38 * Beyond the core channel API, it also provides functionality
58 * Create a channel for performing I/O on a socket
63 * Returns: the socket channel object
73 * Create a channel for performing I/O on the socket
76 * Returns: the socket channel object, or NULL on error
85 * @ioc: the socket channel object
100 * @ioc: the socket channel object
125 * @ioc: the socket channel object
142 * @ioc: the socket channel object
169 * @ioc: the socket channel object
187 * @ioc: the socket channel object
216 * @ioc: the socket channel object
233 * @ioc: the socket channel object
251 * @ioc: the socket channel object
255 * a new client connection. The returned channel will
258 * Returns: the new client channel, or NULL on error
266 * @ioc: the socket channel object