summaryrefslogtreecommitdiff
path: root/tests/scanner/annotation.h
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-09-23 23:21:57 -0300
committerJohan Dahlin <johan@gnome.org>2010-09-24 11:03:51 -0300
commit33e12c4a144f97b295e0e7ba560042d071a5f7d6 (patch)
treea7d5aa01f958f48db5273991872e9d3fb388482f /tests/scanner/annotation.h
parente262dcaf557df83bd40572a8f94032a4da6148c5 (diff)
downloadgobject-introspection-33e12c4a144f97b295e0e7ba560042d071a5f7d6.tar.gz
Fix a couple of broken annotations
Diffstat (limited to 'tests/scanner/annotation.h')
-rw-r--r--tests/scanner/annotation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scanner/annotation.h b/tests/scanner/annotation.h
index e4f29065..559ea705 100644
--- a/tests/scanner/annotation.h
+++ b/tests/scanner/annotation.h
@@ -23,7 +23,7 @@ typedef GList* (*AnnotationListCallback) (GList *in);
/**
* AnnotationNotifyFunc:
- * @data: (closure): The user data
+ * @data: (closure data): The user data
*
* This is a callback with a 'closure' argument that is not named
* 'user_data' and hence has to be annotated.