From 4b0024ed27a5c8e27874fbbcbb7a06f0fc60ccb2 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Fri, 1 Mar 2024 13:16:59 +0200 Subject: [PATCH] base-dirs: add missing (nullable) annotation --- lib/wp/base-dirs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/wp/base-dirs.c b/lib/wp/base-dirs.c index f7095f6d..70c4db92 100644 --- a/lib/wp/base-dirs.c +++ b/lib/wp/base-dirs.c @@ -149,8 +149,8 @@ lookup_dirs (guint flags, gboolean is_absolute) * \param subdir (nullable): the name of the subdirectory to search in, * inside the specified directories * \param filename the name of the file to search for - * \returns (transfer full): A newly allocated string with the absolute, - * canonicalized file path, or NULL if the file was not found. + * \returns (transfer full) (nullable): A newly allocated string with the + * absolute, canonicalized file path, or NULL if the file was not found. * \since 0.5.0 */ gchar *