summaryrefslogtreecommitdiff
path: root/libmateweather/mateweather-prefs.h
diff options
context:
space:
mode:
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_ */