gi-poppler-0.18.26: Poppler bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Poppler.Structs.ActionGotoDest

Description

Go to destination

Synopsis

Exported types

newZeroActionGotoDest :: MonadIO m => m ActionGotoDest Source #

Construct a ActionGotoDest struct initialized to zero.

Methods

Properties

dest

destination

clearActionGotoDestDest :: MonadIO m => ActionGotoDest -> m () Source #

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

clear #dest

getActionGotoDestDest :: MonadIO m => ActionGotoDest -> m (Maybe Dest) Source #

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

get actionGotoDest #dest

setActionGotoDestDest :: MonadIO m => ActionGotoDest -> Ptr Dest -> m () Source #

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

set actionGotoDest [ #dest := value ]

title

action title

clearActionGotoDestTitle :: MonadIO m => ActionGotoDest -> m () Source #

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

clear #title

getActionGotoDestTitle :: MonadIO m => ActionGotoDest -> m (Maybe Text) Source #

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

get actionGotoDest #title

setActionGotoDestTitle :: MonadIO m => ActionGotoDest -> CString -> m () Source #

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

set actionGotoDest [ #title := value ]

type

action type (ActionTypeGotoDest)

getActionGotoDestType :: MonadIO m => ActionGotoDest -> m ActionType Source #

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

get actionGotoDest #type

setActionGotoDestType :: MonadIO m => ActionGotoDest -> ActionType -> m () Source #

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

set actionGotoDest [ #type := value ]