rtsp-server: sprinkle some allow-none annotations for g-i

This commit is contained in:
Tim-Philipp Müller 2013-11-18 10:47:04 +00:00
parent a106950f70
commit 33c4bdfa01
5 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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