Home
last modified time | relevance | path

Searched refs:E_COMP_EDITOR_TASK (Results 1 – 2 of 2) sorted by relevance

/dports/mail/evolution/evolution-3.42.1/src/calendar/gui/
H A De-comp-editor-task.c205 ece_task_update_timezone (E_COMP_EDITOR_TASK (object), NULL); in ece_task_notify_source_client_cb()
225 task_editor = E_COMP_EDITOR_TASK (object); in ece_task_notify_target_client_cb()
509 task_editor = E_COMP_EDITOR_TASK (comp_editor); in ece_task_sensitize_widgets()
555 ece_task_update_timezone (E_COMP_EDITOR_TASK (comp_editor), &force_allday); in ece_task_fill_widgets()
576 task_editor = E_COMP_EDITOR_TASK (comp_editor); in ece_task_fill_component()
801 task_editor = E_COMP_EDITOR_TASK (object); in e_comp_editor_task_constructed()
H A De-comp-editor-task.h27 #define E_COMP_EDITOR_TASK(obj) \ macro