| 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.ActionNamed
Description
No description available in the introspection data.
Synopsis
- newtype ActionNamed = ActionNamed (ManagedPtr ActionNamed)
 - newZeroActionNamed :: MonadIO m => m ActionNamed
 - noActionNamed :: Maybe ActionNamed
 - clearActionNamedNamedDest :: MonadIO m => ActionNamed -> m ()
 - getActionNamedNamedDest :: MonadIO m => ActionNamed -> m (Maybe Text)
 - setActionNamedNamedDest :: MonadIO m => ActionNamed -> CString -> m ()
 - clearActionNamedTitle :: MonadIO m => ActionNamed -> m ()
 - getActionNamedTitle :: MonadIO m => ActionNamed -> m (Maybe Text)
 - setActionNamedTitle :: MonadIO m => ActionNamed -> CString -> m ()
 - getActionNamedType :: MonadIO m => ActionNamed -> m ActionType
 - setActionNamedType :: MonadIO m => ActionNamed -> ActionType -> m ()
 
Exported types
newtype ActionNamed Source #
Memory-managed wrapper type.
Constructors
| ActionNamed (ManagedPtr ActionNamed) | 
Instances
| WrappedPtr ActionNamed Source # | |
Defined in GI.Poppler.Structs.ActionNamed  | |
| tag ~ AttrSet => Constructible ActionNamed tag Source # | |
Defined in GI.Poppler.Structs.ActionNamed Methods new :: MonadIO m => (ManagedPtr ActionNamed -> ActionNamed) -> [AttrOp ActionNamed tag] -> m ActionNamed #  | |
newZeroActionNamed :: MonadIO m => m ActionNamed Source #
Construct a ActionNamed struct initialized to zero.
noActionNamed :: Maybe ActionNamed Source #
A convenience alias for Nothing :: Maybe ActionNamed.
Properties
namedDest
No description available in the introspection data.
clearActionNamedNamedDest :: MonadIO m => ActionNamed -> m () Source #
Set the value of the “named_dest” field to Nothing.
When overloading is enabled, this is equivalent to
clear #namedDest
getActionNamedNamedDest :: MonadIO m => ActionNamed -> m (Maybe Text) Source #
Get the value of the “named_dest” field.
When overloading is enabled, this is equivalent to
get actionNamed #namedDest
setActionNamedNamedDest :: MonadIO m => ActionNamed -> CString -> m () Source #
Set the value of the “named_dest” field.
When overloading is enabled, this is equivalent to
setactionNamed [ #namedDest:=value ]
title
No description available in the introspection data.
clearActionNamedTitle :: MonadIO m => ActionNamed -> m () Source #
Set the value of the “title” field to Nothing.
When overloading is enabled, this is equivalent to
clear #title
getActionNamedTitle :: MonadIO m => ActionNamed -> m (Maybe Text) Source #
Get the value of the “title” field.
When overloading is enabled, this is equivalent to
get actionNamed #title
setActionNamedTitle :: MonadIO m => ActionNamed -> CString -> m () Source #
Set the value of the “title” field.
When overloading is enabled, this is equivalent to
setactionNamed [ #title:=value ]
type
No description available in the introspection data.
getActionNamedType :: MonadIO m => ActionNamed -> m ActionType Source #
Get the value of the “type” field.
When overloading is enabled, this is equivalent to
get actionNamed #type
setActionNamedType :: MonadIO m => ActionNamed -> ActionType -> m () Source #
Set the value of the “type” field.
When overloading is enabled, this is equivalent to
setactionNamed [ #type:=value ]