summaryrefslogtreecommitdiff
path: root/gobject/gbinding.c
Commit message (Expand)AuthorAgeFilesLines
* gbinding: Explicitly ignore return values from g_param_value_validate()Philip Withnall2022-10-181-2/+2
* Replace most GObject warnings with criticalsMichael Catanzaro2022-08-091-42/+42
* Merge branch 'more-spdx' into 'main'Philip Withnall2022-07-051-0/+2
|\
| * Add SPDX license headers for LGPL-2.1-or-later to various filesPhilip Withnall2022-06-011-0/+2
* | gbinding: Remove some duplicated code for checking property namesPhilip Withnall2022-06-091-26/+2
|/
* docs: Start stanzas with a single paragraphEmmanuele Bassi2021-08-021-6/+9
* Handle the case of g_object_run_dispose() in GBindingSebastian Dröge2020-12-081-8/+23
* Deprecate g_binding_get_source() and get_target() in favour of dup_source() a...Sebastian Dröge2020-11-261-0/+6
* Release GBinding transform functions also when implicitly unbinding because s...Sebastian Dröge2020-11-261-7/+8
* Factor out common GBinding unbind code into a separate functionSebastian Dröge2020-11-261-81/+59
* Make transform function handling in GBinding thread-safeSebastian Dröge2020-11-261-49/+114
* Make explicit/implicit GBinding unbinding thread-safeSebastian Dröge2020-11-261-79/+268
* Add g_binding_dup_target() and g_binding_dup_source()Sebastian Dröge2020-11-261-0/+54
* Use GWeakRef in GBindingSebastian Dröge2020-11-261-43/+94
* gobject: Drop use of volatile from get_type() macrosPhilip Withnall2020-11-201-4/+4
* Add various missing nullable annotationsSebastian Dröge2020-10-191-2/+12
* gbinding: Use new g_value_set_interned_string() API for performanceEdward Hervey2020-05-191-2/+2
* gbinding: Avoid a string copy of interned property namesPhilip Withnall2019-11-151-2/+4
* gbinding: Canonicalise source and target propertiesPhilip Withnall2019-11-151-8/+81
* binding: Clarify the use of g_object_unref() to remove a bindingBenjamin Berg2018-12-171-3/+5
* g_binding_unbind: make it more introspection friendly; allow calling it multi...Christoph Reiter2018-08-161-2/+5
* Fix annotation of g_binding_unbind() to transfer-fullSebastian Dröge2018-07-251-1/+1
* Binding: bind_property’s @notify func is nullableDaniel Boles2018-01-011-2/+2
* gobject/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* Drop trailing semi-colon from G_DEFINE_ macroEmmanuele Bassi2017-04-101-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-2/+2
* binding: Simplify the default transform funcGarrett Regier2015-06-031-5/+3
* binding: Remove conditional from the default transform functionGarrett Regier2015-06-031-32/+17
* binding: Remove GObject data usageGarrett Regier2015-06-031-44/+2
* Connect to the detailed notify signal in GBindingGarrett Regier2015-05-141-18/+26
* Fix g_binding_unbind() when the source and target are the sameGarrett Regier2015-05-141-2/+7
* Convert remaining uses of 'Rename to:'Ryan Lortie2015-03-121-3/+1
* gbinding: warn on failed value transformationDan Winship2014-03-171-7/+7
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-8/+8
* Annotate all examples with their languageMatthias Clasen2014-02-011-3/+3
* Docs: Don't use the emphasis tagMatthias Clasen2014-01-311-12/+12
* Docs: Don't use the note tagMatthias Clasen2014-01-311-24/+24
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Fix overloading of "source" and "target" terminology in GBindingDan Winship2013-10-061-22/+22
* binding: Use hash table as a setEmmanuele Bassi2013-06-121-3/+4
* binding: Make unbind() release the reference on GBindingEmmanuele Bassi2013-06-121-34/+47
* binding: Add an explicit unbind()Emmanuele Bassi2013-05-021-29/+60
* Fix binding properties of the same objectMatthias Clasen2012-03-041-3/+5
* gobject: Use G_VALUE_INITJavier Jardón2011-10-181-8/+8
* Fix annotations for source/target in g_object_bind_property_*Emmanuele Bassi2011-09-221-6/+6
* Remove all uses of G_CONST_RETURNRyan Lortie2011-06-091-2/+2
* gobject: remove -DG_DISABLE_CONST_RETURNSRyan Lortie2011-06-091-2/+2
* Fix a typo in GBindingColomban Wendling2011-06-081-1/+1
* Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi2011-03-151-2/+2
* Remove all uses of G_CONST_RETURNRyan Lortie2011-03-151-2/+2