aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-07-07 16:23:04 -0500
committerTed Gould <ted@gould.cx>2011-07-07 16:23:04 -0500
commit1819f029c3f3af6922e095e959e80b1ce446148b (patch)
tree7f1b50533fb2363bd26918be73dd1349fadb672e /src/utils.h
parent7cb01301fdb2e2889d8ab8c09275c25d9dd28f01 (diff)
parent51c6800c6f718c07bd0cd016a5acdf5652f7e9c4 (diff)
downloadayatana-indicator-datetime-1819f029c3f3af6922e095e959e80b1ce446148b.tar.gz
ayatana-indicator-datetime-1819f029c3f3af6922e095e959e80b1ce446148b.tar.bz2
ayatana-indicator-datetime-1819f029c3f3af6922e095e959e80b1ce446148b.zip
Import upstream version 0.2.91
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 c2bc0c5..788d516 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -30,6 +30,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 * read_timezone ();
gchar * generate_format_string_full (gboolean show_day, gboolean show_date);
gchar * generate_format_string_at_time (GDateTime * time);