summaryrefslogtreecommitdiff
path: root/tests/test_overrides_gobject.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-13/+1
* Value.get/set_value: use _gvalue_get/set in more casesChristoph Reiter2019-01-191-29/+161
* Value.set_value: allow None for TYPE_STRINGChristoph Reiter2019-01-191-2/+2
* basic: allow None for boolean parametersChristoph Reiter2019-01-191-2/+3
* GObject.Value: a bit more test coverageChristoph Reiter2019-01-181-0/+26
* GObject.Value: deprecate calling get/set_boxed on a non-boxed valueChristoph Reiter2019-01-181-0/+8
* GValue.get_value: fix crashes for VariantsChristoph Reiter2018-11-251-3/+4
* gtype: raise ValueError when converting an invalid GType to CChristoph Reiter2018-11-251-3/+5
* Value.set_value: raise TypeError in case the wrong type is passed, not ValueE...Christoph Reiter2018-11-241-2/+2
* gobject overrides: improve coverageChristoph Reiter2018-11-241-0/+265