From 2f749824e66c7a6870ee721e7f6cafe8d67d125c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Laignel?= Date: Tue, 17 Jun 2025 14:58:42 +0200 Subject: [PATCH] gst: Clock: fix some non-optional return types Part-of: --- gstreamer/Gir.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gstreamer/Gir.toml b/gstreamer/Gir.toml index 81a73045f..c5b150466 100644 --- a/gstreamer/Gir.toml +++ b/gstreamer/Gir.toml @@ -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"