| 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.ActionJavascript
Contents
Description
No description available in the introspection data.
Synopsis
- newtype ActionJavascript = ActionJavascript (ManagedPtr ActionJavascript)
- newZeroActionJavascript :: MonadIO m => m ActionJavascript
- noActionJavascript :: Maybe ActionJavascript
- clearActionJavascriptScript :: MonadIO m => ActionJavascript -> m ()
- getActionJavascriptScript :: MonadIO m => ActionJavascript -> m (Maybe Text)
- setActionJavascriptScript :: MonadIO m => ActionJavascript -> CString -> m ()
- clearActionJavascriptTitle :: MonadIO m => ActionJavascript -> m ()
- getActionJavascriptTitle :: MonadIO m => ActionJavascript -> m (Maybe Text)
- setActionJavascriptTitle :: MonadIO m => ActionJavascript -> CString -> m ()
- getActionJavascriptType :: MonadIO m => ActionJavascript -> m ActionType
- setActionJavascriptType :: MonadIO m => ActionJavascript -> ActionType -> m ()
Exported types
newtype ActionJavascript Source #
Memory-managed wrapper type.
Constructors
| ActionJavascript (ManagedPtr ActionJavascript) |
Instances
| WrappedPtr ActionJavascript Source # | |
Defined in GI.Poppler.Structs.ActionJavascript Methods wrappedPtrCalloc :: IO (Ptr ActionJavascript) # wrappedPtrCopy :: ActionJavascript -> IO ActionJavascript # wrappedPtrFree :: Maybe (FunPtr (Ptr ActionJavascript -> IO ())) # | |
| tag ~ AttrSet => Constructible ActionJavascript tag Source # | |
Defined in GI.Poppler.Structs.ActionJavascript Methods new :: MonadIO m => (ManagedPtr ActionJavascript -> ActionJavascript) -> [AttrOp ActionJavascript tag] -> m ActionJavascript # | |
newZeroActionJavascript :: MonadIO m => m ActionJavascript Source #
Construct a ActionJavascript struct initialized to zero.
noActionJavascript :: Maybe ActionJavascript Source #
A convenience alias for Nothing :: Maybe ActionJavascript.
Properties
script
No description available in the introspection data.
clearActionJavascriptScript :: MonadIO m => ActionJavascript -> m () Source #
Set the value of the “script” field to Nothing.
When overloading is enabled, this is equivalent to
clear #script
getActionJavascriptScript :: MonadIO m => ActionJavascript -> m (Maybe Text) Source #
Get the value of the “script” field.
When overloading is enabled, this is equivalent to
get actionJavascript #script
setActionJavascriptScript :: MonadIO m => ActionJavascript -> CString -> m () Source #
Set the value of the “script” field.
When overloading is enabled, this is equivalent to
setactionJavascript [ #script:=value ]
title
No description available in the introspection data.
clearActionJavascriptTitle :: MonadIO m => ActionJavascript -> m () Source #
Set the value of the “title” field to Nothing.
When overloading is enabled, this is equivalent to
clear #title
getActionJavascriptTitle :: MonadIO m => ActionJavascript -> m (Maybe Text) Source #
Get the value of the “title” field.
When overloading is enabled, this is equivalent to
get actionJavascript #title
setActionJavascriptTitle :: MonadIO m => ActionJavascript -> CString -> m () Source #
Set the value of the “title” field.
When overloading is enabled, this is equivalent to
setactionJavascript [ #title:=value ]
type
No description available in the introspection data.
getActionJavascriptType :: MonadIO m => ActionJavascript -> m ActionType Source #
Get the value of the “type” field.
When overloading is enabled, this is equivalent to
get actionJavascript #type
setActionJavascriptType :: MonadIO m => ActionJavascript -> ActionType -> m () Source #
Set the value of the “type” field.
When overloading is enabled, this is equivalent to
setactionJavascript [ #type:=value ]