summaryrefslogtreecommitdiff
path: root/glib/gsequence.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Rename user data parameters to user_data"badcel2023-01-091-1/+1
* Rename user data parameters to user_dataTestingPlant2022-05-221-1/+1
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* sequence: add g_sequence_is_empty()Christian Hergert2015-10-151-0/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+37
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
* Make single includes mandatoryMatthias Clasen2011-10-121-1/+1
* New API: g_sequence_lookup() and g_sequence_lookup_iter()Xavier Claessens2010-12-201-0/+8
* #define __GLIB_H_INSIDE__ around including everything.Michael Natterer2008-05-051-1/+1
* make it possible to disable single-file includes by definingMichael Natterer2008-03-141-1/+8
* Don't export the consistency check functionMatthias Clasen2007-03-171-3/+0
* 2.13.0GLIB_2_13_0Matthias Clasen2007-03-161-0/+3
* Compile fix.Cody Russell2007-02-051-1/+1
* New files implementing GSequence, a list implemented using a binary tree.Soren Sandmann2007-02-031-0/+121