gi-poppler-0.18.23: 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.ActionLaunch

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ActionLaunch Source #

Memory-managed wrapper type.

Constructors

ActionLaunch (ManagedPtr ActionLaunch) 

Instances

Instances details
Eq ActionLaunch Source # 
Instance details

Defined in GI.Poppler.Structs.ActionLaunch

Methods

(==) :: ActionLaunch -> ActionLaunch -> Bool

(/=) :: ActionLaunch -> ActionLaunch -> Bool

BoxedPtr ActionLaunch Source # 
Instance details

Defined in GI.Poppler.Structs.ActionLaunch

CallocPtr ActionLaunch Source # 
Instance details

Defined in GI.Poppler.Structs.ActionLaunch

ManagedPtrNewtype ActionLaunch Source # 
Instance details

Defined in GI.Poppler.Structs.ActionLaunch

Methods

toManagedPtr :: ActionLaunch -> ManagedPtr ActionLaunch

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

Defined in GI.Poppler.Structs.ActionLaunch

Methods

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

newZeroActionLaunch :: MonadIO m => m ActionLaunch Source #

Construct a ActionLaunch struct initialized to zero.

Methods

Overloaded methods

Properties

fileName

No description available in the introspection data.

clearActionLaunchFileName :: MonadIO m => ActionLaunch -> m () Source #

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

clear #fileName

getActionLaunchFileName :: MonadIO m => ActionLaunch -> m (Maybe Text) Source #

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

get actionLaunch #fileName

setActionLaunchFileName :: MonadIO m => ActionLaunch -> CString -> m () Source #

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

set actionLaunch [ #fileName := value ]

params

No description available in the introspection data.

clearActionLaunchParams :: MonadIO m => ActionLaunch -> m () Source #

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

clear #params

getActionLaunchParams :: MonadIO m => ActionLaunch -> m (Maybe Text) Source #

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

get actionLaunch #params

setActionLaunchParams :: MonadIO m => ActionLaunch -> CString -> m () Source #

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

set actionLaunch [ #params := value ]

title

No description available in the introspection data.

clearActionLaunchTitle :: MonadIO m => ActionLaunch -> m () Source #

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

clear #title

getActionLaunchTitle :: MonadIO m => ActionLaunch -> m (Maybe Text) Source #

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

get actionLaunch #title

setActionLaunchTitle :: MonadIO m => ActionLaunch -> CString -> m () Source #

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

set actionLaunch [ #title := value ]

type

No description available in the introspection data.

getActionLaunchType :: MonadIO m => ActionLaunch -> m ActionType Source #

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

get actionLaunch #type

setActionLaunchType :: MonadIO m => ActionLaunch -> ActionType -> m () Source #

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

set actionLaunch [ #type := value ]