| 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.ActionUri
Contents
Description
No description available in the introspection data.
Synopsis
- newtype ActionUri = ActionUri (ManagedPtr ActionUri)
 - newZeroActionUri :: MonadIO m => m ActionUri
 - noActionUri :: Maybe ActionUri
 - clearActionUriTitle :: MonadIO m => ActionUri -> m ()
 - getActionUriTitle :: MonadIO m => ActionUri -> m (Maybe Text)
 - setActionUriTitle :: MonadIO m => ActionUri -> CString -> m ()
 - getActionUriType :: MonadIO m => ActionUri -> m ActionType
 - setActionUriType :: MonadIO m => ActionUri -> ActionType -> m ()
 - clearActionUriUri :: MonadIO m => ActionUri -> m ()
 - getActionUriUri :: MonadIO m => ActionUri -> m (Maybe Text)
 - setActionUriUri :: MonadIO m => ActionUri -> CString -> m ()
 
Exported types
Memory-managed wrapper type.
Constructors
| ActionUri (ManagedPtr ActionUri) | 
Instances
| WrappedPtr ActionUri Source # | |
Defined in GI.Poppler.Structs.ActionUri  | |
| tag ~ AttrSet => Constructible ActionUri tag Source # | |
Defined in GI.Poppler.Structs.ActionUri  | |
newZeroActionUri :: MonadIO m => m ActionUri Source #
Construct a ActionUri struct initialized to zero.
Properties
title
No description available in the introspection data.
clearActionUriTitle :: MonadIO m => ActionUri -> m () Source #
Set the value of the “title” field to Nothing.
When overloading is enabled, this is equivalent to
clear #title
getActionUriTitle :: MonadIO m => ActionUri -> m (Maybe Text) Source #
Get the value of the “title” field.
When overloading is enabled, this is equivalent to
get actionUri #title
setActionUriTitle :: MonadIO m => ActionUri -> CString -> m () Source #
Set the value of the “title” field.
When overloading is enabled, this is equivalent to
setactionUri [ #title:=value ]
type
No description available in the introspection data.
getActionUriType :: MonadIO m => ActionUri -> m ActionType Source #
Get the value of the “type” field.
When overloading is enabled, this is equivalent to
get actionUri #type
setActionUriType :: MonadIO m => ActionUri -> ActionType -> m () Source #
Set the value of the “type” field.
When overloading is enabled, this is equivalent to
setactionUri [ #type:=value ]
uri
No description available in the introspection data.
clearActionUriUri :: MonadIO m => ActionUri -> m () Source #
Set the value of the “uri” field to Nothing.
When overloading is enabled, this is equivalent to
clear #uri
getActionUriUri :: MonadIO m => ActionUri -> m (Maybe Text) Source #
Get the value of the “uri” field.
When overloading is enabled, this is equivalent to
get actionUri #uri
setActionUriUri :: MonadIO m => ActionUri -> CString -> m () Source #
Set the value of the “uri” field.
When overloading is enabled, this is equivalent to
setactionUri [ #uri:=value ]