From 4277625a6bb1b7852ffb1a4a089b972c72f264b4 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Sat, 4 Apr 2020 13:57:06 +0900 Subject: [PATCH] ctl remove 'transfer full' annoation from constructors Signed-off-by: Takashi Sakamoto --- src/ctl/elem-id.c | 2 +- src/ctl/elem-info-bool.c | 2 +- src/ctl/elem-info-bytes.c | 2 +- src/ctl/elem-info-enum.c | 2 +- src/ctl/elem-info-iec60958.c | 2 +- src/ctl/elem-info-int.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/ctl/elem-id.c b/src/ctl/elem-id.c index 79c7017..cb4ef10 100644 --- a/src/ctl/elem-id.c +++ b/src/ctl/elem-id.c @@ -14,7 +14,7 @@ G_DEFINE_BOXED_TYPE(ALSACtlElemId, alsactl_elem_id, ctl_elem_id_copy, g_free); * * Allocates and return an instance of ALSACtlElemId by the numerical ID. * - * Returns: (transfer full): A #ALSACtlElemId. + * Returns: A #ALSACtlElemId. */ ALSACtlElemId *alsactl_elem_id_new_by_numid(guint numid) { diff --git a/src/ctl/elem-info-bool.c b/src/ctl/elem-info-bool.c index ac2623f..be75dfd 100644 --- a/src/ctl/elem-info-bool.c +++ b/src/ctl/elem-info-bool.c @@ -75,7 +75,7 @@ static void alsactl_elem_info_bool_init(ALSACtlElemInfoBool *self) * * Allocate and return an instance of ALSACtlElemInfoBool. * - * Returns: (transfer full): A #ALSACtlElemInfoBool. + * Returns: A #ALSACtlElemInfoBool. */ ALSACtlElemInfoBool *alsactl_elem_info_bool_new() { diff --git a/src/ctl/elem-info-bytes.c b/src/ctl/elem-info-bytes.c index 0992650..9db4576 100644 --- a/src/ctl/elem-info-bytes.c +++ b/src/ctl/elem-info-bytes.c @@ -75,7 +75,7 @@ static void alsactl_elem_info_bytes_init(ALSACtlElemInfoBytes *self) * * Allocate and return an instance of ALSACtlElemInfoBytes. * - * Returns: (transfer full): A #ALSACtlElemInfoBytes. + * Returns: A #ALSACtlElemInfoBytes. */ ALSACtlElemInfoBytes *alsactl_elem_info_bytes_new() { diff --git a/src/ctl/elem-info-enum.c b/src/ctl/elem-info-enum.c index 8a28d69..13725fd 100644 --- a/src/ctl/elem-info-enum.c +++ b/src/ctl/elem-info-enum.c @@ -110,7 +110,7 @@ static void alsactl_elem_info_enum_init(ALSACtlElemInfoEnum *self) * * Allocate and return an instance of ALSACtlElemInfoEnum. * - * Returns: (transfer full): A #ALSACtlElemInfoEnum. + * Returns: A #ALSACtlElemInfoEnum. */ ALSACtlElemInfoEnum *alsactl_elem_info_enum_new() { diff --git a/src/ctl/elem-info-iec60958.c b/src/ctl/elem-info-iec60958.c index 75b3d74..2960101 100644 --- a/src/ctl/elem-info-iec60958.c +++ b/src/ctl/elem-info-iec60958.c @@ -18,7 +18,7 @@ static void alsactl_elem_info_iec60958_init(ALSACtlElemInfoIec60958 *self) * * Allocate and return an instance of ALSACtlElemInfoIec60958. * - * Returns: (transfer full): A #ALSACtlElemInfoIec60958. + * Returns: A #ALSACtlElemInfoIec60958. */ ALSACtlElemInfoIec60958 *alsactl_elem_info_iec60958_new() { diff --git a/src/ctl/elem-info-int.c b/src/ctl/elem-info-int.c index dd206bd..9c6f23c 100644 --- a/src/ctl/elem-info-int.c +++ b/src/ctl/elem-info-int.c @@ -116,7 +116,7 @@ static void alsactl_elem_info_int_init(ALSACtlElemInfoInt *self) * * Allocate and return an instance of ALSACtlElemInfoInt. * - * Returns: (transfer full): A #ALSACtlElemInfoInt. + * Returns: A #ALSACtlElemInfoInt. */ ALSACtlElemInfoInt *alsactl_elem_info_int_new() { -- 2.47.3