Method

AdwToastget_button_label

Declaration [src]

const char*
adw_toast_get_button_label (
  AdwToast* self
)

Description [src]

Gets the label to show on the button.

Available since:1.0
Gets propertyAdw.Toast:button-label

Return value

Returns: const char*
 

The button label.

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