summaryrefslogtreecommitdiff
path: root/gobject/tests/binding.c
Commit message (Expand)AuthorAgeFilesLines
* Replace most GObject warnings with criticalsMichael Catanzaro2022-08-091-1/+1
* gobject/tests/binding: Add a test with run-disposePeter Bloomfield2022-07-041-0/+48
* tests: Test g_binding_get_source() and g_binding_get_target()Philip Withnall2022-06-091-18/+32
* tests: Drop use of g_test_bug_base()Philip Withnall2021-05-131-5/+2
* Deprecate g_binding_get_source() and get_target() in favour of dup_source() a...Sebastian Dröge2020-11-261-4/+18
* Add tests for GBinding thread-safetySebastian Dröge2020-11-261-0/+178
* Add a binding test involving interfacesMatthias Clasen2020-11-021-2/+132
* binding: Use g_assert_*() in binding tests rather than g_assert()Philip Withnall2019-11-151-26/+26
* binding: Rename some test properties to include hyphensPhilip Withnall2019-11-151-34/+34
* gbinding: Canonicalise source and target propertiesPhilip Withnall2019-11-151-0/+32
* g_binding_unbind: make it more introspection friendly; allow calling it multi...Christoph Reiter2018-08-161-1/+81
* Drop trailing semi-colon from G_DEFINE_ macroEmmanuele Bassi2017-04-101-2/+2
* Fix g_binding_unbind() when the source and target are the sameGarrett Regier2015-05-141-0/+13
* tests: replace most g_print() with g_printerr()Simon McVittie2015-05-111-2/+2
* gbinding: warn on failed value transformationDan Winship2014-03-171-0/+24
* Fix overloading of "source" and "target" terminology in GBindingDan Winship2013-10-061-12/+12
* tests/binding: Ensure that the binding goes awayEmmanuele Bassi2013-06-121-2/+15
* binding: Make unbind() release the reference on GBindingEmmanuele Bassi2013-06-121-3/+1
* binding: Add an explicit unbind()Emmanuele Bassi2013-05-021-0/+32
* Remove g_type_init() callsRyan Lortie2012-10-161-1/+0
* binding: Improve test coverageMatthias Clasen2012-04-081-0/+3
* Fix binding properties of the same objectMatthias Clasen2012-03-041-0/+36
* more 'static' adding in testcasesRyan Lortie2011-10-161-0/+2
* Vary the order of unreffing dest and srcMatthias Clasen2011-02-141-1/+1
* Improve test coverageMatthias Clasen2011-02-131-3/+49
* Add bug references to some testsMatthias Clasen2010-08-131-0/+4
* binding: Add a default marshaller for the closure APIEmmanuele Bassi2010-08-041-39/+0
* binding: Add G_BINDING_INVERT_BOOLEANEmmanuele Bassi2010-08-031-5/+59
* binding: Add a closure-based variant of bind_property_full()Emmanuele Bassi2010-08-031-2/+74
* binding: Cast to avoid compiler warningBenjamin Otte2010-07-221-2/+2
* Add some more checks to the binding testsMatthias Clasen2010-07-051-1/+18
* binding: Add SYNC_CREATE to the flagsEmmanuele Bassi2010-06-231-0/+36
* tests: Add a chain bindingEmmanuele Bassi2010-06-161-0/+35
* gobject: Add GBindingEmmanuele Bassi2010-06-151-0/+326