Lines Matching full:will
10 * This library is distributed in the hope that it will be useful,
149 * @count: the number of bytes that will be read from the stream
154 * @buffer. Will block during this read.
157 * larger than %G_MAXSSIZE will cause a %G_IO_ERROR_INVALID_ARGUMENT error.
166 * was cancelled, the error G_IO_ERROR_CANCELLED will be returned. If an
168 * partial result will be returned, without an error.
226 * @count: the number of bytes that will be read from the stream
232 * @buffer. Will block during this read.
287 * @count: the number of bytes that will be skipped from the stream
291 * Tries to skip @count bytes from the stream. Will block during the operation.
302 * was cancelled, the error %G_IO_ERROR_CANCELLED will be returned. If an
304 * partial result will be returned, without an error.
411 * Once the stream is closed, all other operations will return %G_IO_ERROR_CLOSED.
412 * Closing a stream multiple times will not return an error.
414 * Streams will be automatically closed when the last reference
422 * On failure the first error that happened will be reported, but the close
423 * operation will finish as much as possible. A stream that failed to
424 * close will still return %G_IO_ERROR_CLOSED for all operations. Still, it
429 * was cancelled, the error %G_IO_ERROR_CANCELLED will be returned.
430 * Cancelling a close will still leave the stream closed, but some streams
502 * @count: the number of bytes that will be read from the stream
510 * starting at @buffer. When the operation is finished @callback will be called.
514 * During an async request no other sync and async calls are allowed, and will
517 * A value of @count larger than %G_MAXSSIZE will cause a %G_IO_ERROR_INVALID_ARGUMENT error.
519 * On success, the number of bytes read into the buffer will be passed to the
525 * Any outstanding i/o request with higher priority (lower numerical value) will
628 * @count: the number of bytes that will be skipped from the stream
636 * starting at @buffer. When the operation is finished @callback will be called.
640 * During an async request no other sync and async calls are allowed, and will
643 * A value of @count larger than %G_MAXSSIZE will cause a %G_IO_ERROR_INVALID_ARGUMENT error.
645 * On success, the number of bytes skipped will be passed to the
651 * Any outstanding i/o request with higher priority (lower numerical value) will
760 * When the operation is finished @callback will be called.
888 * already set or @stream is closed, it will return %FALSE and set