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

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ActionUri Source #

Memory-managed wrapper type.

newZeroActionUri :: MonadIO m => m ActionUri Source #

Construct a ActionUri struct initialized to zero.

noActionUri :: Maybe ActionUri Source #

A convenience alias for Nothing :: Maybe ActionUri.

Methods

Overloaded methods

Properties

title

No description available in the introspection data.

clearActionUriTitle :: MonadIO m => ActionUri -> m () Source #

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

clear #title

getActionUriTitle :: MonadIO m => ActionUri -> m (Maybe Text) Source #

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

get actionUri #title

setActionUriTitle :: MonadIO m => ActionUri -> CString -> m () Source #

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

set actionUri [ #title := value ]

type

No description available in the introspection data.

getActionUriType :: MonadIO m => ActionUri -> m ActionType Source #

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

get actionUri #type

setActionUriType :: MonadIO m => ActionUri -> ActionType -> m () Source #

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

set actionUri [ #type := value ]

uri

No description available in the introspection data.

clearActionUriUri :: MonadIO m => ActionUri -> m () Source #

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

clear #uri

getActionUriUri :: MonadIO m => ActionUri -> m (Maybe Text) Source #

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

get actionUri #uri

setActionUriUri :: MonadIO m => ActionUri -> CString -> m () Source #

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

set actionUri [ #uri := value ]