gi-glib-0.2.46.13: GLib 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.GLib.Structs.Sequence

Contents

Description

The #GSequence struct is an opaque data type representing a [sequence][glib-Sequences] data type.

Synopsis

Exported types

newtype Sequence Source

Constructors

Sequence (ForeignPtr Sequence) 

Instances

((~) * info (ResolveSequenceMethod t Sequence), MethodInfo * info Sequence p) => IsLabel t (Sequence -> p) Source 

Methods

fromLabel :: Proxy# Symbol t -> Sequence -> p

((~) * info (ResolveSequenceMethod t Sequence), MethodInfo * info Sequence p) => IsLabelProxy t (Sequence -> p) Source 

Methods

fromLabelProxy :: Proxy Symbol t -> Sequence -> p

((~) (TYPE Lifted) signature (m Int32), MonadIO m) => MethodInfo (TYPE Lifted) SequenceGetLengthMethodInfo Sequence signature Source 
((~) (TYPE Lifted) signature (m ()), MonadIO m) => MethodInfo (TYPE Lifted) SequenceFreeMethodInfo Sequence signature Source 

Methods

sequenceFree

sequenceGetLength

sequenceMove

sequenceMoveRange

sequenceRemove

sequenceRemoveRange

sequenceSet

sequenceSet :: MonadIO m => SequenceIter -> Ptr () -> m () Source

sequenceSwap