gi-poppler-0.18.24: 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.Objects.AnnotFileAttachment

Description

No description available in the introspection data.

Synopsis

Exported types

newtype AnnotFileAttachment Source #

Memory-managed wrapper type.

Constructors

AnnotFileAttachment (ManagedPtr AnnotFileAttachment) 

Instances

Instances details
Eq AnnotFileAttachment Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotFileAttachment

GObject AnnotFileAttachment Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotFileAttachment

ManagedPtrNewtype AnnotFileAttachment Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotFileAttachment

TypedObject AnnotFileAttachment Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotFileAttachment

Methods

glibType :: IO GType

IsGValue AnnotFileAttachment Source #

Convert AnnotFileAttachment to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Poppler.Objects.AnnotFileAttachment

Methods

toGValue :: AnnotFileAttachment -> IO GValue

fromGValue :: GValue -> IO AnnotFileAttachment

HasParentTypes AnnotFileAttachment Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotFileAttachment

type ParentTypes AnnotFileAttachment Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotFileAttachment

type ParentTypes AnnotFileAttachment = '[AnnotMarkup, Annot, Object]

class (GObject o, IsDescendantOf AnnotFileAttachment o) => IsAnnotFileAttachment o Source #

Type class for types which can be safely cast to AnnotFileAttachment, for instance with toAnnotFileAttachment.

Instances

Instances details
(GObject o, IsDescendantOf AnnotFileAttachment o) => IsAnnotFileAttachment o Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotFileAttachment

toAnnotFileAttachment :: (MonadIO m, IsAnnotFileAttachment o) => o -> m AnnotFileAttachment Source #

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

Methods

Overloaded 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