changed

combobox : the combo box that received the signal.

user param... : the first user parameter (if any) specified with the connect() method

The "changed" signal is emitted when a new item in the combo box is selected.

Callback function

void callback(GtkComboBox combobox, mixed user param...);