read_value


Description:

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

Read a setting value 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 value, or null if not found. If throws is not NULL, then the error is returned.