Home
last modified time | relevance | path

Searched refs:e_comp_editor_get_updating (Results 1 – 6 of 6) sorted by relevance

/dports/mail/evolution/evolution-3.42.1/src/calendar/gui/
H A De-comp-editor-task.c322 if (e_comp_editor_get_updating (comp_editor)) in ece_task_dtstart_changed_cb()
347 if (e_comp_editor_get_updating (comp_editor)) in ece_task_due_date_changed_cb()
375 if (e_comp_editor_get_updating (comp_editor)) in ece_task_completed_date_changed_cb()
423 if (e_comp_editor_get_updating (comp_editor)) in ece_task_status_changed_cb()
466 if (e_comp_editor_get_updating (comp_editor)) in ece_task_percentcomplete_value_changed_cb()
H A De-comp-editor.h134 gboolean e_comp_editor_get_updating (ECompEditor *comp_editor);
H A De-comp-editor-page.c358 updating = e_comp_editor_get_updating (comp_editor); in e_comp_editor_page_get_updating()
H A De-comp-editor-event.c80 if (!e_comp_editor_get_updating (E_COMP_EDITOR (event_editor))) { in ece_event_update_times()
H A De-comp-editor.c2811 if (e_comp_editor_get_updating (comp_editor)) in e_comp_editor_set_validation_error()
3051 e_comp_editor_get_updating (ECompEditor *comp_editor) in e_comp_editor_get_updating() function
/dports/mail/evolution/evolution-3.42.1/src/modules/composer-to-meeting/
H A De-meeting-to-composer.c172 did_updating = e_comp_editor_get_updating (comp_editor); in meeting_to_composer_composer_created_cb()