From 15a75b99dfc50f74f998f8f8b9b858ffc13f8e13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Corentin=20No=C3=ABl?= Date: Tue, 15 Mar 2022 13:57:11 +0100 Subject: [PATCH] validate: Fix typo in get_reports Return without s isn't taken into account for the introspection. Part-of: --- subprojects/gst-devtools/validate/gst/validate/gst-validate-runner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-devtools/validate/gst/validate/gst-validate-runner.c b/subprojects/gst-devtools/validate/gst/validate/gst-validate-runner.c index 84ef0c7..cb6b8bf 100644 --- a/subprojects/gst-devtools/validate/gst/validate/gst-validate-runner.c +++ b/subprojects/gst-devtools/validate/gst/validate/gst-validate-runner.c @@ -780,7 +780,7 @@ gst_validate_runner_get_reports_count (GstValidateRunner * runner) * gst_validate_runner_get_reports: * @runner: The #GstValidateRunner * - * Return: (element-type GstValidateReport)(transfer full): all the reports + * Returns: (element-type GstValidateReport) (transfer full): all the reports */ GList * gst_validate_runner_get_reports (GstValidateRunner * runner) -- 2.7.4