Top | ![]() |
![]() |
![]() |
![]() |
ESourceTaskListESourceTaskList — ESource extension for a calendar |
#define | E_SOURCE_EXTENSION_CALENDAR |
#define | E_SOURCE_EXTENSION_MEMO_LIST |
#define | E_SOURCE_EXTENSION_TASK_LIST |
struct | ESourceCalendar |
struct | ESourceMemoList |
struct | ESourceTaskList |
GObject ╰── ESourceExtension ╰── ESourceBackend ╰── ESourceSelectable ├── ESourceCalendar ├── ESourceMemoList ╰── ESourceTaskList
The ESourceCalendar extension identifies the ESource as a calendar.
Access the extension as follows:
1 |
#define E_SOURCE_EXTENSION_CALENDAR "Calendar"
Pass this extension name to e_source_get_extension()
to access
ESourceCalendar. This is also used as a group name in key files.
Since: 3.6
#define E_SOURCE_EXTENSION_MEMO_LIST "Memo List"
Pass this extension name to e_source_get_extension()
to access
ESourceMemoList. This is also used as a group name in key files.
Since: 3.6
#define E_SOURCE_EXTENSION_TASK_LIST "Task List"
Pass this extension name to e_source_get_extension()
to access
ESourceTaskList. This is also used as a group name in key files.
Since: 3.6
struct ESourceCalendar;
Contains only private data that should be read and manipulated using the functions below.
Since: 3.6
struct ESourceMemoList;
Contains only private data that should be read and manipulated using the functions below.
Since: 3.6
struct ESourceTaskList;
Contains only private data that should be read and manipulated using the functions below.
Since: 3.6