summaryrefslogtreecommitdiff
path: root/tests/regressextra.c
Commit message (Collapse)AuthorAgeFilesLines
* pygobject-object: Avoid checking whether NULL is floatingAlexandru Băluț2020-01-201-0/+20
| | | | This issue was introduced in a102f046a178472278522e3e9d7c0b40ecd52ade.
* pygobject-object: fix refcount of floating return valuesMathieu Duponchelle2019-08-111-0/+40
| | | | | | | | | When g_signal_emitv returns a floating reference as the return value, which we end up ref_sinking, do not unset the GValue, as we've taken ownership from it and don't want it to drop its reference. Adds a test that highlights the issue
* Add Cairo Pattern foreign struct.Renato Florentino Garcia2019-02-211-0/+52
|
* cairo: support cairo.Matrix conversion. Fixes #16Christoph Reiter2018-03-201-0/+41
|
* cairo: improve test coverage and implement in+full where missingChristoph Reiter2018-03-201-0/+143
|
* tests: add tests for boxed in GLists. See !24Christoph Reiter2018-02-161-0/+33
|
* tests: Add a test for a out transfer-none boxed arrayChristoph Reiter2018-02-161-0/+18
| | | | Makes sure we copy the array items as well.
* tests: test_boxed_c_wrapper failing testsMikhail Fludkov2018-02-081-0/+51
Introduced here 1ec8d58