From ed3d2d9c67da11c7a25faeac7b5c4b3c4d4af873 Mon Sep 17 00:00:00 2001 From: Umang Jain Date: Thu, 7 Dec 2017 01:18:47 +0530 Subject: [PATCH] gbytes: Clarify nullability for g_bytes_unref() in docs https://bugzilla.gnome.org/show_bug.cgi?id=791318 --- glib/gbytes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gbytes.c b/glib/gbytes.c index 747c41bc7..81dc9dbf6 100644 --- a/glib/gbytes.c +++ b/glib/gbytes.c @@ -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 */