summaryrefslogtreecommitdiff
path: root/gobject/gparam.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Imported Upstream version 2.55.0Hyunjee Kim1-2/+2
2017-09-29Imported Upstream version 2.53.3DongHun Kwak1-1/+1
2017-05-19Imported Upstream version 2.51.1DongHun Kwak1-4/+4
2016-05-10Imported Upstream version 2.48.0Ryan Lortie1-11/+35
2015-02-05docs: fix many documentation issues in gobject/Xavier Claessens1-1/+1
2014-06-12gparam: Remove unnecessary conditionals around preconditionsColin Walters1-5/+2
2014-02-06Stop using <para> for idsMatthias Clasen1-6/+6
2014-02-06Docs: replace <literal> by `Matthias Clasen1-3/+3
2014-02-01Docs: Big entity cleanupMatthias Clasen1-6/+6
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-06-24gparam: Use the new private instance data APIEmmanuele Bassi1-5/+10
2013-05-21Use 'dumb quotes' rather than `really dumb quotes'Dan Winship1-5/+5
2013-04-23GParamSpec: add g_param_spec_get_default_value()Ryan Lortie1-0/+62
2012-08-18It is 'registered', not 'registred'Matthias Clasen1-1/+1
2011-11-29Do not use static GTypeInfo and GInterfaceInfoNicola Fontana1-1/+1
2011-10-18gobject: Use G_VALUE_INITJavier Jardón1-2/+2
2011-10-16gobject/gio: some last missed statics/incluesRyan Lortie1-1/+1
2011-10-02locks: drop _INIT macrosRyan Lortie1-1/+1
2011-09-21GParamSpecPool: port from GStaticMutex to GMutexRyan Lortie1-19/+16
2011-08-29Spelling fixesMatthias Clasen1-2/+2
2011-08-17Add (allow-none) annotation for GValue setters.Pavel Holejsovsky1-3/+3
2011-07-21GParam: try to avoid further invalid usesRyan Lortie1-17/+22
2011-07-15GParamSpec: intern property namesRyan Lortie1-6/+12
2011-06-09Remove all uses of G_CONST_RETURNRyan Lortie1-3/+3
2011-06-09gobject: remove -DG_DISABLE_CONST_RETURNSRyan Lortie1-1/+2
2011-06-04GParamSpec: avoid unnecessary double initialization of qdataMatthias Clasen1-16/+9
2011-06-03gobject: Use _ prefixing in private headers over G_GNUC_INTERNAL in public he...Colin Walters1-1/+1
2011-03-15Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi1-3/+3
2011-03-15Remove all uses of G_CONST_RETURNRyan Lortie1-3/+3
2010-12-27Add GI annotations to GParamSpecPavel Holejsovsky1-18/+21
2010-12-19Add GI annotations to GValue and GValueArray.Pavel Holejsovsky1-2/+2
2010-09-03Make ordering for overridden interface properties consistentMatthias Clasen1-1/+7
2010-07-07gobject/: fully remove gobjectalias hacksRyan Lortie1-4/+0
2009-02-23Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen1-1/+1
2008-09-26add uint* -> int* casts in g_atomic_int calls to avoid gcc warningsDan Winship1-2/+2
2008-08-21Revert fix for 548689Johan Dahlin1-1/+6
2008-08-20Bug 548689 – The type name for GParamSpec is wrongJohan Dahlin1-1/+1
2008-07-02Fix up section commentsMatthias Clasen1-8/+5
2008-06-22remove trailing whitespace from newly added gtk-doc comments andMichael Natterer1-118/+129
2008-06-22moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer1-13/+17
2008-06-21Migrating docs.Stefan Kost1-0/+43
2008-06-21Add --sgml-mode to allow sgml in doc-fragments (which somehow works beforeStefan Kost1-0/+1
2008-06-21Add titles back from tmpl.Stefan Kost1-0/+1
2008-06-21Migrating docs.Stefan Kost1-3/+309
2008-02-23Typo fixMatthias Clasen1-1/+1
2006-09-11reimplemented floating flag handling by atomically accessing a reservedTim Janik1-8/+9
2005-11-23added floating reference count. g_object_is_floating():Tim Janik1-0/+11
2005-09-22fix pspec->name assignment which needs to be strdup()ed for nonTim Janik1-9/+11
2005-09-01Don't forget to free the tmp stringMatthias Clasen1-0/+1
2005-08-31Intern the name here, since we need the quark anyway when sending changeMatthias Clasen1-3/+5