gio/gactiongroupexporter.c · 2.84.1 · GNOME / GLib · GitLab (original) (raw)
Sep 25, 2024
0f95b18a
gio: use g_variant_builder_init_static() · 0f95b18a
Christian Hergert authored Sep 25, 2024 andPhilip Withnall committed Sep 26, 2024
All uses of g_variant_builder_init() in gio are safe to translate to the
new g_variant_builder_init_static() alternative as the type will outlive
the call to g_variant_builder_end() (or is already static in nature).
0f95b18a
gio: use g_variant_builder_init_static()
Christian Hergert authored Sep 25, 2024 andPhilip Withnall committed Sep 26, 2024
All uses of g_variant_builder_init() in gio are safe to translate to the
new g_variant_builder_init_static() alternative as the type will outlive
the call to g_variant_builder_end() (or is already static in nature).
Loading