NotifyNotification: fix set_hint_byte_array value annotation
https://bugzilla.gnome.org/show_bug.cgi?id=667904
This commit is contained in:
parent
5a486c5490
commit
da49c8c599
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue