| 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.ActionGotoRemote
Description
No description available in the introspection data.
Synopsis
- newtype ActionGotoRemote = ActionGotoRemote (ManagedPtr ActionGotoRemote)
 - newZeroActionGotoRemote :: MonadIO m => m ActionGotoRemote
 - noActionGotoRemote :: Maybe ActionGotoRemote
 - clearActionGotoRemoteDest :: MonadIO m => ActionGotoRemote -> m ()
 - getActionGotoRemoteDest :: MonadIO m => ActionGotoRemote -> m (Maybe Dest)
 - setActionGotoRemoteDest :: MonadIO m => ActionGotoRemote -> Ptr Dest -> m ()
 - clearActionGotoRemoteFileName :: MonadIO m => ActionGotoRemote -> m ()
 - getActionGotoRemoteFileName :: MonadIO m => ActionGotoRemote -> m (Maybe Text)
 - setActionGotoRemoteFileName :: MonadIO m => ActionGotoRemote -> CString -> m ()
 - clearActionGotoRemoteTitle :: MonadIO m => ActionGotoRemote -> m ()
 - getActionGotoRemoteTitle :: MonadIO m => ActionGotoRemote -> m (Maybe Text)
 - setActionGotoRemoteTitle :: MonadIO m => ActionGotoRemote -> CString -> m ()
 - getActionGotoRemoteType :: MonadIO m => ActionGotoRemote -> m ActionType
 - setActionGotoRemoteType :: MonadIO m => ActionGotoRemote -> ActionType -> m ()
 
Exported types
newtype ActionGotoRemote Source #
Memory-managed wrapper type.
Constructors
| ActionGotoRemote (ManagedPtr ActionGotoRemote) | 
Instances
| WrappedPtr ActionGotoRemote Source # | |
Defined in GI.Poppler.Structs.ActionGotoRemote Methods wrappedPtrCalloc :: IO (Ptr ActionGotoRemote) #  | |
| tag ~ AttrSet => Constructible ActionGotoRemote tag Source # | |
Defined in GI.Poppler.Structs.ActionGotoRemote Methods new :: MonadIO m => (ManagedPtr ActionGotoRemote -> ActionGotoRemote) -> [AttrOp ActionGotoRemote tag] -> m ActionGotoRemote #  | |
newZeroActionGotoRemote :: MonadIO m => m ActionGotoRemote Source #
Construct a ActionGotoRemote struct initialized to zero.
noActionGotoRemote :: Maybe ActionGotoRemote Source #
A convenience alias for Nothing :: Maybe ActionGotoRemote.
Properties
dest
No description available in the introspection data.
clearActionGotoRemoteDest :: MonadIO m => ActionGotoRemote -> m () Source #
Set the value of the “dest” field to Nothing.
When overloading is enabled, this is equivalent to
clear #dest
getActionGotoRemoteDest :: MonadIO m => ActionGotoRemote -> m (Maybe Dest) Source #
Get the value of the “dest” field.
When overloading is enabled, this is equivalent to
get actionGotoRemote #dest
setActionGotoRemoteDest :: MonadIO m => ActionGotoRemote -> Ptr Dest -> m () Source #
Set the value of the “dest” field.
When overloading is enabled, this is equivalent to
setactionGotoRemote [ #dest:=value ]
fileName
No description available in the introspection data.
clearActionGotoRemoteFileName :: MonadIO m => ActionGotoRemote -> m () Source #
Set the value of the “file_name” field to Nothing.
When overloading is enabled, this is equivalent to
clear #fileName
getActionGotoRemoteFileName :: MonadIO m => ActionGotoRemote -> m (Maybe Text) Source #
Get the value of the “file_name” field.
When overloading is enabled, this is equivalent to
get actionGotoRemote #fileName
setActionGotoRemoteFileName :: MonadIO m => ActionGotoRemote -> CString -> m () Source #
Set the value of the “file_name” field.
When overloading is enabled, this is equivalent to
setactionGotoRemote [ #fileName:=value ]
title
No description available in the introspection data.
clearActionGotoRemoteTitle :: MonadIO m => ActionGotoRemote -> m () Source #
Set the value of the “title” field to Nothing.
When overloading is enabled, this is equivalent to
clear #title
getActionGotoRemoteTitle :: MonadIO m => ActionGotoRemote -> m (Maybe Text) Source #
Get the value of the “title” field.
When overloading is enabled, this is equivalent to
get actionGotoRemote #title
setActionGotoRemoteTitle :: MonadIO m => ActionGotoRemote -> CString -> m () Source #
Set the value of the “title” field.
When overloading is enabled, this is equivalent to
setactionGotoRemote [ #title:=value ]
type
No description available in the introspection data.
getActionGotoRemoteType :: MonadIO m => ActionGotoRemote -> m ActionType Source #
Get the value of the “type” field.
When overloading is enabled, this is equivalent to
get actionGotoRemote #type
setActionGotoRemoteType :: MonadIO m => ActionGotoRemote -> ActionType -> m () Source #
Set the value of the “type” field.
When overloading is enabled, this is equivalent to
setactionGotoRemote [ #type:=value ]