summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2012-01-13 23:27:23 -0800
committerLuca Bruno <lucabru@src.gnome.org>2014-04-01 21:19:01 +0200
commitda49c8c599d085d79caa46c260366addf2e306f3 (patch)
treeb6a4da159068a2ed8ef236446c9ebbf77096777b
parent5a486c549069cf712a2c15af64e77ea16e800b09 (diff)
downloadlibnotify-da49c8c599d085d79caa46c260366addf2e306f3.tar.gz
NotifyNotification: fix set_hint_byte_array value annotation
https://bugzilla.gnome.org/show_bug.cgi?id=667904
-rw-r--r--libnotify/notification.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnotify/notification.c b/libnotify/notification.c
index 670930b..88bbf2a 100644
--- a/libnotify/notification.c
+++ b/libnotify/notification.c
@@ -914,7 +914,7 @@ notify_notification_set_hint_byte (NotifyNotification *notification,
* notify_notification_set_hint_byte_array:
* @notification: The notification.
* @key: The hint.
- * @value: The hint's value.
+ * @value: (array length=len): The hint's value.
* @len: The length of the byte array.
*
* Sets a hint with a byte array value. The length of @value must be passed