From d7ba7927d71298b4e82542e75006b67258079667 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Sun, 6 Feb 2022 09:56:31 +0100 Subject: [PATCH] manager: Add section documentation --- src/calls-manager.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/calls-manager.c b/src/calls-manager.c index a39175b..f0fc9f8 100644 --- a/src/calls-manager.c +++ b/src/calls-manager.c @@ -42,6 +42,17 @@ #include #include +/** + * 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",