mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 20:35:49 +01:00
gbytes: Clarify nullability for g_bytes_unref() in docs
https://bugzilla.gnome.org/show_bug.cgi?id=791318
This commit is contained in:
parent
2ebc78ae71
commit
ed3d2d9c67
@ -294,7 +294,7 @@ g_bytes_ref (GBytes *bytes)
|
|||||||
* @bytes: (nullable): a #GBytes
|
* @bytes: (nullable): a #GBytes
|
||||||
*
|
*
|
||||||
* Releases a reference on @bytes. This may result in the bytes being
|
* 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
|
* Since: 2.32
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user