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

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ActionAny Source #

Memory-managed wrapper type.

newZeroActionAny :: MonadIO m => m ActionAny Source #

Construct a ActionAny struct initialized to zero.

noActionAny :: Maybe ActionAny Source #

A convenience alias for Nothing :: Maybe ActionAny.

Methods

Overloaded methods

Properties

title

No description available in the introspection data.

clearActionAnyTitle :: MonadIO m => ActionAny -> m () Source #

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

clear #title

getActionAnyTitle :: MonadIO m => ActionAny -> m (Maybe Text) Source #

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

get actionAny #title

setActionAnyTitle :: MonadIO m => ActionAny -> CString -> m () Source #

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

set actionAny [ #title := value ]

type

No description available in the introspection data.

getActionAnyType :: MonadIO m => ActionAny -> m ActionType Source #

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

get actionAny #type

setActionAnyType :: MonadIO m => ActionAny -> ActionType -> m () Source #

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

set actionAny [ #type := value ]