set_load_async


Description:

public void set_load_async (bool load_async)

Sets whether to load images asynchronously.

Asynchronous image loading requires thread support (see g_thread_init).

When using asynchronous image loading, all image-loading functions will return immediately as successful. The image_loaded and image_load_error signals are used to signal success or failure of asynchronous image loading.

Parameters:

this

A Image

load_async

true to load images asynchronously




2022 vala-language.org