gi-poppler-0.18.27: 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.ActionGotoRemote

Description

Go to destination in another document

Synopsis

Exported types

newtype ActionGotoRemote Source #

Memory-managed wrapper type.

Constructors

ActionGotoRemote (ManagedPtr ActionGotoRemote) 

Instances

Instances details
Eq ActionGotoRemote Source # 
Instance details

Defined in GI.Poppler.Structs.ActionGotoRemote

BoxedPtr ActionGotoRemote Source # 
Instance details

Defined in GI.Poppler.Structs.ActionGotoRemote

CallocPtr ActionGotoRemote Source # 
Instance details

Defined in GI.Poppler.Structs.ActionGotoRemote

ManagedPtrNewtype ActionGotoRemote Source # 
Instance details

Defined in GI.Poppler.Structs.ActionGotoRemote

tag ~ 'AttrSet => Constructible ActionGotoRemote tag Source # 
Instance details

Defined in GI.Poppler.Structs.ActionGotoRemote

Methods

new :: MonadIO m => (ManagedPtr ActionGotoRemote -> ActionGotoRemote) -> [AttrOp ActionGotoRemote tag] -> m ActionGotoRemote

newZeroActionGotoRemote :: MonadIO m => m ActionGotoRemote Source #

Construct a ActionGotoRemote struct initialized to zero.

Methods

Properties

dest

destination

clearActionGotoRemoteDest :: MonadIO m => ActionGotoRemote -> m () Source #

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

clear #dest

getActionGotoRemoteDest :: MonadIO m => ActionGotoRemote -> m (Maybe Dest) Source #

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

get actionGotoRemote #dest

setActionGotoRemoteDest :: MonadIO m => ActionGotoRemote -> Ptr Dest -> m () Source #

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

set actionGotoRemote [ #dest := value ]

fileName

file name

clearActionGotoRemoteFileName :: MonadIO m => ActionGotoRemote -> m () Source #

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

clear #fileName

getActionGotoRemoteFileName :: MonadIO m => ActionGotoRemote -> m (Maybe Text) Source #

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

get actionGotoRemote #fileName

setActionGotoRemoteFileName :: MonadIO m => ActionGotoRemote -> CString -> m () Source #

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

set actionGotoRemote [ #fileName := value ]

title

action title

clearActionGotoRemoteTitle :: MonadIO m => ActionGotoRemote -> m () Source #

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

clear #title

getActionGotoRemoteTitle :: MonadIO m => ActionGotoRemote -> m (Maybe Text) Source #

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

get actionGotoRemote #title

setActionGotoRemoteTitle :: MonadIO m => ActionGotoRemote -> CString -> m () Source #

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

set actionGotoRemote [ #title := value ]

type

action type (ActionTypeGotoRemote)

getActionGotoRemoteType :: MonadIO m => ActionGotoRemote -> m ActionType Source #

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

get actionGotoRemote #type

setActionGotoRemoteType :: MonadIO m => ActionGotoRemote -> ActionType -> m () Source #

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

set actionGotoRemote [ #type := value ]