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

Contents

Description

 

Synopsis

Exported types

Methods

getAttachment

annotFileAttachmentGetAttachment Source #

Arguments

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

popplerAnnot: a AnnotFileAttachment

-> m Attachment

Returns: popplerAttachment

Creates a Attachment for the file of the file attachment annotation annot. The Attachment must be unrefed with g_object_unref by the caller.

Since: 0.14

getName

annotFileAttachmentGetName Source #

Arguments

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

popplerAnnot: a AnnotFileAttachment

-> m Text

Returns: a new allocated string with the name of popplerAnnot. It must be freed with free when done.

Retrieves the name of popplerAnnot.

Since: 0.14