gi-poppler-0.18.25: Poppler bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Poppler.Structs.ActionResetForm

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ActionResetForm Source #

Memory-managed wrapper type.

Constructors

ActionResetForm (ManagedPtr ActionResetForm) 

Instances

Instances details
Eq ActionResetForm Source # 
Instance details

Defined in GI.Poppler.Structs.ActionResetForm

BoxedPtr ActionResetForm Source # 
Instance details

Defined in GI.Poppler.Structs.ActionResetForm

CallocPtr ActionResetForm Source # 
Instance details

Defined in GI.Poppler.Structs.ActionResetForm

ManagedPtrNewtype ActionResetForm Source # 
Instance details

Defined in GI.Poppler.Structs.ActionResetForm

tag ~ 'AttrSet => Constructible ActionResetForm tag Source # 
Instance details

Defined in GI.Poppler.Structs.ActionResetForm

Methods

new :: MonadIO m => (ManagedPtr ActionResetForm -> ActionResetForm) -> [AttrOp ActionResetForm tag] -> m ActionResetForm

newZeroActionResetForm :: MonadIO m => m ActionResetForm Source #

Construct a ActionResetForm struct initialized to zero.

Methods

Properties

exclude

No description available in the introspection data.

getActionResetFormExclude :: MonadIO m => ActionResetForm -> m Bool Source #

Get the value of the “exclude” field. When overloading is enabled, this is equivalent to

get actionResetForm #exclude

setActionResetFormExclude :: MonadIO m => ActionResetForm -> Bool -> m () Source #

Set the value of the “exclude” field. When overloading is enabled, this is equivalent to

set actionResetForm [ #exclude := value ]

fields

No description available in the introspection data.

clearActionResetFormFields :: MonadIO m => ActionResetForm -> m () Source #

Set the value of the “fields” field to Nothing. When overloading is enabled, this is equivalent to

clear #fields

getActionResetFormFields :: MonadIO m => ActionResetForm -> m [Ptr ()] Source #

Get the value of the “fields” field. When overloading is enabled, this is equivalent to

get actionResetForm #fields

setActionResetFormFields :: MonadIO m => ActionResetForm -> Ptr (GList (Ptr ())) -> m () Source #

Set the value of the “fields” field. When overloading is enabled, this is equivalent to

set actionResetForm [ #fields := value ]

title

No description available in the introspection data.

clearActionResetFormTitle :: MonadIO m => ActionResetForm -> m () Source #

Set the value of the “title” field to Nothing. When overloading is enabled, this is equivalent to

clear #title

getActionResetFormTitle :: MonadIO m => ActionResetForm -> m (Maybe Text) Source #

Get the value of the “title” field. When overloading is enabled, this is equivalent to

get actionResetForm #title

setActionResetFormTitle :: MonadIO m => ActionResetForm -> CString -> m () Source #

Set the value of the “title” field. When overloading is enabled, this is equivalent to

set actionResetForm [ #title := value ]

type

No description available in the introspection data.

getActionResetFormType :: MonadIO m => ActionResetForm -> m ActionType Source #

Get the value of the “type” field. When overloading is enabled, this is equivalent to

get actionResetForm #type

setActionResetFormType :: MonadIO m => ActionResetForm -> ActionType -> m () Source #

Set the value of the “type” field. When overloading is enabled, this is equivalent to

set actionResetForm [ #type := value ]