| 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.ActionGotoDest
Contents
Description
No description available in the introspection data.
Synopsis
- newtype ActionGotoDest = ActionGotoDest (ManagedPtr ActionGotoDest)
- newZeroActionGotoDest :: MonadIO m => m ActionGotoDest
- noActionGotoDest :: Maybe ActionGotoDest
- clearActionGotoDestDest :: MonadIO m => ActionGotoDest -> m ()
- getActionGotoDestDest :: MonadIO m => ActionGotoDest -> m (Maybe Dest)
- setActionGotoDestDest :: MonadIO m => ActionGotoDest -> Ptr Dest -> m ()
- clearActionGotoDestTitle :: MonadIO m => ActionGotoDest -> m ()
- getActionGotoDestTitle :: MonadIO m => ActionGotoDest -> m (Maybe Text)
- setActionGotoDestTitle :: MonadIO m => ActionGotoDest -> CString -> m ()
- getActionGotoDestType :: MonadIO m => ActionGotoDest -> m ActionType
- setActionGotoDestType :: MonadIO m => ActionGotoDest -> ActionType -> m ()
Exported types
newtype ActionGotoDest Source #
Memory-managed wrapper type.
Constructors
| ActionGotoDest (ManagedPtr ActionGotoDest) |
Instances
| WrappedPtr ActionGotoDest Source # | |
Defined in GI.Poppler.Structs.ActionGotoDest Methods wrappedPtrCalloc :: IO (Ptr ActionGotoDest) # wrappedPtrCopy :: ActionGotoDest -> IO ActionGotoDest # wrappedPtrFree :: Maybe (FunPtr (Ptr ActionGotoDest -> IO ())) # | |
| tag ~ AttrSet => Constructible ActionGotoDest tag Source # | |
Defined in GI.Poppler.Structs.ActionGotoDest Methods new :: MonadIO m => (ManagedPtr ActionGotoDest -> ActionGotoDest) -> [AttrOp ActionGotoDest tag] -> m ActionGotoDest # | |
newZeroActionGotoDest :: MonadIO m => m ActionGotoDest Source #
Construct a ActionGotoDest struct initialized to zero.
noActionGotoDest :: Maybe ActionGotoDest Source #
A convenience alias for Nothing :: Maybe ActionGotoDest.
Properties
dest
No description available in the introspection data.
clearActionGotoDestDest :: MonadIO m => ActionGotoDest -> m () Source #
Set the value of the “dest” field to Nothing.
When overloading is enabled, this is equivalent to
clear #dest
getActionGotoDestDest :: MonadIO m => ActionGotoDest -> m (Maybe Dest) Source #
Get the value of the “dest” field.
When overloading is enabled, this is equivalent to
get actionGotoDest #dest
setActionGotoDestDest :: MonadIO m => ActionGotoDest -> Ptr Dest -> m () Source #
Set the value of the “dest” field.
When overloading is enabled, this is equivalent to
setactionGotoDest [ #dest:=value ]
title
No description available in the introspection data.
clearActionGotoDestTitle :: MonadIO m => ActionGotoDest -> m () Source #
Set the value of the “title” field to Nothing.
When overloading is enabled, this is equivalent to
clear #title
getActionGotoDestTitle :: MonadIO m => ActionGotoDest -> m (Maybe Text) Source #
Get the value of the “title” field.
When overloading is enabled, this is equivalent to
get actionGotoDest #title
setActionGotoDestTitle :: MonadIO m => ActionGotoDest -> CString -> m () Source #
Set the value of the “title” field.
When overloading is enabled, this is equivalent to
setactionGotoDest [ #title:=value ]
type
No description available in the introspection data.
getActionGotoDestType :: MonadIO m => ActionGotoDest -> m ActionType Source #
Get the value of the “type” field.
When overloading is enabled, this is equivalent to
get actionGotoDest #type
setActionGotoDestType :: MonadIO m => ActionGotoDest -> ActionType -> m () Source #
Set the value of the “type” field.
When overloading is enabled, this is equivalent to
setactionGotoDest [ #type:=value ]