Method

AdwToastset_action_name

Declaration [src]

void
adw_toast_set_action_name (
  AdwToast* self,
  const char* action_name
)

Description [src]

Sets the name of the associated action.

Available since:1.0
Sets propertyAdw.Toast:action-name

Parameters

action_name const char*
 

The action name.

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