]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
seq: remove 'transfer full' annoation from constructors
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sat, 4 Apr 2020 04:54:32 +0000 (13:54 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Sat, 4 Apr 2020 05:37:14 +0000 (14:37 +0900)
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/seq/addr.c
src/seq/event-fixed.c
src/seq/event-variable.c
src/seq/subscribe-data.c

index f7599b76e3094bd0c1cb44d3ecd7e450a5ba68b0..67950d636ba508e6d085e49644ef6c55b4cd36e5 100644 (file)
@@ -15,7 +15,7 @@ G_DEFINE_BOXED_TYPE(ALSASeqAddr, alsaseq_addr, seq_addr_copy, g_free)
  *
  * Allocate and return an instance of ALSASeqAddr.
  *
- * Returns: (transfer full): A #ALSASeqAddr.
+ * Returns: A #ALSASeqAddr.
  */
 ALSASeqAddr *alsaseq_addr_new(guint8 client_id, guint8 port_id)
 {
index 973f5bcb35efbf4c2876615bdc1a470acf077559..da285eb8b87ac088cc3c34184b957421967d3f57 100644 (file)
@@ -189,7 +189,7 @@ static void alsaseq_event_fixed_init(ALSASeqEventFixed *self)
  *
  * Allocate and returns an instance of #ALSASeqEventFixed class.
  *
- * Returns: (transfer full): A #ALSASeqEventFixed.
+ * Returns: A #ALSASeqEventFixed.
  */
 ALSASeqEventFixed *alsaseq_event_fixed_new(ALSASeqEventType event_type,
                                            GError **error)
index 537388cdf45afd5c0f0fbae8d8570e7fc40ea723..2331706280465290ffe7d7f26bc5d2bf0a1f8250 100644 (file)
@@ -43,7 +43,7 @@ static void alsaseq_event_variable_init(ALSASeqEventVariable *self)
  *
  * Allocate and return an instance of #ALSASeqEventVariable class.
  *
- * Returns: (transfer full): A #ALSASeqEventVariable.
+ * Returns: A #ALSASeqEventVariable.
  */
 ALSASeqEventVariable *alsaseq_event_variable_new(ALSASeqEventType event_type,
                                                  GError **error)
index 07d6ba6624085936bdfbaab809d5fe149f8951a2..4ef47b56460b7c49924efe2a24ee50a37a137bc0 100644 (file)
@@ -124,7 +124,7 @@ static void alsaseq_subscribe_data_init(ALSASeqSubscribeData *self)
  *
  * Allocates and returns the instance of ALSASeqSubscribeData class.
  *
- * Returns: (transfer full): A #ALSASeqSubscribeData.
+ * Returns: A #ALSASeqSubscribeData.
  */
 ALSASeqSubscribeData *alsaseq_subscribe_data_new()
 {