| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Poppler.Structs.ActionAny
Contents
Description
No description available in the introspection data.
Synopsis
- newtype ActionAny = ActionAny (ManagedPtr ActionAny)
- newZeroActionAny :: MonadIO m => m ActionAny
- noActionAny :: Maybe ActionAny
- clearActionAnyTitle :: MonadIO m => ActionAny -> m ()
- getActionAnyTitle :: MonadIO m => ActionAny -> m (Maybe Text)
- setActionAnyTitle :: MonadIO m => ActionAny -> CString -> m ()
- getActionAnyType :: MonadIO m => ActionAny -> m ActionType
- setActionAnyType :: MonadIO m => ActionAny -> ActionType -> m ()
Exported types
Memory-managed wrapper type.
Constructors
| ActionAny (ManagedPtr ActionAny) |
Instances
| WrappedPtr ActionAny Source # | |
Defined in GI.Poppler.Structs.ActionAny | |
| tag ~ AttrSet => Constructible ActionAny tag Source # | |
Defined in GI.Poppler.Structs.ActionAny | |
newZeroActionAny :: MonadIO m => m ActionAny Source #
Construct a ActionAny struct initialized to zero.
Properties
title
No description available in the introspection data.
clearActionAnyTitle :: MonadIO m => ActionAny -> m () Source #
Set the value of the “title” field to Nothing.
When overloading is enabled, this is equivalent to
clear #title
getActionAnyTitle :: MonadIO m => ActionAny -> m (Maybe Text) Source #
Get the value of the “title” field.
When overloading is enabled, this is equivalent to
get actionAny #title
setActionAnyTitle :: MonadIO m => ActionAny -> CString -> m () Source #
Set the value of the “title” field.
When overloading is enabled, this is equivalent to
setactionAny [ #title:=value ]
type
No description available in the introspection data.
getActionAnyType :: MonadIO m => ActionAny -> m ActionType Source #
Get the value of the “type” field.
When overloading is enabled, this is equivalent to
get actionAny #type
setActionAnyType :: MonadIO m => ActionAny -> ActionType -> m () Source #
Set the value of the “type” field.
When overloading is enabled, this is equivalent to
setactionAny [ #type:=value ]