gi-gobject-2.0.7: GObject bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.GObject.Structs.FlagsValue

Contents

Description

A structure which contains a single flags value, its name, and its nickname.

Synopsis

Exported types

newtype FlagsValue Source #

Constructors

FlagsValue (ManagedPtr FlagsValue) 

Instances

WrappedPtr FlagsValue Source # 
(~) AttrOpTag tag AttrSet => Constructible FlagsValue tag Source # 

Methods

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

((~) * info (ResolveFlagsValueMethod t FlagsValue), MethodInfo * info FlagsValue p) => IsLabel t (FlagsValue -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> FlagsValue -> p #

((~) * info (ResolveFlagsValueMethod t FlagsValue), MethodInfo * info FlagsValue p) => IsLabelProxy t (FlagsValue -> p) Source # 
HasAttributeList * FlagsValue Source # 
type AttributeList FlagsValue Source # 
type AttributeList FlagsValue

newZeroFlagsValue :: MonadIO m => m FlagsValue Source #

Construct a FlagsValue struct initialized to zero.

Properties

value

flagsValue_value :: AttrLabelProxy "value" Source #

valueName

flagsValue_valueName :: AttrLabelProxy "valueName" Source #

valueNick

flagsValue_valueNick :: AttrLabelProxy "valueNick" Source #