[gcr: 1/2] attributes: Fix annotations syntax



commit 721bf216315d2921a21ff24b8f784b9447cf28ed
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date:   Thu Mar 7 03:13:40 2019 +0100

    attributes: Fix annotations syntax
    
    Annotations parameters should only have a final colon.

 gck/gck-attributes.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gck/gck-attributes.c b/gck/gck-attributes.c
index 81716a2..d0b9401 100644
--- a/gck/gck-attributes.c
+++ b/gck/gck-attributes.c
@@ -425,7 +425,7 @@ gck_builder_copy (GckBuilder *builder)
  * gck_builder_take_data:
  * @builder: the builder
  * @attr_type: the new attribute type
- * @value: (transfer full): (array length=length): (allow-none): the new
+ * @value: (transfer full) (array length=length) (allow-none): the new
  *         attribute memory
  * @length: the length of the memory
  *
@@ -474,7 +474,7 @@ gck_builder_take_data (GckBuilder *builder,
  * gck_builder_add_data:
  * @builder: the builder
  * @attr_type: the new attribute type
- * @value: (array length=length): (allow-none): the new attribute memory
+ * @value: (array length=length) (allow-none): the new attribute memory
  * @length: the length of the memory
  *
  * Add a new attribute to the builder with an arbitrary value. Unconditionally
@@ -515,7 +515,7 @@ gck_builder_add_data (GckBuilder *builder,
  * gck_builder_set_data:
  * @builder: the builder
  * @attr_type: the attribute type
- * @value: (array length=length): (allow-none): the new attribute memory
+ * @value: (array length=length) (allow-none): the new attribute memory
  * @length: the length of the memory
  *
  * Set a new attribute to the builder with an arbitrary value. If an attribute
@@ -2320,7 +2320,7 @@ gck_attributes_ref_sink (GckAttributes *attrs)
 
 /**
  * gck_attributes_unref:
- * @attrs: (allow-none): (type Gck.Attributes): An attribute array
+ * @attrs: (allow-none) (type Gck.Attributes): An attribute array
  *
  * Unreference this attribute array.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]