From c641c5fad6fca75c6b137dad618fcf56941f7c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= Date: Thu, 1 Aug 2019 07:37:07 +0200 Subject: Make annotation.c use the destroy and closure annotations the right way --- tests/scanner/annotation.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/scanner/annotation.c b/tests/scanner/annotation.c index fb8b48f4..a55166c2 100644 --- a/tests/scanner/annotation.c +++ b/tests/scanner/annotation.c @@ -714,7 +714,9 @@ regress_annotation_object_extra_annos (RegressAnnotationObject *object) /** * regress_annotation_custom_destroy: - * @callback: (destroy destroy) (closure data): Destroy notification + * @callback: Destroy notification + * @destroy: (destroy callback): + * @data: (closure callback): * * Test messing up the heuristic of closure/destroy-notification * detection, and fixing it via annotations. -- cgit v1.2.1