summaryrefslogtreecommitdiff
path: root/libnotify/notification.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnotify/notification.c')
-rw-r--r--libnotify/notification.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnotify/notification.c b/libnotify/notification.c
index a5d7b18..ec4254b 100644
--- a/libnotify/notification.c
+++ b/libnotify/notification.c
@@ -1459,7 +1459,7 @@ notify_notification_set_hint (NotifyNotification *notification,
/**
* notify_notification_set_app_name:
* @notification: a #NotifyNotification
- * @app_name: the localised application name
+ * @app_name: (nullable): the localised application name
*
* Sets the application name for the notification.
*
@@ -1730,7 +1730,7 @@ notify_notification_add_action (NotifyNotification *notification,
* the activation token for the activated action, if the notification daemon
* supports it.
*
- * Return value: (transfer none): The current activation token, or %NULL if none
+ * Returns: (nullable) (transfer none): The current activation token, or %NULL if none
*
* Since: 0.7.10
*/