summaryrefslogtreecommitdiff
path: root/glib/gbase64.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2007-11-19 03:39:37 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-11-19 03:39:37 +0000
commit29a069257506d316b91d53400dddd3aa3cf62fb9 (patch)
tree903679fec623676c639eb0c446df7f37730c95ba /glib/gbase64.c
parent677f57807f563f1e67c5cfac1f7a3ab8d4d36235 (diff)
downloadglib-29a069257506d316b91d53400dddd3aa3cf62fb9.tar.gz
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
Diffstat (limited to 'glib/gbase64.c')
-rw-r--r--glib/gbase64.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/glib/gbase64.c b/glib/gbase64.c
index f45df1e6c..344ce0b80 100644
--- a/glib/gbase64.c
+++ b/glib/gbase64.c
@@ -217,7 +217,8 @@ g_base64_encode_close (gboolean break_lines,
* representation.
*
* 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
*/
@@ -349,7 +350,8 @@ g_base64_decode_step (const gchar *in,
* Decode a sequence of Base-64 encoded text into 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
*/