Method

AdwAlertDialogget_response_label

Declaration [src]

const char*
adw_alert_dialog_get_response_label (
  AdwAlertDialog* self,
  const char* response
)

Description [src]

Gets the label of response.

See adw_alert_dialog_set_response_label().

Available since:1.5

Parameters

response const char*
 

A response ID.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.

Return value

Returns: const char*
 

The label of response.

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