Signal detail or null (default)
signal callback delegate or function to connect
void callback(string response, adw.message_dialog.MessageDialog messageDialog)
response the response ID (optional)
messageDialog the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to Response signal.
This signal is emitted when the dialog is closed.
response will be set to the response ID of the button that had been activated.
if the dialog was closed by pressing <kbd>Escape</kbd> or with a system action, response will be set to the value of propertyMessageDialog:close-response.