From 8f65ff7000f89f936e46007d0db78c0aa602f0b8 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Sat, 9 Aug 2003 09:01:35 +0000 Subject: Merged missing bits from branch svn path=/trunk/; revision=22152 --- calendar/gui/e-cal-model-tasks.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'calendar/gui/e-cal-model-tasks.h') diff --git a/calendar/gui/e-cal-model-tasks.h b/calendar/gui/e-cal-model-tasks.h index 852484dcc6..b7c5786ab4 100644 --- a/calendar/gui/e-cal-model-tasks.h +++ b/calendar/gui/e-cal-model-tasks.h @@ -35,6 +35,8 @@ G_BEGIN_DECLS typedef struct _ECalModelTasksPrivate ECalModelTasksPrivate; typedef enum { + /* If you add new items here or reorder them, you have to update the + .etspec files for the tables using this model */ E_CAL_MODEL_TASKS_FIELD_COMPLETED = E_CAL_MODEL_FIELD_LAST, E_CAL_MODEL_TASKS_FIELD_COMPLETE, E_CAL_MODEL_TASKS_FIELD_DUE, @@ -59,6 +61,8 @@ typedef struct { GType e_cal_model_tasks_get_type (void); ECalModelTasks *e_cal_model_tasks_new (void); +void e_cal_model_tasks_mark_task_complete (ECalModelTasks *model, gint model_row); + G_END_DECLS #endif -- cgit v1.2.3