gi-poppler-0.18.25: Poppler bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Poppler.Objects.AnnotMovie

Description

No description available in the introspection data.

Synopsis

Exported types

newtype AnnotMovie Source #

Memory-managed wrapper type.

Constructors

AnnotMovie (ManagedPtr AnnotMovie) 

Instances

Instances details
Eq AnnotMovie Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotMovie

GObject AnnotMovie Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotMovie

ManagedPtrNewtype AnnotMovie Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotMovie

Methods

toManagedPtr :: AnnotMovie -> ManagedPtr AnnotMovie

TypedObject AnnotMovie Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotMovie

Methods

glibType :: IO GType

HasParentTypes AnnotMovie Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotMovie

IsGValue (Maybe AnnotMovie) Source #

Convert AnnotMovie to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Poppler.Objects.AnnotMovie

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe AnnotMovie -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe AnnotMovie)

type ParentTypes AnnotMovie Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotMovie

type ParentTypes AnnotMovie = '[Annot, Object]

class (GObject o, IsDescendantOf AnnotMovie o) => IsAnnotMovie o Source #

Type class for types which can be safely cast to AnnotMovie, for instance with toAnnotMovie.

Instances

Instances details
(GObject o, IsDescendantOf AnnotMovie o) => IsAnnotMovie o Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotMovie

toAnnotMovie :: (MonadIO m, IsAnnotMovie o) => o -> m AnnotMovie Source #

Cast to AnnotMovie, for types for which this is known to be safe. For general casts, use castTo.

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