From a18cef9c3f1a89a5883359897e37d2ef7b27ae1b Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Tue, 6 Jun 2017 23:39:21 -0700 Subject: [PATCH] validate: reporter: add doc entry for gst_validate_report()'s varargs Avoids GTK-Doc parser warnings --- validate/gst/validate/gst-validate-reporter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/validate/gst/validate/gst-validate-reporter.c b/validate/gst/validate/gst-validate-reporter.c index de7f096375..998dea42d5 100644 --- a/validate/gst/validate/gst-validate-reporter.c +++ b/validate/gst/validate/gst-validate-reporter.c @@ -285,6 +285,7 @@ gst_validate_reporter_g_log_func (const gchar * log_domain, * @issue_id: The #GstValidateIssueId of the issue * @format: The format of the message describing the issue in a printf * format followed by the parameters. + * @...: Substitution arguments for @format * * Reports a new issue in the GstValidate reporting system with @m * as the source of that issue.