check: fix optional return type for TestClock::next_entry_type

This commit is contained in:
François Laignel 2022-07-15 13:24:08 +02:00
parent 2090452e3d
commit 8720c9c386

View file

@ -78,11 +78,6 @@ status = "manual"
name = "GstCheck.TestClock" name = "GstCheck.TestClock"
status = "generate" status = "generate"
final_type = true final_type = true
[[object.function]]
name = "get_next_entry_time"
[object.function.return]
mandatory = true
[[object.function]] [[object.function]]
name = "new_with_start_time" name = "new_with_start_time"
[[object.function.parameter]] [[object.function.parameter]]