From dfbdf23633a772e78b47b0e7b0c3e3b87855d9ff Mon Sep 17 00:00:00 2001 From: Gian Mario Tagliaretti Date: Mon, 8 Jun 2009 11:45:11 +0200 Subject: Wrap gio.memory_input_stream_new_from_data Add the wrapper for gio.memory_input_stream_new_from_data including docs and a test. --- docs/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/Makefile.am') diff --git a/docs/Makefile.am b/docs/Makefile.am index 85673c1..46bdc12 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -36,7 +36,8 @@ HTML_FILES = \ html/class-gioicon.html \ html/class-gioinputstream.html \ html/class-gioloadableicon.html \ - html/class-giomount.html \ + html/class-giomemoryinputstream.html \ + html/class-giomount.html \ html/class-giomountoperation.html \ html/class-giooutputstream.html \ html/class-gioseekable.html \ @@ -91,6 +92,7 @@ XML_FILES = \ reference/pygio-icon.xml \ reference/pygio-inputstream.xml \ reference/pygio-loadableicon.xml \ + reference/pygio-memoryinputstream.xml \ reference/pygio-mount.xml \ reference/pygio-mountoperation.xml \ reference/pygio-outputstream.xml \ -- cgit