diff options
| author | Gian Mario Tagliaretti <gianmt@gnome.org> | 2009-06-08 11:45:11 +0200 |
|---|---|---|
| committer | Gian Mario Tagliaretti <gianmt@gnome.org> | 2009-06-09 00:10:08 +0200 |
| commit | dfbdf23633a772e78b47b0e7b0c3e3b87855d9ff (patch) | |
| tree | 415a9a91458c5d592ba80b4bdc450b4caadbdeab /docs/Makefile.am | |
| parent | fcc3cb0e167789746a1a9db0cba54ea7a97c7259 (diff) | |
| download | pygobject-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.am | 4 |
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 \ |
