summaryrefslogtreecommitdiff
path: root/gobject/gbinding.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-09Remove all uses of G_CONST_RETURNRyan Lortie1-2/+2
2011-06-09gobject: remove -DG_DISABLE_CONST_RETURNSRyan Lortie1-2/+2
2011-06-08Fix a typo in GBindingColomban Wendling1-1/+1
2011-03-15Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi1-2/+2
2011-03-15Remove all uses of G_CONST_RETURNRyan Lortie1-2/+2
2010-08-04binding: Add a default marshaller for the closure APIEmmanuele Bassi1-0/+7
2010-08-03docs: Clarify user_data behavior for bind_property_full()Emmanuele Bassi1-0/+6
2010-08-03binding: Add G_BINDING_INVERT_BOOLEANEmmanuele Bassi1-2/+59
2010-08-03binding: Add a closure-based variant of bind_property_full()Emmanuele Bassi1-9/+174
2010-07-07gobject/: fully remove gobjectalias hacksRyan Lortie1-4/+0
2010-07-05Remove a redundant branchMatthias Clasen1-8/+2
2010-06-23binding: Add SYNC_CREATE to the flagsEmmanuele Bassi1-0/+9
2010-06-16binding: Use a hash tableEmmanuele Bassi1-7/+24
2010-06-15gobject: Add GBindingEmmanuele Bassi1-0/+937