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

Description

No description available in the introspection data.

Synopsis

Exported types

newZeroActionMovie :: MonadIO m => m ActionMovie Source #

Construct a ActionMovie struct initialized to zero.

Methods

Overloaded methods

Properties

movie

No description available in the introspection data.

clearActionMovieMovie :: MonadIO m => ActionMovie -> m () Source #

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

clear #movie

getActionMovieMovie :: MonadIO m => ActionMovie -> m (Maybe Movie) Source #

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

get actionMovie #movie

setActionMovieMovie :: MonadIO m => ActionMovie -> Ptr Movie -> m () Source #

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

set actionMovie [ #movie := value ]

operation

No description available in the introspection data.

getActionMovieOperation :: MonadIO m => ActionMovie -> m ActionMovieOperation Source #

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

get actionMovie #operation

setActionMovieOperation :: MonadIO m => ActionMovie -> ActionMovieOperation -> m () Source #

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

set actionMovie [ #operation := value ]

title

No description available in the introspection data.

clearActionMovieTitle :: MonadIO m => ActionMovie -> m () Source #

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

clear #title

getActionMovieTitle :: MonadIO m => ActionMovie -> m (Maybe Text) Source #

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

get actionMovie #title

setActionMovieTitle :: MonadIO m => ActionMovie -> CString -> m () Source #

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

set actionMovie [ #title := value ]

type

No description available in the introspection data.

getActionMovieType :: MonadIO m => ActionMovie -> m ActionType Source #

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

get actionMovie #type

setActionMovieType :: MonadIO m => ActionMovie -> ActionType -> m () Source #

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

set actionMovie [ #type := value ]