gst: Clock: fix some non-optional return types

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1739>
This commit is contained in:
François Laignel 2025-06-17 14:58:42 +02:00
parent 29ab13fdf9
commit 2f749824e6

View file

@ -730,12 +730,19 @@ manual_traits = ["ClockExtManual"]
[[object.function.parameter]]
name = "internal"
mandatory = true
[object.function.return]
mandatory = true
[[object.function]]
name = "get_internal_time"
[object.function.return]
mandatory = true
[[object.function]]
name = "get_time"
[object.function.return]
mandatory = true
[[object.function]]
name = "get_resolution"
[object.function.return]
@ -759,6 +766,8 @@ manual_traits = ["ClockExtManual"]
[[object.function.parameter]]
name = "external"
mandatory = true
[object.function.return]
mandatory = true
[[object.function]]
name = "wait_for_sync"