picplanner/src/window/sun-page
Evangelos Ribeiro Tzaras 359bbee260 sun-view: Prefer g_auto* macros
g_autofree will automatically free variables when they go out of
scope. g_autoptr will do the same, but using the appropriate freefunc
for the given type, e.g. GDateTime -> g_date_time_unref() or
GObject -> g_object_unref().

This automatic cleanup reduces the risk of memory leaks
and allows getting rid of some lines of code.
2023-07-17 20:27:29 +02:00
..
sun-view.c sun-view: Prefer g_auto* macros 2023-07-17 20:27:29 +02:00
sun-view.h build: Conform to strict prototype requirement 2023-07-17 19:23:12 +02:00
sun-view.ui Add translation functionality and add German language for testing 2022-09-08 11:37:27 +02:00