picplanner/src/window/moon-page
Evangelos Ribeiro Tzaras 1ed1b769b8 moon-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
..
moon-view.c moon-view: Prefer g_auto* macros 2023-07-17 20:27:29 +02:00
moon-view.h
moon-view.ui