Another round of trivial doc fixes
[platform/upstream/glib.git] / gio / gmemoryinputstream.h
index d62cb7f..3f39b0c 100644 (file)
@@ -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;