Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Bilien <jobi@via.ecp.fr>2009-01-28 13:25:32 (GMT)
committer Johan Bilien <jobi@src.gnome.org>2009-01-28 13:25:32 (GMT)
commit60330a261e75e372c71cdbfbc4e0b31654178328 (patch)
treeed00a4879b8f3aafd64186ac5bd3d95b4bfcd992
parentedd7dbdc44a0b8533be376173c8d73c11ee8ad51 (diff)
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
-rw-r--r--ChangeLog5
-rw-r--r--tests/scanner/annotation-1.0-expected.gir10
2 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 702f1ab..e3a418c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 4c65b09..ba4d991 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.