mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 00:13:40 +02:00
Add GBase64Encoder and Decoder
These are GConverter implementations that convert to/from base64 encoding. Originally written by Christian Persch. Fixes: #305
This commit is contained in:
@@ -35,6 +35,8 @@ typedef struct _GAppLaunchContext GAppLaunchContext;
|
||||
typedef struct _GAppInfo GAppInfo; /* Dummy typedef */
|
||||
typedef struct _GAsyncResult GAsyncResult; /* Dummy typedef */
|
||||
typedef struct _GAsyncInitable GAsyncInitable;
|
||||
typedef struct _GBase64Decoder GBase64Decoder;
|
||||
typedef struct _GBase64Encoder GBase64Encoder;
|
||||
typedef struct _GBufferedInputStream GBufferedInputStream;
|
||||
typedef struct _GBufferedOutputStream GBufferedOutputStream;
|
||||
typedef struct _GCancellable GCancellable;
|
||||
|
Reference in New Issue
Block a user