summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-06-07 03:18:08 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2022-06-07 03:18:38 +0200
commit4e40a460ce873eed0d67b833f09fc636fd7caa1c (patch)
treed518a4ece6103bda22cb922c36056075ebfea8d2
parent8162b1d397deb77e7b615dab36437cd43e96fbc6 (diff)
downloadlibnotify-4e40a460ce873eed0d67b833f09fc636fd7caa1c.tar.gz
notification: Fix documentation and transfer info for NotifyActionCallback
-rw-r--r--libnotify/notification.h6
1 files 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.
*/