summaryrefslogtreecommitdiff
path: root/libmateweather/mateweather-prefs.h
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-09-29 11:48:30 +0200
committerStefano Karapetsas <[email protected]>2012-09-29 11:48:30 +0200
commit47a9ffc53ceba87023e443a6ab362c52ac799635 (patch)
tree6e5590286c4ef43f12d72c5400888f9c3a00af4d /libmateweather/mateweather-prefs.h
parent44b85ff8d08023f49be431f1a8514240b9b4b276 (diff)
downloadlibmateweather-47a9ffc53ceba87023e443a6ab362c52ac799635.tar.bz2
libmateweather-47a9ffc53ceba87023e443a6ab362c52ac799635.tar.xz
re-add deleted functions
Diffstat (limited to 'libmateweather/mateweather-prefs.h')
-rw-r--r--libmateweather/mateweather-prefs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmateweather/mateweather-prefs.h b/libmateweather/mateweather-prefs.h
index 042170b..bb5924c 100644
--- a/libmateweather/mateweather-prefs.h
+++ b/libmateweather/mateweather-prefs.h
@@ -54,5 +54,9 @@ struct _MateWeatherPrefs {
void mateweather_prefs_load (MateWeatherPrefs *prefs,
GSettings *settings);
+const char * mateweather_prefs_get_temp_display_name (TempUnit temp);
+const char * mateweather_prefs_get_speed_display_name (SpeedUnit speed);
+const char * mateweather_prefs_get_pressure_display_name (PressureUnit pressure);
+const char * mateweather_prefs_get_distance_display_name (DistanceUnit distance);
#endif /* __MATEWEATHER_PREFS_H_ */