Method

AdwMessageDialogget_default_response

Declaration [src]

const char*
adw_message_dialog_get_default_response (
  AdwMessageDialog* self
)

Description [src]

Gets the ID of the default response of self.

Available since:1.2

Return value

Returns: utf8
 

The default response ID.

 The data is owned by the instance.
 The return value can be NULL.
 The string is a NUL terminated UTF-8 string.