Function
GtkListBoxSortFunc
Declaration
int
(* GtkListBoxSortFunc) (
  GtkListBoxRow* row1,
  GtkListBoxRow* row2,
  gpointer user_data
)
Parameters
- row1
- 
            Type: GtkListBoxRowThe first row. The data is owned by the caller of the function. 
- row2
- 
            Type: GtkListBoxRowThe second row. The data is owned by the caller of the function. 
- user_data
- 
            Type: gpointerUser data. The argument can be NULL.The data is owned by the caller of the function.