manager: Add section documentation

This commit is contained in:
Evangelos Ribeiro Tzaras
2022-02-06 09:56:31 +01:00
parent 20271fc2bd
commit d7ba7927d7

View File

@@ -42,6 +42,17 @@
#include <glib/gi18n.h>
#include <libpeas/peas.h>
/**
* SECTION:manager
* @short_description: Central management object
* @Title: CallsManager
*
* #CallsManager is a singleton that manages lists of loaded #CallsProvider,
* #CallsOrigin and #CallsCall objects. It keeps track of which #CallsOrigin
* supports which protocol. It also checks which #CallsCall are ongoing and
* emits signals for the UI and other parts of the application to act on.
*/
static const char * const protocols[] = {
"tel",
"sip",