gi-poppler-0.18.14: Poppler bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Poppler.Objects.AnnotMovie

Contents

Description

 

Synopsis

Exported types

Methods

getMovie

annotMovieGetMovie Source #

Arguments

:: (HasCallStack, MonadIO m, IsAnnotMovie a) 
=> a

popplerAnnot: a AnnotMovie

-> m Movie

Returns: the movie object stored in the popplerAnnot. The returned object is owned by AnnotMovie and should not be freed

Retrieves the movie object (PopplerMovie) stored in the popplerAnnot.

Since: 0.14

getTitle

annotMovieGetTitle Source #

Arguments

:: (HasCallStack, MonadIO m, IsAnnotMovie a) 
=> a

popplerAnnot: a AnnotMovie

-> m Text

Returns: the title text of popplerAnnot.

Retrieves the movie title of popplerAnnot.

Since: 0.14