Method
IdeNotificationadd_button_with_target_value
Declaration
void
ide_notification_add_button_with_target_value (
IdeNotification* self,
const gchar* label,
GIcon* icon,
const gchar* action,
GVariant* target
)
Parameters
label-
Type:
const gchar*The label for the button.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. icon-
Type:
GIconAn optional icon for the button.
The argument can be NULL.The data is owned by the caller of the method. action-
Type:
const gchar*An action name (See
GAction)The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. target-
Type:
GVariantAn optional
GVariantfor the action target.The argument can be NULL.The data is owned by the caller of the method.