mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 00:58:12 +00:00
rtsp-server: sprinkle some allow-none annotations for g-i
This commit is contained in:
parent
a106950f70
commit
33c4bdfa01
5 changed files with 5 additions and 5 deletions
|
@ -2884,7 +2884,7 @@ gst_rtsp_client_attach (GstRTSPClient * client, GMainContext * context)
|
|||
/**
|
||||
* gst_rtsp_client_session_filter:
|
||||
* @client: a #GstRTSPClient
|
||||
* @func: (scope call): a callback
|
||||
* @func: (scope call) (allow-none): a callback
|
||||
* @user_data: user data passed to @func
|
||||
*
|
||||
* Call @func for each session managed by @client. The result value of @func
|
||||
|
|
|
@ -1330,7 +1330,7 @@ no_source:
|
|||
/**
|
||||
* gst_rtsp_server_client_filter:
|
||||
* @server: a #GstRTSPServer
|
||||
* @func: (scope call): a callback
|
||||
* @func: (scope call) (allow-none): a callback
|
||||
* @user_data: user data passed to @func
|
||||
*
|
||||
* Call @func for each client managed by @server. The result value of @func
|
||||
|
|
|
@ -506,7 +506,7 @@ filter_func (gchar * sessionid, GstRTSPSession * sess, FilterData * data)
|
|||
/**
|
||||
* gst_rtsp_session_pool_filter:
|
||||
* @pool: a #GstRTSPSessionPool
|
||||
* @func: (scope call): a callback
|
||||
* @func: (scope call) (allow-none): a callback
|
||||
* @user_data: user data passed to @func
|
||||
*
|
||||
* Call @func for each session in @pool. The result value of @func determines
|
||||
|
|
|
@ -311,7 +311,7 @@ gst_rtsp_session_get_media (GstRTSPSession * sess, const gchar * path,
|
|||
/**
|
||||
* gst_rtsp_session_filter:
|
||||
* @sess: a #GstRTSPSession
|
||||
* @func: (scope call): a callback
|
||||
* @func: (scope call) (allow-none): a callback
|
||||
* @user_data: user data passed to @func
|
||||
*
|
||||
* Call @func for each media in @sess. The result value of @func determines
|
||||
|
|
|
@ -2068,7 +2068,7 @@ gst_rtsp_stream_get_rtcp_socket (GstRTSPStream * stream, GSocketFamily family)
|
|||
/**
|
||||
* gst_rtsp_stream_transport_filter:
|
||||
* @stream: a #GstRTSPStream
|
||||
* @func: (scope call): a callback
|
||||
* @func: (scope call) (allow-none): a callback
|
||||
* @user_data: user data passed to @func
|
||||
*
|
||||
* Call @func for each transport managed by @stream. The result value of @func
|
||||
|
|
Loading…
Reference in a new issue