aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-04-07 13:20:18 -0500
committerTed Gould <ted@gould.cx>2011-04-07 13:20:18 -0500
commitab9c66b70627b1ed5843fabd7259d631acb8d116 (patch)
tree2fc1b6934cf22ca7b67a5441785bfa5f174ac673 /src/utils.h
parenta38d01ace21692b8fa0157acc3b9d48b2acbcda3 (diff)
parent6d42bccac27b7214e5e650f698c2b117231e3f77 (diff)
downloadayatana-indicator-datetime-ab9c66b70627b1ed5843fabd7259d631acb8d116.tar.gz
ayatana-indicator-datetime-ab9c66b70627b1ed5843fabd7259d631acb8d116.tar.bz2
ayatana-indicator-datetime-ab9c66b70627b1ed5843fabd7259d631acb8d116.zip
Import upstream version 0.2.2
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);