GtkListBoxSortFunc

Compare two rows to determine which should be first.

alias GtkListBoxSortFunc = int function(GtkListBoxRow* row1, GtkListBoxRow* row2, void* userData)

Return Value

< 0 if row1 should be before row2, 0 if they are equal and > 0 otherwise

Meta

Since

3.10