
Classes | |
| struct | AppModelContext |
Functions | |
| void | appmodel_context_register_application (AppModelContext *self, Application *app) |
| Application * | appmodel_context_lookup_application (AppModelContext *self, const gchar *name, const gchar *topic) |
| void | appmodel_context_iter_applications (AppModelContext *self, void(*foreach)(Application *app, Application *base_app, gpointer user_data), gpointer user_data) |
| void | appmodel_context_free_method (ModuleConfig *s) |
| AppModelContext * | appmodel_context_new (void) |
| void | appmodel_context_free (AppModelContext *self) |
| void appmodel_context_free | ( | AppModelContext * | self | ) |
| void appmodel_context_free_method | ( | ModuleConfig * | s | ) |
| void appmodel_context_iter_applications | ( | AppModelContext * | self, |
| void(*)(Application *app, Application *base_app, gpointer user_data) | foreach, | ||
| gpointer | user_data | ||
| ) |
| Application* appmodel_context_lookup_application | ( | AppModelContext * | self, |
| const gchar * | name, | ||
| const gchar * | topic | ||
| ) |
| AppModelContext* appmodel_context_new | ( | void | ) |
| void appmodel_context_register_application | ( | AppModelContext * | self, |
| Application * | app | ||
| ) |