Skip to content

v5.23

Compare
Choose a tag to compare
@carlgsmith carlgsmith released this 22 Aug 04:48
· 107 commits to master since this release
Traverse all children on a query

Only the first path of a multi branch query were being
hit due to g_node_traverse being called with the first child.
Use g_node_children_foreach instead.