summaryrefslogtreecommitdiff
path: root/glib/gdataset.c
Commit message (Expand)AuthorAgeFilesLines
* dataset: Document some logicPeter Bloomfield2022-06-271-0/+8
* dataset: Improve readabilityPeter Bloomfield2022-06-271-2/+5
* gdataset: Preserve destruction orderPeter Bloomfield2022-06-231-3/+3
* dataset: Do not incrementPeter Bloomfield2022-06-231-7/+6
* Add g_datalist_id_remove_multipleMatthias Clasen2022-05-231-0/+103
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Changed gendered terms to be gender-neutralgonyere2021-11-121-1/+1
* docs: Break gtk-doc stanzas into paragraphsEmmanuele Bassi2021-08-021-3/+3
* Fixing signedness in gdataset.cEmmanuel Fleury2019-01-281-3/+3
* gdataset: Fix a typo in a documentation commentPhilip Withnall2018-01-151-1/+1
* glib: document restrictions on various foreach() functionsDan Winship2017-11-161-2/+10
* gdataset: Skip problematic functions in the introspectionMikhail Zabaluev2017-09-111-12/+12
* gdataset: Annotate the closuresMikhail Zabaluev2017-09-111-8/+9
* gdataset: Correct (nullable) and (transfer none) annotationsMikhail Zabaluev2017-09-111-12/+16
* g_datalist_id_replace_data: Annotate the out parameterMikhail Zabaluev2017-09-111-1/+1
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-10/+10
* glib: Add missing (nullable) and (optional) annotationsPhilip Withnall2015-11-071-5/+5
* Speed up g_dataset_id_dup_dataMatthias Clasen2015-09-121-4/+3
* GDataSet: silently accept NULL/0 as keysMatthias Clasen2014-10-021-2/+1
* docs: Use "Returns:" instead "Return:"Javier Jardón2014-07-101-1/+1
* all: remove use of 'register' keywordRyan Lortie2014-06-281-5/+5
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-1/+1
* Eradicate links and xrefsMatthias Clasen2014-02-081-3/+3
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
* Remove an unused defineMatthias Clasen2013-12-111-3/+0
* Use "Returns:" instead of the invalid "@returns" for annotating return values.Robert Ancell2012-11-011-7/+12
* Fix up docs for GDuplicateFuncMatthias Clasen2012-09-231-0/+1
* Add compare-and exchange for data listsMatthias Clasen2012-09-021-25/+198
* Put quarks in their own source fileMatthias Clasen2012-08-281-298/+1
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-4/+4
* comments/docs: Fix couple of typosRavi Sankar Guntur2012-01-281-2/+2
* g_data_set_internal: avoid use-after-free if datalist is in datasetSimon McVittie2011-12-141-2/+8
* Don't #include <glib/gslice.h> from gmem.hRyan Lortie2011-09-181-0/+1
* Spelling fixesMatthias Clasen2011-08-291-1/+1
* [gi] Add annotations to g_quark functionsPavel Holejsovsky2011-08-211-5/+5
* Rename a few argumentsRyan Lortie2011-07-221-2/+2
* Remove all uses of G_CONST_RETURNRyan Lortie2011-06-091-3/+3
* GDataList: don't hold the bitlock over callbacksMatthias Clasen2011-06-061-16/+29
* Fix doc typosMatthias Clasen2011-06-041-2/+2
* Use g_atomic_pointer_or/and to set datalist flagsAlexander Larsson2011-06-031-16/+4
* Make g_datalist_get_data not look up the quarkAlexander Larsson2011-06-031-10/+42
* Make quark to string locklessAlexander Larsson2011-06-031-11/+26
* Make g_datalist not use a global lock and perform betterAlexander Larsson2011-06-031-160/+244
* Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi2011-03-151-3/+3
* Remove all uses of G_CONST_RETURNRyan Lortie2011-03-151-3/+3
* Correct gtk-doc SECTION: syntaxJohan Dahlin2011-02-011-3/+3
* Bug 630185 — Allow NULL strings in g_quark_try_string()Philip Withnall2010-09-211-2/+4
* Build fixes for the fall-out of the inclusion changesEmmanuele Bassi2010-09-041-0/+1
* More include cleanupsMatthias Clasen2010-09-031-3/+8