Class

AgsApplicationContext

[]

Description

class Ags.ApplicationContext : GObject.Object
  implements Ags.Connectable {
  flags: guint,
  connectable_flags: guint,
  obj_mutex: GRecMutex,
  uuid: AgsUUID*,
  version: gchar*,
  build_id: gchar*,
  argc: int,
  argv: char**,
  is_ready: volatile int,
  log: GObject*,
  domain: gchar*,
  config: AgsConfig*,
  main_loop: GObject*,
  task_launcher: GObject*,
  file: GObject*,
  history: GObject*
}

No description available.

[]

Ancestors

[]

Implements

[]

Constructors

ags_application_context_new

Create a new instance of AgsApplicationContext.

since: 3.0.0

[]

Functions

ags_application_context_get_instance

Get your application context instance.

since: 3.0.0

[]

Instance methods

ags_application_context_load_config

Signal to load and parse configuration.

since: 3.0.0

ags_application_context_prepare

Prepare application_context.

since: 3.0.0

ags_application_context_quit

Calls exit().

since: 3.0.0

ags_application_context_register_types

Notification to register your types.

since: 3.0.0

ags_application_context_set_flags

Enable a feature of AgsApplicationContext.

since: 3.0.0

ags_application_context_setup

Setup application_context.

since: 3.0.0

ags_application_context_test_flags

Test flags to be set on application_context.

since: 3.0.0

ags_application_context_unset_flags

Disable a feature of AgsApplicationContext.

since: 3.0.0

Methods inherited from GObject (43)
Methods inherited from AgsConnectable (13)
[]

Properties

Ags.ApplicationContext:config

The assigned config.

since: 3.0.0

Ags.ApplicationContext:file

The assigned file.

since: 3.0.0

Ags.ApplicationContext:main-loop

The assigned main-loop.

since: 3.0.0

Ags.ApplicationContext:task-launcher

The assigned task launcher.

since: 3.0.0

[]

Signals

Ags.ApplicationContext::load-config

The ::load-config notifies to load configuration.

since: 3.0.0

Ags.ApplicationContext::prepare

The ::prepare signal should be implemented to prepare your application context.

since: 3.0.0

Ags.ApplicationContext::quit

The ::quit notifies to load configuration.

since: 3.0.0

Ags.ApplicationContext::register-types

The ::register-types signal should be implemented to load your types.

since: 3.0.0

Ags.ApplicationContext::setup

The ::setup signal should be implemented to setup your application context.

since: 3.0.0

Signals inherited from GObject (1)

Class structure

[]

Virtual methods

Ags.ApplicationContextClass.load_config

Signal to load and parse configuration.

since: 3.0.0

Ags.ApplicationContextClass.prepare

Prepare application_context.

since: 3.0.0

Ags.ApplicationContextClass.quit

Calls exit().

since: 3.0.0

Ags.ApplicationContextClass.register_types

Notification to register your types.

since: 3.0.0

Ags.ApplicationContextClass.setup

Setup application_context.

since: 3.0.0