diff options
Diffstat (limited to 'calendar/gui/comp-util.h')
-rw-r--r-- | calendar/gui/comp-util.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/gui/comp-util.h b/calendar/gui/comp-util.h index 651fde686a..dfc5165b66 100644 --- a/calendar/gui/comp-util.h +++ b/calendar/gui/comp-util.h @@ -22,7 +22,9 @@ #ifndef COMP_UTIL_H #define COMP_UTIL_H +#include <glib.h> #include <gtk/gtkwidget.h> +#include <gtk/gtkselection.h> #include <libecal/e-cal-component.h> #include <libecal/e-cal.h> @@ -47,4 +49,7 @@ ECalComponent *cal_comp_event_new_with_current_time (ECal *client, gboolean all_ ECalComponent *cal_comp_task_new_with_defaults (ECal *client); ECalComponent *cal_comp_memo_new_with_defaults (ECal *client); +void cal_comp_selection_set_string_list (GtkSelectionData *data, GSList *str_list); +GSList *cal_comp_selection_get_string_list (GtkSelectionData *data); + #endif |