From 47136da0749cc39c6a15cbb9238d7fc3b0f52a13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 14 May 2020 15:20:25 +0000 Subject: [PATCH] Add missing nullable annotation to g_irepository_get_shared_library --- girepository.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/girepository.c b/girepository.c index b7948d617..7d0348598 100644 --- a/girepository.c +++ b/girepository.c @@ -1144,7 +1144,7 @@ g_irepository_get_version (GIRepository *repository, * Note: The namespace must have already been loaded using a function * such as g_irepository_require() before calling this function. * - * Returns: Comma-separated list of paths to shared libraries, + * Returns: (nullable): Comma-separated list of paths to shared libraries, * or %NULL if none are associated */ const gchar *