diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | tests/scanner/annotation-1.0-expected.gir | 10 |
2 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-01-28 Johan Bilien <jobi@via.ecp.fr> + + * tests/scanner/annotation-1.0-expected.gir: add missing + with_voidp + 2009-01-27 Johan Dahlin <jdahlin@async.com.br> * gir/cairo-1.0.gir: 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. |