Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
Safe Haskell | None |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype SettingsValue = SettingsValue (ManagedPtr SettingsValue)
- newZeroSettingsValue :: MonadIO m => m SettingsValue
- noSettingsValue :: Maybe SettingsValue
- clearSettingsValueOrigin :: MonadIO m => SettingsValue -> m ()
- getSettingsValueOrigin :: MonadIO m => SettingsValue -> m (Maybe Text)
- setSettingsValueOrigin :: MonadIO m => SettingsValue -> CString -> m ()
- getSettingsValueValue :: MonadIO m => SettingsValue -> m GValue
Exported types
newtype SettingsValue Source #
Memory-managed wrapper type.
Instances
WrappedPtr SettingsValue Source # | |
Defined in GI.Gtk.Structs.SettingsValue wrappedPtrCalloc :: IO (Ptr SettingsValue) # wrappedPtrCopy :: SettingsValue -> IO SettingsValue # wrappedPtrFree :: Maybe (FunPtr (Ptr SettingsValue -> IO ())) # | |
tag ~ AttrSet => Constructible SettingsValue tag Source # | |
Defined in GI.Gtk.Structs.SettingsValue new :: MonadIO m => (ManagedPtr SettingsValue -> SettingsValue) -> [AttrOp SettingsValue tag] -> m SettingsValue # |
newZeroSettingsValue :: MonadIO m => m SettingsValue Source #
Construct a SettingsValue
struct initialized to zero.
noSettingsValue :: Maybe SettingsValue Source #
A convenience alias for Nothing
:: Maybe
SettingsValue
.
Properties
origin
Origin should be something like “filename:linenumber” for rc files, or e.g. “XProperty” for other sources.
clearSettingsValueOrigin :: MonadIO m => SettingsValue -> m () Source #
Set the value of the “origin
” field to Nothing
.
When overloading is enabled, this is equivalent to
clear
#origin
getSettingsValueOrigin :: MonadIO m => SettingsValue -> m (Maybe Text) Source #
Get the value of the “origin
” field.
When overloading is enabled, this is equivalent to
get
settingsValue #origin
setSettingsValueOrigin :: MonadIO m => SettingsValue -> CString -> m () Source #
Set the value of the “origin
” field.
When overloading is enabled, this is equivalent to
set
settingsValue [ #origin:=
value ]
value
Valid types are LONG, DOUBLE and STRING corresponding to the token parsed, or a GSTRING holding an unparsed statement
getSettingsValueValue :: MonadIO m => SettingsValue -> m GValue Source #
Get the value of the “value
” field.
When overloading is enabled, this is equivalent to
get
settingsValue #value