diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-07-25 21:06:25 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-07-25 21:06:25 -0500 |
commit | 30d45a522eb83d519f1ee44ebe06a6696d2b094d (patch) | |
tree | 2a4678ee1c5b9f41ce93de6b06bdcedfb1bd563d /src/utils.h | |
parent | 7b4baac1d34ce22a570f080066856e229462f606 (diff) | |
download | ayatana-indicator-datetime-30d45a522eb83d519f1ee44ebe06a6696d2b094d.tar.gz ayatana-indicator-datetime-30d45a522eb83d519f1ee44ebe06a6696d2b094d.tar.bz2 ayatana-indicator-datetime-30d45a522eb83d519f1ee44ebe06a6696d2b094d.zip |
in the appointments section, only show the next instance of recurring events. If the event is daily, say so in the time format string.
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index 8dc2964..73bd83a 100644 --- a/src/utils.h +++ b/src/utils.h @@ -32,6 +32,7 @@ void split_settings_location (const gchar * location, gchar ** zone, gchar ** na gchar * get_current_zone_name (const gchar * location); gchar * generate_format_string_full (gboolean show_day, gboolean show_date); gchar * generate_format_string_at_time (GDateTime * now, GDateTime * time); +gchar * join_date_and_time_format_strings (const char * date, const char * time); G_END_DECLS |