summaryrefslogtreecommitdiff
path: root/gck
diff options
context:
space:
mode:
authorMarco Trevisan (TreviƱo) <mail@3v1n0.net>2019-03-07 03:13:40 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2019-05-22 18:04:24 +0000
commit721bf216315d2921a21ff24b8f784b9447cf28ed (patch)
treec0f33d5df195cf09788367695daceb23c39703e0 /gck
parentb56f28ad3f36179d6821b3a695395c73c6c8bba7 (diff)
downloadgcr-721bf216315d2921a21ff24b8f784b9447cf28ed.tar.gz
attributes: Fix annotations syntax
Annotations parameters should only have a final colon.
Diffstat (limited to 'gck')
-rw-r--r--gck/gck-attributes.c8
1 files 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.
*