get_setting


Description:

[ Version ( since = "2.2" ) ]
public bool get_setting (string name, Value value)

Retrieves a desktop-wide setting such as double-click time for the Screen this.

FIXME needs a list of valid settings here, or a link to more information.

Parameters:

this

the Screen where the setting is located

name

the name of the setting

value

location to store the value of the setting

Returns:

true if the setting existed and a value was stored in value, false otherwise.