Lines Matching full:channel
24 #include "io/channel.h"
27 #define TYPE_QIO_CHANNEL_FILE "qio-channel-file"
34 * The QIOChannelFile object provides a channel implementation
54 * Create a new IO channel object for a file represented
61 * The channel will own the passed in file descriptor
64 * should dup() its FD before opening the channel.
66 * Returns: the new channel object
76 * Create a new IO channel object for a file represented by the @fd
80 * The channel will own the duplicated file descriptor and will take
84 * Returns: the new channel object
96 * Create a new IO channel object for a file represented
102 * Returns: the new channel object