Home | History | Annotate | Download | only in gio

Lines Matching full:will

10  * This library is distributed in the hope that it will be useful,
161 * Tries to write @count bytes from @buffer into the stream. Will block
165 * larger than %G_MAXSSIZE will cause a %G_IO_ERROR_INVALID_ARGUMENT error.
175 * was cancelled, the error G_IO_ERROR_CANCELLED will be returned. If an
177 * partial result will be returned, without an error.
241 * Tries to write @count bytes from @buffer into the stream. Will block
300 * Flushed any outstanding buffers in the stream. Will block during
301 * the operation. Closing the stream will implicitly cause a flush.
307 * was cancelled, the error %G_IO_ERROR_CANCELLED will be returned.
479 * Once the stream is closed, all other operations will return %G_IO_ERROR_CLOSED.
480 * Closing a stream multiple times will not return an error.
482 * Closing a stream will automatically flush any outstanding buffers in the
485 * Streams will be automatically closed when the last reference
493 * On failure the first error that happened will be reported, but the close
494 * operation will finish as much as possible. A stream that failed to
495 * close will still return %G_IO_ERROR_CLOSED for all operations. Still, it
501 * was cancelled, the error %G_IO_ERROR_CANCELLED will be returned.
502 * Cancelling a close will still leave the stream closed, but there some streams
505 * data will reach the target.
597 * the stream. When the operation is finished @callback will be called.
602 * and will result in %G_IO_ERROR_PENDING errors.
604 * A value of @count larger than %G_MAXSSIZE will cause a
607 * On success, the number of bytes written will be passed to the
613 * value) will be executed before an outstanding request with lower
751 * When the operation is finished @callback will be called.
850 * When the operation is finished @callback will be
944 * related to it. When the operation is finished @callback will be
1071 * already set or @stream is closed, it will return %FALSE and set