Class

AgsServerApplicationContext

[]

Description

class Ags.ServerApplicationContext : Ags.ApplicationContext
  implements Ags.ConcurrencyProvider, Ags.Connectable, Ags.ServiceProvider {
  flags: guint,
  thread_pool: AgsThreadPool*,
  worker: GList*,
  server_main_context: GMainContext*,
  is_operating: gboolean,
  server_status: AgsServerStatus*,
  registry: AgsRegistry*,
  server: GList*
}

No description available.

[]

Constructors

ags_server_application_context_new

Instantiate server application context.

since: 3.0.0

[]

Instance methods

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

Properties

Properties inherited from AgsApplicationContext (4)
[]

Signals

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

Class structure