From: Corentin Noël Date: Tue, 15 Mar 2022 12:57:11 +0000 (+0100) Subject: validate: Fix typo in get_reports X-Git-Tag: 1.22.0~2133 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15a75b99dfc50f74f998f8f8b9b858ffc13f8e13;p=platform%2Fupstream%2Fgstreamer.git validate: Fix typo in get_reports Return without s isn't taken into account for the introspection. Part-of: --- 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)