gem-graph-client/include
Jean Sirmai 76eb9c3e02
WIP: memory leaks src/widget/main_window/design.c no leaks when widgets added/removed
using g_object_ref_sink() & g_object_unref() only in the tests functions
click any button in any order in the header bar

src/widget/manager.c:
        gtk_window_set_child (window, NULL)    &
        gtk_window_destroy (window)            removed  (to keep ?)

The test functions are in:  src/widget/main_window/design.c
2025-02-03 17:13:20 +01:00
..
base.h src/util/* include/base.h makes available util_concat(), util_read_file() 2024-11-21 23:22:37 +01:00
fsm.h WIP: memory leaks fsm/measures/tools fsm_tools_list_test() < OK 2025-01-23 07:18:47 +01:00
util.h src/util/* include/base.h makes available util_concat(), util_read_file() 2024-11-21 23:22:37 +01:00
widget.h WIP: memory leaks src/widget/main_window/design.c no leaks when widgets added/removed 2025-02-03 17:13:20 +01:00