notification: Fix documentation and transfer info for NotifyActionCallback

This commit is contained in:
Marco Trevisan (Treviño) 2022-06-07 03:18:08 +02:00
parent 8162b1d397
commit 4e40a460ce
1 changed files with 3 additions and 3 deletions

View File

@ -90,9 +90,9 @@ typedef enum
/**
* NotifyActionCallback:
* @notification:
* @action:
* @user_data:
* @notification: a #NotifyActionCallback notification
* @action: (transfer none): The activated action name
* @user_data: (nullable) (transfer none): User provided data
*
* An action callback function.
*/