mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
validate-scenario: fix g-i warning in annotation
gst-validate-scenario.c:2485: Warning: GstValidate: missing ":" at column 28: Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3842>
This commit is contained in:
parent
a183495faf
commit
d9196b83aa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue