NotifyNotification: fix set_hint_byte_array value annotation

https://bugzilla.gnome.org/show_bug.cgi?id=667904
This commit is contained in:
Evan Nemerson 2012-01-13 23:27:23 -08:00 committed by Luca Bruno
parent 5a486c5490
commit da49c8c599
1 changed files with 1 additions and 1 deletions

View File

@ -914,7 +914,7 @@ notify_notification_set_hint_byte (NotifyNotification *notification,
* notify_notification_set_hint_byte_array: * notify_notification_set_hint_byte_array:
* @notification: The notification. * @notification: The notification.
* @key: The hint. * @key: The hint.
* @value: The hint's value. * @value: (array length=len): The hint's value.
* @len: The length of the byte array. * @len: The length of the byte array.
* *
* Sets a hint with a byte array value. The length of @value must be passed * Sets a hint with a byte array value. The length of @value must be passed