get_values_async


Description:

public async void get_values_async (string section, int timeout_ms, Cancellable? cancellable)

Get all values in a section asynchronously.

See also: get_values.

Parameters:

this

An Config

section

Section name of the configuration option.

timeout_ms

The timeout in milliseconds or -1 to use the default timeout.

cancellable

A Cancellable or null.

callback

Callback function to invoke when the return value is ready.

user_data

The data to pass to callback.