summaryrefslogtreecommitdiff
path: root/tests/scanner/annotation.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2008-11-17 22:07:26 +0000
committerDan Winship <danw@src.gnome.org>2008-11-17 22:07:26 +0000
commit37b60d07bd7ca7861a0758d47ad386730f8509fa (patch)
tree2dfd43f97c2fb9a3ce80e0c6eefa0ad960b755cf /tests/scanner/annotation.h
parente123aa13f6478ff7486c610e49a9c2f5efab194b (diff)
downloadgobject-introspection-37b60d07bd7ca7861a0758d47ad386730f8509fa.tar.gz
fix spelling of GHashTable. #561135
* giscanner/glibtransformer.py (GLibTransformer.__init__): fix spelling of GHashTable. #561135 * tests/scanner/annotation.c (annotation_object_get_hash): * tests/scanner/annotation-1.0-expected.gir: * tests/scanner/annotation-1.0-expected.tgir: add a test of GHashTable annotations svn path=/trunk/; revision=940
Diffstat (limited to 'tests/scanner/annotation.h')
-rw-r--r--tests/scanner/annotation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/scanner/annotation.h b/tests/scanner/annotation.h
index 116b881d..d79c309d 100644
--- a/tests/scanner/annotation.h
+++ b/tests/scanner/annotation.h
@@ -55,6 +55,7 @@ gint annotation_object_calleesowns (AnnotationObject *object,
GObject **toown1,
GObject **toown2);
GList* annotation_object_get_strings (AnnotationObject *object);
+GHashTable*annotation_object_get_hash (AnnotationObject *object);
GSList* annotation_object_get_objects (AnnotationObject *object);
void annotation_object_use_buffer (AnnotationObject *object,