summaryrefslogtreecommitdiffstats
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-06-08 11:45:11 +0200
committerGian Mario Tagliaretti <gianmt@gnome.org>2009-06-09 00:10:08 +0200
commitdfbdf23633a772e78b47b0e7b0c3e3b87855d9ff (patch)
tree415a9a91458c5d592ba80b4bdc450b4caadbdeab /docs/Makefile.am
parentfcc3cb0e167789746a1a9db0cba54ea7a97c7259 (diff)
downloadpygobject-dfbdf23633a772e78b47b0e7b0c3e3b87855d9ff.tar.gz
pygobject-dfbdf23633a772e78b47b0e7b0c3e3b87855d9ff.tar.xz
pygobject-dfbdf23633a772e78b47b0e7b0c3e3b87855d9ff.zip
Wrap gio.memory_input_stream_new_from_data
Add the wrapper for gio.memory_input_stream_new_from_data including docs and a test.
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am4
1 files changed, 3 insertions, 1 deletions
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 \