ges-meta-container: Fix g-i annotation
authorSeungha Yang <seungha.yang@navercorp.com>
Mon, 11 Feb 2019 09:26:04 +0000 (18:26 +0900)
committerSeungha Yang <seungha.yang@navercorp.com>
Mon, 11 Feb 2019 09:27:53 +0000 (18:27 +0900)
ges-meta-container.c:516: Warning: GES: invalid "allow-none" annotation:
only valid for pointer types and out parameters

ges/ges-meta-container.c

index a9b4630..4c37e27 100644 (file)
@@ -513,7 +513,7 @@ ges_meta_container_register_meta_ ## name (GESMetaContainer *container,\
  * @container: Target container
  * @flags: The #GESMetaFlag to be used
  * @meta_item: Name of the meta item to set
- * @value: (allow-none): Value to set
+ * @value: Value to set
  *
  * Sets a static meta on @container. This method lets you define static
  * metadatas, which means that the type of the registered will be the only