]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
ctl: ensure to remove 'transfer full' annoation from constructors
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sat, 4 Apr 2020 07:22:08 +0000 (16:22 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Mon, 6 Apr 2020 00:47:42 +0000 (09:47 +0900)
Fixes: 4277625a6bb1: ("ctl remove 'transfer full' annoation from constructors")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/ctl/elem-id.c
src/ctl/elem-info-int64.c
src/ctl/elem-value.c

index cb4ef100dfb9ad6c17ba5a03ad282703dda70a99..f8ea445a2b549db4e36db102cdadc651f3a885ee 100644 (file)
@@ -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,
index c566eb9af4e4e28d8705287887fa3d6d993b78d9..9a489ca1f16fd75dbc8b6c3ad8d907cbd817c0f4 100644 (file)
@@ -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()
 {
index d0702600a7b18d78b868cc84ee556bb7da10f80f..deeec8658813528766f79eef65537b3b10d35baa 100644 (file)
@@ -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()
 {