diff options
Diffstat (limited to 'calendar/gui/e-cal-model-tasks.c')
-rw-r--r-- | calendar/gui/e-cal-model-tasks.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/calendar/gui/e-cal-model-tasks.c b/calendar/gui/e-cal-model-tasks.c index c4690e3fca..55548f489c 100644 --- a/calendar/gui/e-cal-model-tasks.c +++ b/calendar/gui/e-cal-model-tasks.c @@ -1179,10 +1179,10 @@ e_cal_model_tasks_set_color_overdue (ECalModelTasks *model, /** * e_cal_model_tasks_mark_comp_complete - * Marks component as complete and commits changes to the calendar backend. + * @model: Currently not used... + * @comp_data: Component of our interest * - * @param model Currently not used... - * @param comp_data Component of our interest + * Marks component as complete and commits changes to the calendar backend. **/ void e_cal_model_tasks_mark_comp_complete (ECalModelTasks *model, ECalModelComponent *comp_data) { @@ -1201,10 +1201,10 @@ void e_cal_model_tasks_mark_comp_complete (ECalModelTasks *model, ECalModelCompo /** * e_cal_model_tasks_mark_comp_incomplete - * Marks component as incomplete and commits changes to the calendar backend. + * @model: Currently not used... + * @comp_data: Component of our interest * - * @param model Currently not used... - * @param comp_data Component of our interest + * Marks component as incomplete and commits changes to the calendar backend. **/ void e_cal_model_tasks_mark_comp_incomplete (ECalModelTasks *model, ECalModelComponent *comp_data) { @@ -1244,9 +1244,9 @@ void e_cal_model_tasks_mark_comp_incomplete (ECalModelTasks *model, ECalModelCom /** * commit_component_changes - * Commits changes to the backend calendar of the component. + * @comp_data: Component of our interest, which has been changed. * - * @param comp_data Component of our interest, which has been changed. + * Commits changes to the backend calendar of the component. **/ static void commit_component_changes (ECalModelComponent *comp_data) |