rtsp-server/gir: Document manually implemented types and functions

This commit is contained in:
Marijn Suijten 2021-05-30 17:42:58 +02:00 committed by Sebastian Dröge
parent 09d39a9cbb
commit be33e4f776

View file

@ -55,12 +55,12 @@ manual = [
"Gst.Bin",
"GstNet.NetTimeProvider",
"GstRtsp.RTSPAuthMethod",
"GstRtsp.RTSPUrl",
"GstRtsp.RTSPLowerTrans",
"GstRtsp.RTSPProfile",
"GstRtsp.RTSPRangeUnit",
"GstRtsp.RTSPResult",
"GstRtsp.RTSPStatusCode",
"GstRtsp.RTSPRangeUnit",
"GstRtsp.RTSPProfile",
"GstRtsp.RTSPLowerTrans"
"GstRtsp.RTSPUrl",
]
[[object]]
@ -113,6 +113,11 @@ name = "GstRtspServer.RTSPThread"
status = "manual"
ref_mode = "ref"
[[object.function]]
name = "stop"
# Moved to RTSPThreadRef
ignore = true
[[object]]
name = "Gst.ClockTime"
status = "manual"
@ -146,6 +151,11 @@ manual_traits = ["RTSPClientExtManual"]
name = "attach"
manual = true
[[object.function]]
name = "set_send_func"
# user_data takes raw pointer
ignore = true
[[object]]
name = "GstRtspServer.RTSPStream"
status = "generate"