read_entry_untranslated


Description:

[ Version ( since = "4.2" ) ]
public unowned string read_entry_untranslated (string key, string fallback)

Reads the value of an entry specified by key in the current group.

The untranslated entry is returned. You normally do not need this.

Parameters:

this

an Rc object.

key

the key to search for.

fallback

a default value returned if the key was not found.

Returns:

the untranslated value for this key, or fallback if key was not found.