diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-06-17 09:33:23 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-06-17 09:33:23 -0500 |
commit | 1d015b51af186c0f71ff8164321feeef1cf63c19 (patch) | |
tree | 50ce8d2c519a7436ab5e323315fcdd01d628fa8b /src/service.h | |
parent | 556eb6bdee7b2c5d3aa5676963fd77749edf4c9e (diff) | |
download | ayatana-indicator-datetime-1d015b51af186c0f71ff8164321feeef1cf63c19.tar.gz ayatana-indicator-datetime-1d015b51af186c0f71ff8164321feeef1cf63c19.tar.bz2 ayatana-indicator-datetime-1d015b51af186c0f71ff8164321feeef1cf63c19.zip |
make indicator_datetime_service_set_calendar_date() public. This is another one we'll need for unit tests
Diffstat (limited to 'src/service.h')
-rw-r--r-- | src/service.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/service.h b/src/service.h index b8c9bcd..53d4281 100644 --- a/src/service.h +++ b/src/service.h @@ -66,6 +66,10 @@ IndicatorDatetimeService * indicator_datetime_service_new (gboolean replace); GDateTime * indicator_datetime_service_get_localtime (IndicatorDatetimeService * service); +void indicator_datetime_service_set_calendar_date (IndicatorDatetimeService * self, + GDateTime * date); + + G_END_DECLS #endif /* __INDICATOR_DATETIME_SERVICE_H__ */ |