gi-poppler-0.18.18: Poppler bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.Poppler.Structs.ActionNamed

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newZeroActionNamed :: MonadIO m => m ActionNamed Source #

Construct a ActionNamed struct initialized to zero.

Properties

namedDest

No description available in the introspection data.

clearActionNamedNamedDest :: MonadIO m => ActionNamed -> m () Source #

Set the value of the “named_dest” field to Nothing. When overloading is enabled, this is equivalent to

clear #namedDest

getActionNamedNamedDest :: MonadIO m => ActionNamed -> m (Maybe Text) Source #

Get the value of the “named_dest” field. When overloading is enabled, this is equivalent to

get actionNamed #namedDest

setActionNamedNamedDest :: MonadIO m => ActionNamed -> CString -> m () Source #

Set the value of the “named_dest” field. When overloading is enabled, this is equivalent to

set actionNamed [ #namedDest := value ]

title

No description available in the introspection data.

clearActionNamedTitle :: MonadIO m => ActionNamed -> m () Source #

Set the value of the “title” field to Nothing. When overloading is enabled, this is equivalent to

clear #title

getActionNamedTitle :: MonadIO m => ActionNamed -> m (Maybe Text) Source #

Get the value of the “title” field. When overloading is enabled, this is equivalent to

get actionNamed #title

setActionNamedTitle :: MonadIO m => ActionNamed -> CString -> m () Source #

Set the value of the “title” field. When overloading is enabled, this is equivalent to

set actionNamed [ #title := value ]

type

No description available in the introspection data.

getActionNamedType :: MonadIO m => ActionNamed -> m ActionType Source #

Get the value of the “type” field. When overloading is enabled, this is equivalent to

get actionNamed #type

setActionNamedType :: MonadIO m => ActionNamed -> ActionType -> m () Source #

Set the value of the “type” field. When overloading is enabled, this is equivalent to

set actionNamed [ #type := value ]