audio,video: Mark to_string functions on "unknown"-enum as manual

This commit is contained in:
Marijn Suijten 2020-11-28 01:05:12 +01:00
parent 57bc1c7f42
commit 736f58a631
2 changed files with 6 additions and 0 deletions

View file

@ -136,6 +136,8 @@ status = "generate"
[[object.function]]
name = "to_string"
# This has an Unknown field that may return NULL or "UNKNOWN"
manual = true
[object.function.return]
nullable = false

View file

@ -390,6 +390,8 @@ status = "generate"
[[object.function]]
name = "to_string"
# This has an Unknown field that may return NULL or "UNKNOWN"
manual = true
[object.function.return]
nullable = false
@ -545,5 +547,7 @@ status = "generate"
[[object.function]]
name = "to_string"
# This has an Unknown field that may return NULL or "UNKNOWN"
manual = true
[object.function.return]
nullable = false