gi-gdkpixbuf-2.0.31: GdkPixbuf bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.GdkPixbuf.Objects.PixbufNonAnim

Description

No description available in the introspection data.

Synopsis

Exported types

newtype PixbufNonAnim Source #

Memory-managed wrapper type.

Constructors

PixbufNonAnim (ManagedPtr PixbufNonAnim) 

Instances

Instances details
Eq PixbufNonAnim Source # 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufNonAnim

GObject PixbufNonAnim Source # 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufNonAnim

ManagedPtrNewtype PixbufNonAnim Source # 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufNonAnim

Methods

toManagedPtr :: PixbufNonAnim -> ManagedPtr PixbufNonAnim

TypedObject PixbufNonAnim Source # 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufNonAnim

Methods

glibType :: IO GType

HasParentTypes PixbufNonAnim Source # 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufNonAnim

IsGValue (Maybe PixbufNonAnim) Source #

Convert PixbufNonAnim to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.GdkPixbuf.Objects.PixbufNonAnim

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe PixbufNonAnim -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe PixbufNonAnim)

type ParentTypes PixbufNonAnim Source # 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufNonAnim

type ParentTypes PixbufNonAnim = '[PixbufAnimation, Object]

class (GObject o, IsDescendantOf PixbufNonAnim o) => IsPixbufNonAnim o Source #

Type class for types which can be safely cast to PixbufNonAnim, for instance with toPixbufNonAnim.

Instances

Instances details
(GObject o, IsDescendantOf PixbufNonAnim o) => IsPixbufNonAnim o Source # 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufNonAnim

toPixbufNonAnim :: (MonadIO m, IsPixbufNonAnim o) => o -> m PixbufNonAnim Source #

Cast to PixbufNonAnim, for types for which this is known to be safe. For general casts, use castTo.

Methods

new

pixbufNonAnimNew :: (HasCallStack, MonadIO m, IsPixbuf a) => a -> m PixbufNonAnim Source #

No description available in the introspection data.