gi-secret-0.0.9: Libsecret bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.Secret.Structs.SchemaAttribute

Contents

Description

An attribute in a Schema.

Synopsis

Exported types

newtype SchemaAttribute Source #

Memory-managed wrapper type.

Constructors

SchemaAttribute (ManagedPtr SchemaAttribute) 
Instances
BoxedObject SchemaAttribute Source # 
Instance details

Defined in GI.Secret.Structs.SchemaAttribute

Methods

boxedType :: SchemaAttribute -> IO GType

tag ~ AttrSet => Constructible SchemaAttribute tag Source # 
Instance details

Defined in GI.Secret.Structs.SchemaAttribute

Methods

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

newZeroSchemaAttribute :: MonadIO m => m SchemaAttribute Source #

Construct a SchemaAttribute struct initialized to zero.

Properties

name

name of the attribute

clearSchemaAttributeName :: MonadIO m => SchemaAttribute -> m () Source #

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

clear #name

getSchemaAttributeName :: MonadIO m => SchemaAttribute -> m (Maybe Text) Source #

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

get schemaAttribute #name

setSchemaAttributeName :: MonadIO m => SchemaAttribute -> CString -> m () Source #

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

set schemaAttribute [ #name := value ]

type

the type of the attribute

getSchemaAttributeType :: MonadIO m => SchemaAttribute -> m SchemaAttributeType Source #

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

get schemaAttribute #type

setSchemaAttributeType :: MonadIO m => SchemaAttribute -> SchemaAttributeType -> m () Source #

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

set schemaAttribute [ #type := value ]