1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-30 15:49:31 +00:00

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",