released

The "released" signal is emitted when the button is released no matter where the pointer is.

button : the button that received the signal

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

Callback function

void callback(GtkButton button, mixed user_param);