mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-21 17:11:04 +00:00
validate: Add manual_traits information to Gir.toml
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1586>
This commit is contained in:
parent
a7aae598a7
commit
3f1909d828
1 changed files with 8 additions and 1 deletions
|
@ -31,7 +31,6 @@ generate = [
|
|||
"GstValidate.IssueFlags",
|
||||
"GstValidate.IssueId",
|
||||
"GstValidate.ActionTypeFlags",
|
||||
"GstValidate.ActionType",
|
||||
]
|
||||
|
||||
manual = [
|
||||
|
@ -55,3 +54,11 @@ manual = [
|
|||
[[object]]
|
||||
name = "GstValidate.Scenario"
|
||||
status = "generate"
|
||||
|
||||
[[object]]
|
||||
name = "GstValidate.ActionType"
|
||||
status = "generate"
|
||||
manual_traits = ["ActionTypeExtManual"]
|
||||
[[object.function]]
|
||||
name = "find"
|
||||
manual = true
|
||||
|
|
Loading…
Reference in a new issue