mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 05:13:06 +02:00
Documentation improvements. (#496518, Stefan Schulze Frielinghaus)
2007-11-18 Matthias Clasen <mclasen@redhat.com> * glib/gbase64.c: Documentation improvements. (#496518, Stefan Schulze Frielinghaus) svn path=/trunk/; revision=5864
This commit is contained in:
parent
677f57807f
commit
29a0692575
@ -1,3 +1,8 @@
|
|||||||
|
2007-11-18 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gbase64.c: Documentation improvements. (#496518,
|
||||||
|
Stefan Schulze Frielinghaus)
|
||||||
|
|
||||||
2007-11-18 Matthias Clasen <mclasen@redhat.com>
|
2007-11-18 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* configure.in: Check whether assembler supports numerical local
|
* configure.in: Check whether assembler supports numerical local
|
||||||
|
@ -217,7 +217,8 @@ g_base64_encode_close (gboolean break_lines,
|
|||||||
* representation.
|
* representation.
|
||||||
*
|
*
|
||||||
* Return value: a newly allocated, zero-terminated Base-64 encoded
|
* Return value: a newly allocated, zero-terminated Base-64 encoded
|
||||||
* string representing @data.
|
* string representing @data. The returned string must
|
||||||
|
* be freed with g_free().
|
||||||
*
|
*
|
||||||
* Since: 2.12
|
* Since: 2.12
|
||||||
*/
|
*/
|
||||||
@ -349,7 +350,8 @@ g_base64_decode_step (const gchar *in,
|
|||||||
* Decode a sequence of Base-64 encoded text into binary data
|
* Decode a sequence of Base-64 encoded text into binary data
|
||||||
*
|
*
|
||||||
* Return value: a newly allocated buffer containing the binary data
|
* Return value: a newly allocated buffer containing the binary data
|
||||||
* that @text represents
|
* that @text represents. The returned buffer must
|
||||||
|
* be freed with g_free().
|
||||||
*
|
*
|
||||||
* Since: 2.12
|
* Since: 2.12
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user