mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
This is glib's suggested way of dealing with GList in more optimized way, as g_list_append will have to traverse the list until the end.
This is glib's suggested way of dealing with GList in more optimized way, as g_list_append will have to traverse the list until the end.