[pygobject] Add gio.BufferedOutputStream which was forgotten in the types definition



commit b7c96b41b287685fe57504e0add3a6f16e649975
Author: Gian Mario Tagliaretti <gianmt gnome org>
Date:   Mon Jun 8 15:42:40 2009 +0200

    Add gio.BufferedOutputStream which was forgotten in the types definition
---
 gio/gio-types.defs |    7 +++++++
 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")



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]