Function
GtkFlowBoxSortFunc
Declaration
int
(* GtkFlowBoxSortFunc) (
  GtkFlowBoxChild* child1,
  GtkFlowBoxChild* child2,
  gpointer user_data
)
Parameters
- child1
- 
            Type: GtkFlowBoxChildThe first child. The data is owned by the caller of the function. 
- child2
- 
            Type: GtkFlowBoxChildThe second child. 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.