summaryrefslogtreecommitdiff
path: root/gio/gmemoryinputstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gmemoryinputstream.h')
-rw-r--r--gio/gmemoryinputstream.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gio/gmemoryinputstream.h b/gio/gmemoryinputstream.h
index d62cb7fb2..3f39b0c18 100644
--- a/gio/gmemoryinputstream.h
+++ b/gio/gmemoryinputstream.h
@@ -35,6 +35,11 @@ G_BEGIN_DECLS
#define G_IS_MEMORY_INPUT_STREAM_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_MEMORY_INPUT_STREAM))
#define G_MEMORY_INPUT_STREAM_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_MEMORY_INPUT_STREAM, GMemoryInputStreamClass))
+/**
+ * GMemoryInputStream:
+ *
+ * Implements #GInputStream for arbitrary memory chunks.
+ **/
typedef struct _GMemoryInputStream GMemoryInputStream;
typedef struct _GMemoryInputStreamClass GMemoryInputStreamClass;
typedef struct _GMemoryInputStreamPrivate GMemoryInputStreamPrivate;