diff options
Diffstat (limited to 'applets/clock/calendar-window.h')
| -rw-r--r-- | applets/clock/calendar-window.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/applets/clock/calendar-window.h b/applets/clock/calendar-window.h index d4ef49dd..226353ba 100644 --- a/applets/clock/calendar-window.h +++ b/applets/clock/calendar-window.h @@ -31,6 +31,10 @@ #include <gtk/gtk.h> #include "clock-utils.h" +#ifdef HAVE_EDS +#include "calendar-client.h" +#endif + #ifdef __cplusplus extern "C" { #endif @@ -61,7 +65,8 @@ struct _CalendarWindowClass { GType calendar_window_get_type (void) G_GNUC_CONST; GtkWidget *calendar_window_new (time_t *static_current_time, const char *prefs_dir, - gboolean invert_order); + gboolean invert_order, + GSettings *settings); void calendar_window_refresh (CalendarWindow *calwin); @@ -77,6 +82,10 @@ ClockFormat calendar_window_get_time_format (CalendarWindow *calwin); void calendar_window_set_time_format (CalendarWindow *calwin, ClockFormat time_format); +#ifdef HAVE_EDS +void calendar_window_set_client (CalendarWindow *calwin, CalendarClient *client); +#endif + #ifdef __cplusplus } #endif |
