summaryrefslogtreecommitdiff
path: root/libgweather/gweather-private.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-01-11 17:48:39 +0100
committerBastien Nocera <hadess@hadess.net>2021-01-12 10:48:12 +0100
commit0dd6b84b3bef5809a21e6609535a1c916e02be1c (patch)
treedb06177bd6487b03df1932028fe4f2052d910f5a /libgweather/gweather-private.h
parente546754bd7d5f5c99006eb1d0151d75e3436a23a (diff)
downloadlibgweather-0dd6b84b3bef5809a21e6609535a1c916e02be1c.tar.gz
gweather: Cleanup argument to _gweather_info_new_clone()
Was "info", "other" and "master_info" depending on the caller. Call them all "original" or "original_info".
Diffstat (limited to 'libgweather/gweather-private.h')
-rw-r--r--libgweather/gweather-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgweather/gweather-private.h b/libgweather/gweather-private.h
index 5f18e91..f5ea83b 100644
--- a/libgweather/gweather-private.h
+++ b/libgweather/gweather-private.h
@@ -232,7 +232,7 @@ void _gweather_info_ensure_moon (GWeatherInfo *info);
void free_forecast_list (GWeatherInfo *info);
-GWeatherInfo *_gweather_info_new_clone (GWeatherInfo *info);
+GWeatherInfo *_gweather_info_new_clone (GWeatherInfo *original);
#endif /* __WEATHER_PRIV_H_ */