| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte | 
|---|---|
| License | LGPL-2.1 | 
| Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
GI.Poppler.Structs.ActionRendition
Contents
Description
No description available in the introspection data.
Synopsis
- newtype ActionRendition = ActionRendition (ManagedPtr ActionRendition)
 - newZeroActionRendition :: MonadIO m => m ActionRendition
 - noActionRendition :: Maybe ActionRendition
 - clearActionRenditionMedia :: MonadIO m => ActionRendition -> m ()
 - getActionRenditionMedia :: MonadIO m => ActionRendition -> m (Maybe Media)
 - setActionRenditionMedia :: MonadIO m => ActionRendition -> Ptr Media -> m ()
 - getActionRenditionOp :: MonadIO m => ActionRendition -> m Int32
 - setActionRenditionOp :: MonadIO m => ActionRendition -> Int32 -> m ()
 - clearActionRenditionTitle :: MonadIO m => ActionRendition -> m ()
 - getActionRenditionTitle :: MonadIO m => ActionRendition -> m (Maybe Text)
 - setActionRenditionTitle :: MonadIO m => ActionRendition -> CString -> m ()
 - getActionRenditionType :: MonadIO m => ActionRendition -> m ActionType
 - setActionRenditionType :: MonadIO m => ActionRendition -> ActionType -> m ()
 
Exported types
newtype ActionRendition Source #
Memory-managed wrapper type.
Constructors
| ActionRendition (ManagedPtr ActionRendition) | 
Instances
| WrappedPtr ActionRendition Source # | |
Defined in GI.Poppler.Structs.ActionRendition Methods wrappedPtrCalloc :: IO (Ptr ActionRendition) #  | |
| tag ~ AttrSet => Constructible ActionRendition tag Source # | |
Defined in GI.Poppler.Structs.ActionRendition Methods new :: MonadIO m => (ManagedPtr ActionRendition -> ActionRendition) -> [AttrOp ActionRendition tag] -> m ActionRendition #  | |
newZeroActionRendition :: MonadIO m => m ActionRendition Source #
Construct a ActionRendition struct initialized to zero.
noActionRendition :: Maybe ActionRendition Source #
A convenience alias for Nothing :: Maybe ActionRendition.
Properties
media
No description available in the introspection data.
clearActionRenditionMedia :: MonadIO m => ActionRendition -> m () Source #
Set the value of the “media” field to Nothing.
When overloading is enabled, this is equivalent to
clear #media
getActionRenditionMedia :: MonadIO m => ActionRendition -> m (Maybe Media) Source #
Get the value of the “media” field.
When overloading is enabled, this is equivalent to
get actionRendition #media
setActionRenditionMedia :: MonadIO m => ActionRendition -> Ptr Media -> m () Source #
Set the value of the “media” field.
When overloading is enabled, this is equivalent to
setactionRendition [ #media:=value ]
op
No description available in the introspection data.
getActionRenditionOp :: MonadIO m => ActionRendition -> m Int32 Source #
Get the value of the “op” field.
When overloading is enabled, this is equivalent to
get actionRendition #op
setActionRenditionOp :: MonadIO m => ActionRendition -> Int32 -> m () Source #
Set the value of the “op” field.
When overloading is enabled, this is equivalent to
setactionRendition [ #op:=value ]
title
No description available in the introspection data.
clearActionRenditionTitle :: MonadIO m => ActionRendition -> m () Source #
Set the value of the “title” field to Nothing.
When overloading is enabled, this is equivalent to
clear #title
getActionRenditionTitle :: MonadIO m => ActionRendition -> m (Maybe Text) Source #
Get the value of the “title” field.
When overloading is enabled, this is equivalent to
get actionRendition #title
setActionRenditionTitle :: MonadIO m => ActionRendition -> CString -> m () Source #
Set the value of the “title” field.
When overloading is enabled, this is equivalent to
setactionRendition [ #title:=value ]
type
No description available in the introspection data.
getActionRenditionType :: MonadIO m => ActionRendition -> m ActionType Source #
Get the value of the “type” field.
When overloading is enabled, this is equivalent to
get actionRendition #type
setActionRenditionType :: MonadIO m => ActionRendition -> ActionType -> m () Source #
Set the value of the “type” field.
When overloading is enabled, this is equivalent to
setactionRendition [ #type:=value ]