From 5a2f52dab46e3239b9eef50fafb6f4c5c0038dfb Mon Sep 17 00:00:00 2001 From: bhack Date: Mon, 4 May 2026 22:05:35 +0200 Subject: [PATCH] spa-pod: mark borrowed string out params transfer none --- lib/wp/spa-pod.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/wp/spa-pod.c b/lib/wp/spa-pod.c index 3587c7d4..2627d05f 100644 --- a/lib/wp/spa-pod.c +++ b/lib/wp/spa-pod.c @@ -1163,7 +1163,7 @@ wp_spa_pod_get_double (WpSpaPod *self, double *value) * * \ingroup wpspapod * \param self the spa pod object - * \param value (out): the string value + * \param value (out) (transfer none): the string value * \returns TRUE if the value was obtained, FALSE otherwise */ gboolean @@ -1709,7 +1709,7 @@ wp_spa_pod_get_struct_valist (WpSpaPod *self, va_list args) * * \ingroup wpspapod * \param self the spa pod object - * \param key (out) (optional): the name of the property + * \param key (out) (optional) (transfer none): the name of the property * \param value (out) (optional): the spa pod value of the property * \returns TRUE if the value was obtained, FALSE otherwise */ @@ -1745,7 +1745,7 @@ wp_spa_pod_get_property (WpSpaPod *self, const char **key, * \ingroup wpspapod * \param self the spa pod object * \param offset (out) (optional): the offset of the control - * \param ctl_type (out) (optional): the control type (Properties, Midi, ...) + * \param ctl_type (out) (optional) (transfer none): the control type (Properties, Midi, ...) * \param value (out) (optional): the spa pod value of the control * \returns TRUE if the value was obtained, FALSE otherwise */ @@ -2566,7 +2566,7 @@ wp_spa_pod_parser_get_double (WpSpaPodParser *self, double *value) * * \ingroup wpspapod * \param self the spa pod parser object - * \param value (out): the string value + * \param value (out) (transfer none): the string value * \returns TRUE if the value was obtained, FALSE otherwise */ gboolean