From 4e40a460ce873eed0d67b833f09fc636fd7caa1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Tue, 7 Jun 2022 03:18:08 +0200 Subject: [PATCH] notification: Fix documentation and transfer info for NotifyActionCallback --- libnotify/notification.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libnotify/notification.h b/libnotify/notification.h index ffc960f..5706425 100644 --- a/libnotify/notification.h +++ b/libnotify/notification.h @@ -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. */