mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +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
|
||||
*
|
||||
* 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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user