Fix annotations of g_compute_hmac_for_data

https://bugzilla.gnome.org/show_bug.cgi?id=765338
This commit is contained in:
Giovanni Campagna 2016-04-20 11:30:30 -07:00 committed by Matthias Clasen
parent ebfbae534b
commit a9e9bc74c3

View File

@ -333,7 +333,7 @@ g_hmac_get_digest (GHmac *hmac,
* @digest_type: a #GChecksumType to use for the HMAC
* @key: (array length=key_len): the key to use in the HMAC
* @key_len: the length of the key
* @data: binary blob to compute the HMAC of
* @data: (array length=length): binary blob to compute the HMAC of
* @length: length of @data
*
* Computes the HMAC for a binary @data of @length. This is a