mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 07:08:54 +02:00
gbytes: Clarify nullability for g_bytes_unref() in docs
https://bugzilla.gnome.org/show_bug.cgi?id=791318
This commit is contained in:
committed by
Philip Withnall
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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user