settingGet

fnbool settingGet(string name, gobject.value.Value value)

Obtains a desktop-wide setting, such as the double-click time, for the default screen. See [gdk.screen.Screen.getSetting].

Parameters

namethe name of the setting.
valuelocation to store the value of the setting.

Returns

true if the setting existed and a value was stored

in value, false otherwise.