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