GLib.Base64
  
  Description:
  Content:
  Functions:
  
    - public uchar[] decode (string text)
      
      
      
 
    - public size_t decode_step (char[] _in, uchar* _out, ref int state, ref uint save)
      
      
      
 
    - public string encode (uchar[] data)
      
      
      
 
    - public size_t encode_close (bool break_lines, char* _out, ref int state, ref int save)
      
      
      
 
    - public size_t encode_step (uchar[] _in, bool break_lines, char* _out, ref int state, ref int save)