From: Takashi Sakamoto Date: Sat, 4 Apr 2020 07:22:08 +0000 (+0900) Subject: ctl: ensure to remove 'transfer full' annoation from constructors X-Git-Tag: v0.1.0~233 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=aae60770e31e29d0509f1a27af53c51767e8fd94;p=alsa-gobject.git ctl: ensure to remove 'transfer full' annoation from constructors Fixes: 4277625a6bb1: ("ctl remove 'transfer full' annoation from constructors") Signed-off-by: Takashi Sakamoto --- diff --git a/src/ctl/elem-id.c b/src/ctl/elem-id.c index cb4ef10..f8ea445 100644 --- a/src/ctl/elem-id.c +++ b/src/ctl/elem-id.c @@ -37,7 +37,7 @@ ALSACtlElemId *alsactl_elem_id_new_by_numid(guint numid) * * Allocates and return an instance of ALSACtlElemId by the name. * - * Returns: (transfer full): A #ALSACtlElemId. + * Returns: A #ALSACtlElemId. */ ALSACtlElemId *alsactl_elem_id_new_by_name(ALSACtlElemIfaceType iface, guint device_id, guint subdevice_id, diff --git a/src/ctl/elem-info-int64.c b/src/ctl/elem-info-int64.c index c566eb9..9a489ca 100644 --- a/src/ctl/elem-info-int64.c +++ b/src/ctl/elem-info-int64.c @@ -116,7 +116,7 @@ static void alsactl_elem_info_int64_init(ALSACtlElemInfoInt64 *self) * * Allocate and return an instance of ALSACtlElemInfoInt64. * - * Returns: (transfer full): A #ALSACtlElemInfoInt64. + * Returns: A #ALSACtlElemInfoInt64. */ ALSACtlElemInfoInt64 *alsactl_elem_info_int64_new() { diff --git a/src/ctl/elem-value.c b/src/ctl/elem-value.c index d070260..deeec86 100644 --- a/src/ctl/elem-value.c +++ b/src/ctl/elem-value.c @@ -57,7 +57,7 @@ static void alsactl_elem_value_init(ALSACtlElemValue *self) * * Allocate and return an instance of ALSACtlElemValue. * - * Returns: (transfer full): A #ALSACtlElemValue. + * Returns: A #ALSACtlElemValue. */ ALSACtlElemValue *alsactl_elem_value_new() {