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.ActionJavascript

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ActionJavascript Source #

Memory-managed wrapper type.

Constructors

ActionJavascript (ManagedPtr ActionJavascript) 

Instances

Instances details
Eq ActionJavascript Source # 
Instance details

Defined in GI.Poppler.Structs.ActionJavascript

BoxedPtr ActionJavascript Source # 
Instance details

Defined in GI.Poppler.Structs.ActionJavascript

CallocPtr ActionJavascript Source # 
Instance details

Defined in GI.Poppler.Structs.ActionJavascript

ManagedPtrNewtype ActionJavascript Source # 
Instance details

Defined in GI.Poppler.Structs.ActionJavascript

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

Defined in GI.Poppler.Structs.ActionJavascript

Methods

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

newZeroActionJavascript :: MonadIO m => m ActionJavascript Source #

Construct a ActionJavascript struct initialized to zero.

Methods

Overloaded methods

Properties

script

No description available in the introspection data.

clearActionJavascriptScript :: MonadIO m => ActionJavascript -> m () Source #

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

clear #script

getActionJavascriptScript :: MonadIO m => ActionJavascript -> m (Maybe Text) Source #

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

get actionJavascript #script

setActionJavascriptScript :: MonadIO m => ActionJavascript -> CString -> m () Source #

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

set actionJavascript [ #script := value ]

title

No description available in the introspection data.

clearActionJavascriptTitle :: MonadIO m => ActionJavascript -> m () Source #

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

clear #title

getActionJavascriptTitle :: MonadIO m => ActionJavascript -> m (Maybe Text) Source #

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

get actionJavascript #title

setActionJavascriptTitle :: MonadIO m => ActionJavascript -> CString -> m () Source #

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

set actionJavascript [ #title := value ]

type

No description available in the introspection data.

getActionJavascriptType :: MonadIO m => ActionJavascript -> m ActionType Source #

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

get actionJavascript #type

setActionJavascriptType :: MonadIO m => ActionJavascript -> ActionType -> m () Source #

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

set actionJavascript [ #type := value ]