summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohan Bilien <jobi@via.ecp.fr>2009-01-28 13:25:32 +0000
committerJohan Bilien <jobi@src.gnome.org>2009-01-28 13:25:32 +0000
commit60330a261e75e372c71cdbfbc4e0b31654178328 (patch)
treeed00a4879b8f3aafd64186ac5bd3d95b4bfcd992 /tests
parentedd7dbdc44a0b8533be376173c8d73c11ee8ad51 (diff)
downloadgobject-introspection-60330a261e75e372c71cdbfbc4e0b31654178328.tar.gz
add missing with_voidp
2009-01-28 Johan Bilien <jobi@via.ecp.fr> * tests/scanner/annotation-1.0-expected.gir: add missing with_voidp svn path=/trunk/; revision=1074
Diffstat (limited to 'tests')
-rw-r--r--tests/scanner/annotation-1.0-expected.gir10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/scanner/annotation-1.0-expected.gir b/tests/scanner/annotation-1.0-expected.gir
index 4c65b093..ba4d991a 100644
--- a/tests/scanner/annotation-1.0-expected.gir
+++ b/tests/scanner/annotation-1.0-expected.gir
@@ -204,6 +204,16 @@ objects.">
</type>
</return-value>
</method>
+ <method name="with_voidp" c:identifier="annotation_object_with_voidp">
+ <return-value transfer-ownership="none">
+ <type name="none" c:type="void"/>
+ </return-value>
+ <parameters>
+ <parameter name="data" transfer-ownership="none">
+ <type name="any" c:type="void*"/>
+ </parameter>
+ </parameters>
+ </method>
<method name="get_objects"
c:identifier="annotation_object_get_objects"
doc="This is a test for returning a list of objects.