gi-poppler-0.18.21: Poppler bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Poppler.Structs.ActionGotoRemote

Description

No description available in the introspection data.

Synopsis

Exported types

newZeroActionGotoRemote :: MonadIO m => m ActionGotoRemote Source #

Construct a ActionGotoRemote struct initialized to zero.

Methods

Overloaded methods

Properties

dest

No description available in the introspection data.

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

No description available in the introspection data.

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

No description available in the introspection data.

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

No description available in the introspection data.

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 ]