Method
AdapToastset_action_target_value
Declaration [src]
void
adap_toast_set_action_target_value (
AdapToast* self,
GVariant* action_target
)
Description [src]
Sets the parameter for action invocations.
If the action_target
variant has a floating reference this function
will sink it.
Sets property | Adap.Toast:action-target |
Parameters
action_target
-
Type:
GVariant
The action target.
The argument can be NULL
.The data is owned by the caller of the method.