gi-gio-2.0.9: 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

getAutoGrow

getBufferSize

new

newSized

setAutoGrow

data BufferedOutputStreamSetAutoGrowMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsBufferedOutputStream a) => MethodInfo * BufferedOutputStreamSetAutoGrowMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy BufferedOutputStreamSetAutoGrowMethodInfo a -> signature -> s

setBufferSize

Properties

autoGrow

data BufferedOutputStreamAutoGrowPropertyInfo Source #

Instances

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

bufferedOutputStreamAutoGrow :: AttrLabelProxy "autoGrow" Source #

bufferSize

data BufferedOutputStreamBufferSizePropertyInfo Source #

Instances

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

bufferedOutputStreamBufferSize :: AttrLabelProxy "bufferSize" Source #