gi-gtk-3.0.32: Gtk bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Structs.SettingsValue

Description

No description available in the introspection data.

Synopsis

Exported types

newZeroSettingsValue :: MonadIO m => m SettingsValue Source #

Construct a SettingsValue struct initialized to zero.

Methods

Overloaded methods

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