mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Improve the docs
svn path=/trunk/; revision=7702
This commit is contained in:
parent
b5321fe34c
commit
e4834e31c3
@ -1,3 +1,10 @@
|
||||
@008-11-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 562549 – g_byte_array_free should tell how free data
|
||||
|
||||
* glib/tmpl/arrays_byte.sgml: Improve docs, proposed by
|
||||
Guillaume Desmottes
|
||||
|
||||
2008-11-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/Makefile.am:
|
||||
|
@ -186,6 +186,8 @@ If @free_segment is %TRUE it frees the actual byte data.
|
||||
|
||||
@array: a #GByteArray.
|
||||
@free_segment: if %TRUE the actual byte data is freed as well.
|
||||
@Returns: the element data if @free_segment is %FALSE, otherwise %NULL
|
||||
@Returns: the element data if @free_segment is %FALSE, otherwise %NULL.
|
||||
The element data should be freed using g_free().
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user