aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorMichael Terry <mike@mterry.name>2011-04-07 16:48:50 +0100
committerMichael Terry <mike@mterry.name>2011-04-07 16:48:50 +0100
commit20aee32a693b5fa78f1a3547351a9fb316534935 (patch)
treeca3d8550f19c7b05408ffd2dda2352e3fa3151e4 /src/utils.h
parentf62a2a6767eb177f261a6a5b0ddf18ce9482f6ba (diff)
downloadayatana-indicator-datetime-20aee32a693b5fa78f1a3547351a9fb316534935.tar.gz
ayatana-indicator-datetime-20aee32a693b5fa78f1a3547351a9fb316534935.tar.bz2
ayatana-indicator-datetime-20aee32a693b5fa78f1a3547351a9fb316534935.zip
when user clicks a timezone location, switch to that timezone (and support showing user's preferred name for the current timezone in the menu)
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h
index 5f7842c..c2bc0c5 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -29,6 +29,7 @@ G_BEGIN_DECLS
gboolean is_locale_12h (void);
void split_settings_location (const gchar * location, gchar ** zone, gchar ** name);
+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 * time);