gi-poppler-0.18.15: 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.AnnotScreen

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype AnnotScreen Source #

Memory-managed wrapper type.

class GObject o => IsAnnotScreen o Source #

Type class for types which can be safely cast to AnnotScreen, for instance with toAnnotScreen.

toAnnotScreen :: (MonadIO m, IsAnnotScreen o) => o -> m AnnotScreen Source #

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

Methods

getAction

annotScreenGetAction Source #

Arguments

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

popplerAnnot: a AnnotScreen

-> m Action

Returns: the action to perform. The returned object is owned by popplerAnnot and should not be freed

Retrieves the action (Action) that shall be performed when popplerAnnot is activated

Since: 0.14