gi-ges-1.0.4: libges bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.GES.Objects.CommandLineFormatter

Description

No description available in the introspection data.

Synopsis

Exported types

newtype CommandLineFormatter Source #

Memory-managed wrapper type.

Constructors

CommandLineFormatter (ManagedPtr CommandLineFormatter) 

Instances

Instances details
Eq CommandLineFormatter Source # 
Instance details

Defined in GI.GES.Objects.CommandLineFormatter

GObject CommandLineFormatter Source # 
Instance details

Defined in GI.GES.Objects.CommandLineFormatter

ManagedPtrNewtype CommandLineFormatter Source # 
Instance details

Defined in GI.GES.Objects.CommandLineFormatter

TypedObject CommandLineFormatter Source # 
Instance details

Defined in GI.GES.Objects.CommandLineFormatter

Methods

glibType :: IO GType

HasParentTypes CommandLineFormatter Source # 
Instance details

Defined in GI.GES.Objects.CommandLineFormatter

IsGValue (Maybe CommandLineFormatter) Source #

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

Instance details

Defined in GI.GES.Objects.CommandLineFormatter

type ParentTypes CommandLineFormatter Source # 
Instance details

Defined in GI.GES.Objects.CommandLineFormatter

type ParentTypes CommandLineFormatter = '[Formatter, Object, Extractable]

class (GObject o, IsDescendantOf CommandLineFormatter o) => IsCommandLineFormatter o Source #

Type class for types which can be safely cast to CommandLineFormatter, for instance with toCommandLineFormatter.

Instances

Instances details
(GObject o, IsDescendantOf CommandLineFormatter o) => IsCommandLineFormatter o Source # 
Instance details

Defined in GI.GES.Objects.CommandLineFormatter

toCommandLineFormatter :: (MonadIO m, IsCommandLineFormatter o) => o -> m CommandLineFormatter Source #

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

Methods

getHelp

commandLineFormatterGetHelp Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> [Text]

commands: Commands

-> m Text 

Creates a help string based on commands.

Result: (transfer full): A help string.

Since: 1.10

getTimelineUri

commandLineFormatterGetTimelineUri Source #

Arguments

:: (HasCallStack, MonadIO m, IsTimeline a) 
=> a

timeline: A GESTimeline to serialize

-> m Text 

No description available in the introspection data.

Since: 1.10