diff options
author | Johan Bilien <jobi@via.ecp.fr> | 2009-01-28 13:25:32 +0000 |
---|---|---|
committer | Johan Bilien <jobi@src.gnome.org> | 2009-01-28 13:25:32 +0000 |
commit | 60330a261e75e372c71cdbfbc4e0b31654178328 (patch) | |
tree | ed00a4879b8f3aafd64186ac5bd3d95b4bfcd992 /tests | |
parent | edd7dbdc44a0b8533be376173c8d73c11ee8ad51 (diff) | |
download | gobject-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.gir | 10 |
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. |