summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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")