GtkFlowBoxSortFunc

A function to compare two children to determine which should come first.

alias GtkFlowBoxSortFunc = int function(GtkFlowBoxChild* child1, GtkFlowBoxChild* child2, void* userData)

Return Value

< 0 if @child1 should be before @child2, 0 if the are equal, and > 0 otherwise

Meta

Since

3.12