gi-gdk-4.0.2: Gdk bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gdk.Objects.Snapshot

Description

No description available in the introspection data.

Synopsis

Exported types

newtype Snapshot Source #

Memory-managed wrapper type.

Constructors

Snapshot (ManagedPtr Snapshot) 

Instances

Instances details
Eq Snapshot Source # 
Instance details

Defined in GI.Gdk.Objects.Snapshot

IsGValue Snapshot Source #

Convert Snapshot to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Gdk.Objects.Snapshot

ManagedPtrNewtype Snapshot Source # 
Instance details

Defined in GI.Gdk.Objects.Snapshot

TypedObject Snapshot Source # 
Instance details

Defined in GI.Gdk.Objects.Snapshot

Methods

glibType :: IO GType #

GObject Snapshot Source # 
Instance details

Defined in GI.Gdk.Objects.Snapshot

HasParentTypes Snapshot Source # 
Instance details

Defined in GI.Gdk.Objects.Snapshot

type ParentTypes Snapshot Source # 
Instance details

Defined in GI.Gdk.Objects.Snapshot

type ParentTypes Snapshot = '[Object]

class (GObject o, IsDescendantOf Snapshot o) => IsSnapshot o Source #

Type class for types which can be safely cast to Snapshot, for instance with toSnapshot.

Instances

Instances details
(GObject o, IsDescendantOf Snapshot o) => IsSnapshot o Source # 
Instance details

Defined in GI.Gdk.Objects.Snapshot

toSnapshot :: (MonadIO m, IsSnapshot o) => o -> m Snapshot Source #

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

Methods

Overloaded methods