C# Class GnomeSubtitles.Core.Config

Show file Open project: GNOME/gnome-subtitles Class Usage Examples

Public Methods

Method Description
Config ( ) : GConf

Private Methods

Method Description
GetBool ( string key, bool defaultValue ) : bool
GetEnumValue ( string key, Enum defaultValue ) : Enum
GetEnumValueFromSuperset ( string key, Enum defaultValue ) : Enum
GetInt ( string key, int defaultValue, int lowerLimit, bool useLowerLimit, int upperLimit, bool useUpperLimit ) : int
GetString ( string key, string defaultValue ) : string
GetStrings ( string key, string defaultValue ) : string[]
Set ( string key, object val ) : void
SetStrings ( string key, string values ) : void

Method Details

Config() public method

public Config ( ) : GConf
return GConf