diff options
author | Johan Dahlin <johan@gnome.org> | 2011-11-25 12:09:51 -0200 |
---|---|---|
committer | Johan Dahlin <jdahlin@litl.com> | 2011-11-25 12:10:39 -0200 |
commit | 699ad0fec427c79bec1c41b2cf8e2441b9b959bc (patch) | |
tree | 457ff8073378be85ba8566afec81328fd12bbf2e /tests/scanner/Annotation-1.0-expected.gir | |
parent | 9b27ce73aaeb4159daa873cdb314a50447a3143d (diff) | |
download | gobject-introspection-699ad0fec427c79bec1c41b2cf8e2441b9b959bc.tar.gz |
Add a floating alias for none
https://bugzilla.gnome.org/show_bug.cgi?id=657202
Diffstat (limited to 'tests/scanner/Annotation-1.0-expected.gir')
-rw-r--r-- | tests/scanner/Annotation-1.0-expected.gir | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/scanner/Annotation-1.0-expected.gir b/tests/scanner/Annotation-1.0-expected.gir index 4449604c..88b9ea4e 100644 --- a/tests/scanner/Annotation-1.0-expected.gir +++ b/tests/scanner/Annotation-1.0-expected.gir @@ -835,6 +835,13 @@ detection, and fixing it via annotations.</doc> <type name="GObject.Object" c:type="GObject*"/> </return-value> </function> + <function name="transfer_floating" + c:identifier="annotation_transfer_floating"> + <return-value transfer-ownership="none"> + <doc xml:whitespace="preserve">A floating object</doc> + <type name="GObject.Object" c:type="GObject*"/> + </return-value> + </function> <function name="versioned" c:identifier="annotation_versioned" version="0.6"> |