read_uint


Description:

public uint read_uint (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 uint value, or 0 if not found or not the right type. If throws is not NULL, then the error is returned.