Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
glib-2.0.c: add annotations for g_base64_encode and g_base64_decode
Browse files Browse the repository at this point in the history
  • Loading branch information
joeshaw committed Mar 31, 2011
1 parent 389a0b3 commit 38b4273
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions gir/glib-2.0.c
Expand Up @@ -246,3 +246,18 @@
* g_listenv:
* @returns: (array zero-terminated=1) (transfer full):
*/

/**
* g_base64_encode:
* @data: (array length=len) (element-type guint8):
*
* @returns: (transfer full):
*/

/**
* g_base64_decode:
* @text:
* @out_len: (out):
*
* @returns: (array length=out_len) (element-type guint8) (transfer full):
*/

0 comments on commit 38b4273

Please sign in to comment.