doc: Fix gtk-doc transfer annotations
This commit is contained in:
@@ -101,7 +101,7 @@ calls_sip_media_manager_default ()
|
||||
* @use_srtp: Whether to use srtp (not really handled)
|
||||
* @supported_codecs: A #GList of #MediaCodecInfo
|
||||
*
|
||||
* Returns: (transfer: full) string describing capabilities
|
||||
* Returns: (transfer full): string describing capabilities
|
||||
* to be used in the session description (SDP)
|
||||
*/
|
||||
char *
|
||||
@@ -159,7 +159,7 @@ calls_sip_media_manager_get_capabilities (CallsSipMediaManager *self,
|
||||
* @port: Should eventually come from the ICE stack
|
||||
* @use_srtp: Whether to use srtp (not really handled)
|
||||
*
|
||||
* Returns: (transfer: full) string describing capabilities
|
||||
* Returns: (transfer full): string describing capabilities
|
||||
* to be used in the session description (SDP)
|
||||
*/
|
||||
char *
|
||||
@@ -187,7 +187,7 @@ get_best_codec (CallsSipMediaManager *self)
|
||||
*
|
||||
* @self: A #CallsSipMediaManager
|
||||
*
|
||||
* Returns: (transfer: none) A #GList of supported
|
||||
* Returns: (transfer none): A #GList of supported
|
||||
* #MediaCodecInfo
|
||||
*/
|
||||
GList *
|
||||
@@ -204,7 +204,7 @@ calls_sip_media_manager_codec_candidates (CallsSipMediaManager *self)
|
||||
* @self: A #CallsSipMediaManager
|
||||
* @sdp: A #sdp_media_t media description
|
||||
*
|
||||
* Returns: (transfer: full) A #GList of codecs found in the
|
||||
* Returns: (transfer full): A #GList of codecs found in the
|
||||
* SDP message
|
||||
*/
|
||||
GList *
|
||||
|
||||
@@ -60,7 +60,7 @@ media_codec_available_in_gst (MediaCodecInfo *codec) {
|
||||
*
|
||||
* @name: The name of the codec
|
||||
*
|
||||
* Returns: (transfer: none) A #MediaCodecInfo, if found
|
||||
* Returns: (transfer none): A #MediaCodecInfo, if found
|
||||
*/
|
||||
MediaCodecInfo *
|
||||
media_codec_by_name (const char *name)
|
||||
@@ -79,7 +79,7 @@ media_codec_by_name (const char *name)
|
||||
*
|
||||
* @payload_id: The payload id (see RFC 3551, 3555, 4733, 4855)
|
||||
*
|
||||
* Returns: (transfer: none) A #MediaCodecInfo, if found
|
||||
* Returns: (transfer none): A #MediaCodecInfo, if found
|
||||
*/
|
||||
MediaCodecInfo *
|
||||
media_codec_by_payload_id (guint payload_id)
|
||||
@@ -96,7 +96,7 @@ media_codec_by_payload_id (guint payload_id)
|
||||
*
|
||||
* @codec: A #MediaCodecInfo
|
||||
*
|
||||
* Returns: (transfer: full) The capability string describing GstCaps.
|
||||
* Returns: (transfer full): The capability string describing GstCaps.
|
||||
* Used for the RTP source element.
|
||||
*/
|
||||
gchar *
|
||||
@@ -111,7 +111,7 @@ media_codec_get_gst_capabilities (MediaCodecInfo *codec)
|
||||
|
||||
/* media_codecs_get_candidates:
|
||||
*
|
||||
* Returns: (transfer: none) A #GList of codec candidates of type #MediaCodecInfo
|
||||
* Returns: (transfer none): A #GList of codec candidates of type #MediaCodecInfo
|
||||
*/
|
||||
GList *
|
||||
media_codecs_get_candidates ()
|
||||
|
||||
Reference in New Issue
Block a user