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