gi-gio-0.2.46.13: Gio bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gio.Objects.BufferedOutputStream

Contents

Description

 

Synopsis

Exported types

Methods

bufferedOutputStreamGetAutoGrow

bufferedOutputStreamGetBufferSize

bufferedOutputStreamNew

bufferedOutputStreamNewSized

bufferedOutputStreamSetAutoGrow

bufferedOutputStreamSetBufferSize

Properties

AutoGrow

data BufferedOutputStreamAutoGrowPropertyInfo Source

Instances

AttrInfo BufferedOutputStreamAutoGrowPropertyInfo Source 
type AttrLabel BufferedOutputStreamAutoGrowPropertyInfo = "auto-grow" Source 
type AttrGetType BufferedOutputStreamAutoGrowPropertyInfo = Bool Source 
type AttrBaseTypeConstraint BufferedOutputStreamAutoGrowPropertyInfo = BufferedOutputStreamK Source 
type AttrSetTypeConstraint BufferedOutputStreamAutoGrowPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps BufferedOutputStreamAutoGrowPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

BufferSize

data BufferedOutputStreamBufferSizePropertyInfo Source

Instances

AttrInfo BufferedOutputStreamBufferSizePropertyInfo Source 
type AttrLabel BufferedOutputStreamBufferSizePropertyInfo = "buffer-size" Source 
type AttrGetType BufferedOutputStreamBufferSizePropertyInfo = Word32 Source 
type AttrBaseTypeConstraint BufferedOutputStreamBufferSizePropertyInfo = BufferedOutputStreamK Source 
type AttrSetTypeConstraint BufferedOutputStreamBufferSizePropertyInfo = TYPE Lifted ~ Word32 Source 
type AttrAllowedOps BufferedOutputStreamBufferSizePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source