Lines Matching full:the
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * You should have received a copy of the GNU Lesser General Public
28 * the various QIOChannel implementations, for creating watches
34 * @ioc: the channel object
35 * @fd: the file descriptor
36 * @condition: the I/O condition
39 * monitor the file descriptor @fd for the
44 * Returns: the new main loop source
52 * @ioc: the channel object
53 * @fd: the file descriptor
54 * @condition: the I/O condition
57 * monitor the file descriptor @fd for the
62 * Returns: the new main loop source
70 * @ioc: the channel object
71 * @fdread: the file descriptor for reading
72 * @fdwrite: the file descriptor for writing
73 * @condition: the I/O condition
76 * monitor the pair of file descriptors @fdread
77 * and @fdwrite for the I/O conditions in @condition.
83 * Returns: the new main loop source