summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-Gjs-expected/Regress.annotation_transfer_floating.page
Commit message (Collapse)AuthorAgeFilesLines
* Add a test for "(in) (transfer floating)" parameters beeing an alias for ↵Christoph Reiter2017-05-171-1/+9
| | | | | | | | | | | | | | | | | | | | | "(in) (transfer none)". The "(in)" alias was (unintenionally?) introduced in https://git.gnome.org/browse/gobject-introspection/commit/?id=699ad0fec427c79bec1 which added an alias for return annotations. This change makes sure that this continues to work. Functions which ref_sink in params are currently marked as transfer-none since in the case of non-floating objects (which all bindings use) no ownership gets transfered. But in case of floating objects, which is the common case when using the C API directly, the ownership _is_ transfered. Using transfer-floating should make this clearer while giving the same result for bindings. Functions where this could be used: gst_bin_add, gtk_container_add, gst_element_add_pad See https://bugzilla.gnome.org/show_bug.cgi?id=657202 and https://bugzilla.gnome.org/show_bug.cgi?id=702960 https://bugzilla.gnome.org/show_bug.cgi?id=742618
* doctool: update testsGiovanni Campagna2014-03-051-1/+1
|
* doctool: update testsGiovanni Campagna2014-02-261-1/+1
|
* doctool: update reference testsGiovanni Campagna2014-02-201-16/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=724735
* doctool: Use format_xref to format some links to pagesJasper St. Pierre2013-02-151-1/+1
| | | | | | We don't do a full 100% conversion for all link tags, yet, because I don't want to break too much here. This may come later.
* doctool: Fix use of <dl> tag in templatesJasper St. Pierre2013-02-141-4/+6
| | | | This isn't legal Mallard
* tests: Use Regress GIR for doctoolJasper St. Pierre2013-02-111-0/+40
This makes us test a lot more functionality in the doc tool, and removes the need to have a lot of different test libraries, and different test infrastructure.