From 115d3e72589bbfa63cd1b8cc05d0397596fbeef2 Mon Sep 17 00:00:00 2001 From: "Arnel A. Borja" Date: Fri, 29 Mar 2013 15:40:37 +0800 Subject: [PATCH] libanjuta: bgo #696984 - Fix allow-none annotation typo in a documentation comments --- libanjuta/anjuta-completion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libanjuta/anjuta-completion.c b/libanjuta/anjuta-completion.c index dee0d4030..533a1df01 100644 --- a/libanjuta/anjuta-completion.c +++ b/libanjuta/anjuta-completion.c @@ -273,7 +273,7 @@ anjuta_completion_set_filter_func (AnjutaCompletion* self, /** * anjuta_completion_set_item_destroy_func: * @self: a #AnjutaCompletion - * @item_destroy_func: (allow none): the function to be called on + * @item_destroy_func: (allow-none): the function to be called on * the added items when the #AnjutaCompletion object is destroyed. */ void -- 2.11.4.GIT