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.
[+]
Descendants
[−]
Signals
Ags.ApplicationContext::prepare
The ::prepare signal should be implemented to prepare your application context.
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
[+]