gi-gdkpixbuf-2.0.7: GdkPixbuf 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.GdkPixbuf.Objects.PixbufAnimation

Contents

Description

 

Synopsis

Exported types

newtype PixbufAnimation Source #

Constructors

PixbufAnimation (ManagedPtr PixbufAnimation) 

Instances

GObject PixbufAnimation Source # 
IsObject PixbufAnimation Source # 
IsPixbufAnimation PixbufAnimation Source # 
((~) * info (ResolvePixbufAnimationMethod t PixbufAnimation), MethodInfo * info PixbufAnimation p) => IsLabel t (PixbufAnimation -> p) Source # 
((~) * info (ResolvePixbufAnimationMethod t PixbufAnimation), MethodInfo * info PixbufAnimation p) => IsLabelProxy t (PixbufAnimation -> p) Source # 
HasAttributeList * PixbufAnimation Source # 
type SignalList PixbufAnimation Source # 
type SignalList PixbufAnimation
type AttributeList PixbufAnimation Source # 
type AttributeList PixbufAnimation

Methods

getHeight

data PixbufAnimationGetHeightMethodInfo Source #

Instances

((~) * signature (m Int32), MonadIO m, IsPixbufAnimation a) => MethodInfo * PixbufAnimationGetHeightMethodInfo a signature Source # 

Methods

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

getIter

data PixbufAnimationGetIterMethodInfo Source #

Instances

((~) * signature (Maybe TimeVal -> m PixbufAnimationIter), MonadIO m, IsPixbufAnimation a) => MethodInfo * PixbufAnimationGetIterMethodInfo a signature Source # 

Methods

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

getStaticImage

data PixbufAnimationGetStaticImageMethodInfo Source #

Instances

((~) * signature (m Pixbuf), MonadIO m, IsPixbufAnimation a) => MethodInfo * PixbufAnimationGetStaticImageMethodInfo a signature Source # 

Methods

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

getWidth

data PixbufAnimationGetWidthMethodInfo Source #

Instances

((~) * signature (m Int32), MonadIO m, IsPixbufAnimation a) => MethodInfo * PixbufAnimationGetWidthMethodInfo a signature Source # 

Methods

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

isStaticImage

data PixbufAnimationIsStaticImageMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsPixbufAnimation a) => MethodInfo * PixbufAnimationIsStaticImageMethodInfo a signature Source # 

Methods

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

newFromFile

newFromResource

newFromStream

pixbufAnimationNewFromStream :: (MonadIO m, IsInputStream a, IsCancellable b) => a -> Maybe b -> m PixbufAnimation Source #

newFromStreamAsync

pixbufAnimationNewFromStreamAsync :: (MonadIO m, IsInputStream a, IsCancellable b) => a -> Maybe b -> Maybe AsyncReadyCallback -> m () Source #

newFromStreamFinish