| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
GI.Poppler.Structs.ActionUri
Description
URI
Synopsis
- newtype ActionUri = ActionUri (ManagedPtr ActionUri)
- newZeroActionUri :: MonadIO m => m 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.
Instances
| Eq ActionUri Source # | |
| BoxedPtr ActionUri Source # | |
Defined in GI.Poppler.Structs.ActionUri | |
| CallocPtr ActionUri Source # | |
Defined in GI.Poppler.Structs.ActionUri Methods boxedPtrCalloc :: IO (Ptr ActionUri) | |
| ManagedPtrNewtype ActionUri Source # | |
Defined in GI.Poppler.Structs.ActionUri Methods toManagedPtr :: ActionUri -> ManagedPtr ActionUri | |
| tag ~ 'AttrSet => Constructible ActionUri tag Source # | |
newZeroActionUri :: MonadIO m => m ActionUri Source #
Construct a ActionUri struct initialized to zero.
Methods
Properties
title
action title
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
action type (ActionTypeUri)
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
URI
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 ]