mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 16:38:54 +02:00
Tiny documentation corrections.
2008-03-04 Murray Cumming <murrayc@murrayc.com> * ginputstream.c: * goutputstream.c: Tiny documentation corrections. svn path=/trunk/; revision=6620
This commit is contained in:
committed by
Murray Cumming
parent
ec06ceb821
commit
d9c036f06a
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-04 Murray Cumming <murrayc@murrayc.com>
|
||||||
|
|
||||||
|
* ginputstream.c:
|
||||||
|
* goutputstream.c: Tiny documentation corrections.
|
||||||
|
|
||||||
2008-03-03 Alexander Larsson <alexl@redhat.com>
|
2008-03-03 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gunionvolumemonitor.c:
|
* gunionvolumemonitor.c:
|
||||||
|
@@ -414,7 +414,7 @@ g_input_stream_real_skip (GInputStream *stream,
|
|||||||
*
|
*
|
||||||
* On failure the first error that happened will be reported, but the close
|
* On failure the first error that happened will be reported, but the close
|
||||||
* operation will finish as much as possible. A stream that failed to
|
* operation will finish as much as possible. A stream that failed to
|
||||||
* close will still return %G_IO_ERROR_CLOSED all operations. Still, it
|
* close will still return %G_IO_ERROR_CLOSED for all operations. Still, it
|
||||||
* is important to check and report the error to the user.
|
* is important to check and report the error to the user.
|
||||||
*
|
*
|
||||||
* If @cancellable is not NULL, then the operation can be cancelled by
|
* If @cancellable is not NULL, then the operation can be cancelled by
|
||||||
|
@@ -483,7 +483,7 @@ g_output_stream_real_splice (GOutputStream *stream,
|
|||||||
*
|
*
|
||||||
* On failure the first error that happened will be reported, but the close
|
* On failure the first error that happened will be reported, but the close
|
||||||
* operation will finish as much as possible. A stream that failed to
|
* operation will finish as much as possible. A stream that failed to
|
||||||
* close will still return %G_IO_ERROR_CLOSED all operations. Still, it
|
* close will still return %G_IO_ERROR_CLOSED for all operations. Still, it
|
||||||
* is important to check and report the error to the user, otherwise
|
* is important to check and report the error to the user, otherwise
|
||||||
* there might be a loss of data as all data might not be written.
|
* there might be a loss of data as all data might not be written.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user