read_string


Description:

public string read_string (string namespace_, string key, Cancellable? cancellable = null) throws Error

Read a setting value as unsigned int within namespace_, with key.

Parameters:

this

the [class@Settings] object.

namespace_

the namespace of the value.

key

the key of the value.

cancellable

a GCancellable or NULL.

Returns:

the stringint value, or NULL if not found or not the right type. If throws is not NULL, then the error is returned.