gbytes: Clarify nullability for g_bytes_unref() in docs

https://bugzilla.gnome.org/show_bug.cgi?id=791318
This commit is contained in:
Umang Jain 2017-12-07 01:18:47 +05:30 committed by Philip Withnall
parent 2ebc78ae71
commit ed3d2d9c67

View File

@ -294,7 +294,7 @@ g_bytes_ref (GBytes *bytes)
* @bytes: (nullable): a #GBytes
*
* Releases a reference on @bytes. This may result in the bytes being
* freed.
* freed. If @bytes is %NULL, it will return immediately.
*
* Since: 2.32
*/