1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-06 11:35:32 +00:00

doc: Fix gtk-doc transfer annotations

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-04-26 10:29:24 +02:00
parent 0c475a41dd
commit 5ed24c4ed7
4 changed files with 11 additions and 11 deletions

View file

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

View file

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

View file

@ -314,7 +314,7 @@ calls_contacts_provider_get_individuals (CallsContactsProvider *self)
*
* Get a best contact match for a phone number
*
* Returns: (transfer: full): The best match as #CallsBestMatch
* Returns: (transfer full): The best match as #CallsBestMatch
*/
CallsBestMatch *
calls_contacts_provider_lookup_phone_number (CallsContactsProvider *self,

View file

@ -149,7 +149,7 @@ calls_provider_get_status (CallsProvider *self)
*
* Get the list of #CallsOrigin interfaces offered by this provider.
*
* Returns: (transfer: none): A #GListModel of origins
* Returns: (transfer none): A #GListModel of origins
*/
GListModel *
calls_provider_get_origins (CallsProvider *self)
@ -165,7 +165,7 @@ calls_provider_get_origins (CallsProvider *self)
*
* Get a #CallsProvider plugin by name
*
* Returns: (transfer: full): A #CallsProvider
* Returns: (transfer full): A #CallsProvider
*/
CallsProvider *
calls_provider_load_plugin (const char *name)