diff --git a/gstreamer-rtsp-server/Gir.toml b/gstreamer-rtsp-server/Gir.toml index 44f02384b..da38d73d9 100644 --- a/gstreamer-rtsp-server/Gir.toml +++ b/gstreamer-rtsp-server/Gir.toml @@ -112,7 +112,7 @@ manual_traits = ["RTSPServerExtManual"] [[object.function]] name = "attach" - ignore = true + manual = true [[object.function]] name = "io_func" @@ -131,7 +131,7 @@ manual_traits = ["RTSPClientExtManual"] [[object.function]] name = "attach" - ignore = true + manual = true [[object]] name = "GstRtspServer.RTSPStream" @@ -141,12 +141,12 @@ manual_traits = ["RTSPStreamExtManual"] [[object.function]] name = "recv_rtcp" # Use Result - ignore = true + manual = true [[object.function]] name = "recv_rtp" # Use Result - ignore = true + manual = true [[object.function]] name = "query_position" @@ -205,7 +205,7 @@ manual_traits = ["RTSPStreamTransportExtManual"] [[object.function]] name = "recv_data" # Use Result - ignore = true + manual = true [[object.function]] name = "send_rtcp" @@ -239,7 +239,7 @@ manual_traits = ["RTSPAddressPoolExtManual"] [[object.function]] name = "reserve_address" - ignore = true + manual = true [[object]] name = "GstRtspServer.RTSPMedia" @@ -268,7 +268,7 @@ manual_traits = ["RTSPMediaExtManual"] [[object.function]] name = "take_pipeline" - ignore = true + manual = true [[object]] name = "GstRtspServer.RTSPMediaFactory" @@ -278,7 +278,7 @@ manual_traits = ["RTSPMediaFactoryExtManual"] [[object.function]] name = "add_role_from_structure" # Different structure mutability needed - ignore = true + manual = true [[object.function]] name = "construct" @@ -312,7 +312,7 @@ manual_traits = ["RTSPSessionPoolExtManual"] [[object.function]] name = "create_watch" # GSource return - ignore = true + manual = true [[object.function]] name = "create" @@ -332,7 +332,7 @@ manual_traits = ["RTSPAuthExtManual"] [[object.function]] name = "connect_accept_certificate" # Use Result<(), LoggableError> - ignore = true + manual = true [[object.function]] name = "make_basic" @@ -342,7 +342,7 @@ manual_traits = ["RTSPAuthExtManual"] [[object.function]] name = "set_default_token" # gir forgets mut - ignore = true + manual = true [[object]] name="GstRtspServer.RTSPMountPoints" diff --git a/gstreamer-rtsp-server/src/auto/versions.txt b/gstreamer-rtsp-server/src/auto/versions.txt index c57f41ceb..48c9c2e75 100644 --- a/gstreamer-rtsp-server/src/auto/versions.txt +++ b/gstreamer-rtsp-server/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 7670e3d) -from gir-files (https://github.com/gtk-rs/gir-files @ a5a578a9) +Generated by gir (https://github.com/gtk-rs/gir @ cea2f7c) +from gir-files (https://github.com/gtk-rs/gir-files @ 3b08e279)