mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-19 01:51:46 +00:00
manager: Add section documentation
This commit is contained in:
parent
20271fc2bd
commit
d7ba7927d7
1 changed files with 11 additions and 0 deletions
|
@ -42,6 +42,17 @@
|
||||||
#include <glib/gi18n.h>
|
#include <glib/gi18n.h>
|
||||||
#include <libpeas/peas.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[] = {
|
static const char * const protocols[] = {
|
||||||
"tel",
|
"tel",
|
||||||
"sip",
|
"sip",
|
||||||
|
|
Loading…
Reference in a new issue