mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 12:28:48 +02:00
Trivial doc fixes
svn path=/trunk/; revision=7104
This commit is contained in:
parent
0741dea88f
commit
19bf6826f0
@ -1,3 +1,7 @@
|
|||||||
|
2008-06-29 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gmemoryoutputstream.c: Trivial doc fixes
|
||||||
|
|
||||||
2008-06-29 Matthias Clasen <mclasen@redhat.com>
|
2008-06-29 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Bug 540802 – g_list_prepend doesn't concat lists
|
Bug 540802 – g_list_prepend doesn't concat lists
|
||||||
|
@ -234,8 +234,8 @@ g_memory_output_stream_get_data (GMemoryOutputStream *ostream)
|
|||||||
* Gets the size of the currently allocated data area (availible from
|
* Gets the size of the currently allocated data area (availible from
|
||||||
* g_memory_output_stream_get_data()). If the stream isn't
|
* g_memory_output_stream_get_data()). If the stream isn't
|
||||||
* growable (no realloc was passed to g_memory_output_stream_new()) then
|
* growable (no realloc was passed to g_memory_output_stream_new()) then
|
||||||
* this is the max size of the stream and further writes
|
* this is the maximum size of the stream and further writes
|
||||||
* will return G_IO_ERROR_NO_SPACE.
|
* will return %G_IO_ERROR_NO_SPACE.
|
||||||
*
|
*
|
||||||
* Note that for growable streams the returned size may become invalid on
|
* Note that for growable streams the returned size may become invalid on
|
||||||
* the next write or truncate operation on the stream.
|
* the next write or truncate operation on the stream.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user