Method

AgsConcurrencyProviderset_main_loop

since: 3.0.0

Declaration [src]

void
ags_concurrency_provider_set_main_loop (
  AgsConcurrencyProvider* concurrency_provider,
  AgsThread* main_loop
)

Description [src]

Set main loop of application context.

Available since: 3.0.0

Parameters

main_loop

Type: AgsThread

The AgsThread implementing AgsMainLoop.

The data is owned by the caller of the function.