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

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ActionRendition Source #

Memory-managed wrapper type.

Constructors

ActionRendition (ManagedPtr ActionRendition) 

Instances

Instances details
Eq ActionRendition Source # 
Instance details

Defined in GI.Poppler.Structs.ActionRendition

BoxedPtr ActionRendition Source # 
Instance details

Defined in GI.Poppler.Structs.ActionRendition

CallocPtr ActionRendition Source # 
Instance details

Defined in GI.Poppler.Structs.ActionRendition

ManagedPtrNewtype ActionRendition Source # 
Instance details

Defined in GI.Poppler.Structs.ActionRendition

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

Defined in GI.Poppler.Structs.ActionRendition

Methods

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

newZeroActionRendition :: MonadIO m => m ActionRendition Source #

Construct a ActionRendition struct initialized to zero.

Methods

Overloaded methods

Properties

media

No description available in the introspection data.

clearActionRenditionMedia :: MonadIO m => ActionRendition -> m () Source #

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

clear #media

getActionRenditionMedia :: MonadIO m => ActionRendition -> m (Maybe Media) Source #

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

get actionRendition #media

setActionRenditionMedia :: MonadIO m => ActionRendition -> Ptr Media -> m () Source #

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

set actionRendition [ #media := value ]

op

No description available in the introspection data.

getActionRenditionOp :: MonadIO m => ActionRendition -> m Int32 Source #

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

get actionRendition #op

setActionRenditionOp :: MonadIO m => ActionRendition -> Int32 -> m () Source #

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

set actionRendition [ #op := value ]

title

No description available in the introspection data.

clearActionRenditionTitle :: MonadIO m => ActionRendition -> m () Source #

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

clear #title

getActionRenditionTitle :: MonadIO m => ActionRendition -> m (Maybe Text) Source #

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

get actionRendition #title

setActionRenditionTitle :: MonadIO m => ActionRendition -> CString -> m () Source #

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

set actionRendition [ #title := value ]

type

No description available in the introspection data.

getActionRenditionType :: MonadIO m => ActionRendition -> m ActionType Source #

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

get actionRendition #type

setActionRenditionType :: MonadIO m => ActionRendition -> ActionType -> m () Source #

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

set actionRendition [ #type := value ]