validate-scenario: fix g-i warning in annotation
authorTim-Philipp Müller <tim@centricular.com>
Sat, 28 Jan 2023 20:02:49 +0000 (20:02 +0000)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 8 Feb 2023 11:20:39 +0000 (11:20 +0000)
gst-validate-scenario.c:2485: Warning: GstValidate: missing ":" at column 28:

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3842>

subprojects/gst-devtools/validate/gst/validate/gst-validate-scenario.c

index 853208a..107dde1 100644 (file)
@@ -2482,7 +2482,7 @@ _foreach_find_iterator (GQuark field_id, GValue * value,
 /**
  * gst_validate_execute_action:
  * @action_type: The #GstValidateActionType to execute
- * @action: (transfer full) The #GstValidateAction to execute
+ * @action: (transfer full): The #GstValidateAction to execute
  *
  * Executes @action
  */