forked from mirrors/gstreamer-rs
audio,video: Mark to_string functions on "unknown"-enum as manual
This commit is contained in:
parent
57bc1c7f42
commit
736f58a631
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue