From 339d321e9669c49467fa612bbc0c8fdf4272ad1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Thu, 2 May 2024 14:38:25 +0200 Subject: [PATCH] clapper: Small fix for "init_check" doc The error arg was removed, but documentation was not updated then --- src/lib/clapper/clapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/clapper/clapper.c b/src/lib/clapper/clapper.c index 4db668c7..9b14474a 100644 --- a/src/lib/clapper/clapper.c +++ b/src/lib/clapper/clapper.c @@ -83,7 +83,7 @@ clapper_init (int *argc, char **argv[]) * @argv: (inout) (array length=argc) (nullable) (optional): pointer to application's argv * * This function does the same thing as [func@Clapper.init], but instead of - * terminating on failure it returns %FALSE with @error set. + * terminating on failure it returns %FALSE. * * Returns: %TRUE if Clapper could be initialized, %FALSE otherwise. */