Go to the source code of this file.
◆ appmodel_context_free()
| void appmodel_context_free |
( |
AppModelContext * |
self | ) |
|
◆ appmodel_context_iter_applications()
| void appmodel_context_iter_applications |
( |
AppModelContext * |
self, |
|
|
void(*)(Application *app, Application *base_app, gpointer user_data) |
foreach, |
|
|
gpointer |
user_data |
|
) |
| |
◆ appmodel_context_lookup_application()
| Application* appmodel_context_lookup_application |
( |
AppModelContext * |
self, |
|
|
const gchar * |
name, |
|
|
const gchar * |
topic |
|
) |
| |
◆ appmodel_context_new()
| AppModelContext* appmodel_context_new |
( |
void |
| ) |
|
◆ appmodel_context_register_application()
| void appmodel_context_register_application |
( |
AppModelContext * |
self, |
|
|
Application * |
app |
|
) |
| |