From bdbd485ad0f773abac04ffc54dfdfd9a9d437bda Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Mon, 11 Feb 2019 18:26:04 +0900 Subject: [PATCH] ges-meta-container: Fix g-i annotation ges-meta-container.c:516: Warning: GES: invalid "allow-none" annotation: only valid for pointer types and out parameters --- ges/ges-meta-container.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ges/ges-meta-container.c b/ges/ges-meta-container.c index a9b4630ec0..4c37e27ee9 100644 --- a/ges/ges-meta-container.c +++ b/ges/ges-meta-container.c @@ -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