select-child

The "select-child" signal is emitted when a child is selected. It carries the selected child as an argument.

This signal is basically a wrapper for the "select" signal emitted by the GtkListItem that is currently selected. If you mix the two, the same item will emit the same signal twice in response to selection.

Callback function

void callback(GtkList list, GtkWidget child);