Class

AgsThreadApplicationContext

[]

Description

class Ags.ThreadApplicationContext : Ags.ApplicationContext
  implements Ags.ConcurrencyProvider, Ags.Connectable {
  flags: guint,
  version: gchar*,
  build_id: gchar*,
  thread_pool: AgsThreadPool*,
  worker: GList*
}

No description available.

[]

Constructors

ags_thread_application_context_new

Create a new instance of AgsThreadApplicationContext.

since: 3.0.0

[]

Functions

[]

Instance methods

Methods inherited from AgsApplicationContext (8)
Methods inherited from GObject (43)
Methods inherited from AgsConcurrencyProvider (8)
Methods inherited from AgsConnectable (13)
[]

Properties

Ags.ThreadApplicationContext:thread-pool

The assigned thread pool.

since: 3.0.0

Properties inherited from AgsApplicationContext (4)
[]

Signals

Signals inherited from AgsApplicationContext (5)
Signals inherited from GObject (1)

Class structure