summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-06-08 15:42:40 +0200
committerGian Mario Tagliaretti <gianmt@gnome.org>2009-06-09 00:10:09 +0200
commitb7c96b41b287685fe57504e0add3a6f16e649975 (patch)
tree4275867404884c009646313ed983077ce43451c6
parent3666f75af4ef2c8e038116aee5afada59d59f689 (diff)
downloadpygobject-b7c96b41b287685fe57504e0add3a6f16e649975.tar.gz
pygobject-b7c96b41b287685fe57504e0add3a6f16e649975.tar.xz
pygobject-b7c96b41b287685fe57504e0add3a6f16e649975.zip
Add gio.BufferedOutputStream which was forgotten in the types definition
-rw-r--r--gio/gio-types.defs7
1 files changed, 7 insertions, 0 deletions
diff --git a/gio/gio-types.defs b/gio/gio-types.defs
index d12cb2d..b5cce83 100644
--- a/gio/gio-types.defs
+++ b/gio/gio-types.defs
@@ -195,6 +195,13 @@
(gtype-id "G_TYPE_FILTER_OUTPUT_STREAM")
)
+(define-object BufferedOutputStream
+ (in-module "gio")
+ (parent "GFilterOutputStream")
+ (c-name "GBufferedOutputStream")
+ (gtype-id "G_TYPE_BUFFERED_OUTPUT_STREAM")
+)
+
(define-object DataOutputStream
(in-module "gio")
(parent "GFilterOutputStream")