Gtk2HsContentsIndex
System.Gnome.GConf.GConfValue
Synopsis
class GConfValueClass value => GConfPrimitiveValueClass value
class GConfValueClass value where
marshalFromGConfValue :: GConfValue -> IO value
marshalToGConfValue :: value -> IO GConfValue
newtype GConfValue = GConfValue (Ptr GConfValue)
data GConfValueDyn
= GConfValueString String
| GConfValueInt Int
| GConfValueFloat Double
| GConfValueBool Bool
| GConfValueSchema
| GConfValueList [GConfValueDyn]
| GConfValuePair (GConfValueDyn, GConfValueDyn)
Documentation
class GConfValueClass value => GConfPrimitiveValueClass value
show/hide Instances
class GConfValueClass value where
Class of types which can be kept by GConf
Methods
marshalFromGConfValue :: GConfValue -> IO value
marshalToGConfValue :: value -> IO GConfValue
show/hide Instances
newtype GConfValue
Constructors
GConfValue (Ptr GConfValue)
data GConfValueDyn
Dynamic version for when the type is not known statically.
Constructors
GConfValueString String
GConfValueInt Int
GConfValueFloat Double
GConfValueBool Bool
GConfValueSchemaNot supported
GConfValueList [GConfValueDyn]Must all be of same primitive type
GConfValuePair (GConfValueDyn, GConfValueDyn)Must both be primitive
show/hide Instances
Produced by Haddock version 0.8