diff options
author | Ted Gould <ted@gould.cx> | 2011-04-07 13:11:16 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-07 13:11:16 -0500 |
commit | 0ad5499029f0ad9f718453b43e96833f433608bb (patch) | |
tree | 379dae777ab96a0b9c903de749aad53323f5fb55 /src/utils.h | |
parent | 01d3c313140e77d961378b332d52e3a93ce691c5 (diff) | |
parent | 20aee32a693b5fa78f1a3547351a9fb316534935 (diff) | |
download | ayatana-indicator-datetime-0ad5499029f0ad9f718453b43e96833f433608bb.tar.gz ayatana-indicator-datetime-0ad5499029f0ad9f718453b43e96833f433608bb.tar.bz2 ayatana-indicator-datetime-0ad5499029f0ad9f718453b43e96833f433608bb.zip |
Set timezone from the menuitems in the indicator
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 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); |