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.
Instance methods
Methods inherited from AgsApplicationContext (8)
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 AgsConcurrencyProvider (8)
ags_concurrency_provider_get_main_loop
Get main loop of application context.
since: 3.0.0
ags_concurrency_provider_get_task_launcher
Get task launcher of application context.
since: 3.0.0
ags_concurrency_provider_get_thread_pool
Get thread pool of application context.
since: 3.0.0
ags_concurrency_provider_get_worker
Get workers of application context.
since: 3.0.0
ags_concurrency_provider_set_main_loop
Set main loop of application context.
since: 3.0.0
ags_concurrency_provider_set_task_launcher
Set task launcher of application context.
since: 3.0.0
ags_concurrency_provider_set_thread_pool
Set thread pool of application context.
since: 3.0.0
ags_concurrency_provider_set_worker
Set workers of application context.
since: 3.0.0
Methods inherited from AgsConnectable (13)
ags_connectable_add_to_registry
Add connectable to registry.
since: 3.0.0
ags_connectable_connect
Connect the connectable.
since: 3.0.0
ags_connectable_connect_connection
Disconnect the connectable.
since: 3.0.0
ags_connectable_disconnect
Disconnect the connectable.
since: 3.0.0
ags_connectable_disconnect_connection
Disconnect the connectable.
since: 3.0.0
ags_connectable_get_uuid
Get UUID of connectable
.
since: 3.0.0
ags_connectable_has_resource
Check the connectable to have resources.
since: 3.0.0
ags_connectable_is_connected
Check if the connectable
was connected.
since: 3.0.0
ags_connectable_is_ready
Connect the connectable.
since: 3.0.0
ags_connectable_list_resource
List resources as an XML element and return it.
since: 3.0.0
ags_connectable_remove_from_registry
Remove connectable from registry.
since: 3.0.0
ags_connectable_xml_compose
Compose an XML element and return it.
since: 3.0.0
ags_connectable_xml_parse
Parse node
as XML element and apply it.
since: 3.0.0
Methods inherited from AgsServiceProvider (6)
ags_service_provider_get_registry
Get registry.
since: 3.0.0
ags_service_provider_get_server
Get server.
since: 3.0.0
ags_service_provider_is_operating
Check if is operating.
since: 3.0.0
ags_service_provider_server_status
Get server status.
since: 3.0.0
ags_service_provider_set_registry
Set registry.
since: 3.0.0
ags_service_provider_set_server
Set server.
since: 3.0.0
Properties
Properties inherited from AgsApplicationContext (4)
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
Signals inherited from AgsApplicationContext (5)
AgsApplicationContext::load-config
The ::load-config notifies to load configuration.
since: 3.0.0
AgsApplicationContext::prepare
The ::prepare signal should be implemented to prepare your application context.
since: 3.0.0
AgsApplicationContext::quit
The ::quit notifies to load configuration.
since: 3.0.0
AgsApplicationContext::register-types
The ::register-types signal should be implemented to load your types.
since: 3.0.0
AgsApplicationContext::setup
The ::setup signal should be implemented to setup your application context.
since: 3.0.0
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.