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