summaryrefslogtreecommitdiff
path: root/glib/gsequence.c
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
* gsequence: Fix variable maybe uninitialized warningPablo Correa Gómez2022-01-251-1/+1
* gsequence: make treap priorities more random to avoid worst-case scenariosAlexandr Miloslavskiy2021-09-091-4/+50
* Extend the documentation of g_sequence_get_length()Emmanuel Fleury2020-11-171-3/+3
* Add some notes on complexity in glib/gsequence.cEmmanuel Fleury2020-09-021-1/+4
* docs: Use ‘look up’ as a verb, rather than the noun ‘lookup’Philip Withnall2019-04-261-2/+2
* gsequence: Various minor typo and reference fixes to the documentationPhilip Withnall2018-04-261-22/+16
* docs: GSequence: better document how to sort large amount of dataSébastien Wilmet2018-01-161-16/+18
* gsequence: Add seq_is_end()Garrett Regier2018-01-111-4/+14
* gsequence: Kill check_iter_access()Garrett Regier2018-01-111-30/+37
* glib: document restrictions on various foreach() functionsDan Winship2017-11-161-2/+3
* gsequence: Add introspection annotations to Return valuesPhilip Withnall2017-08-101-19/+19
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-1/+1
* gsequence: Improve is_end()Garrett Regier2016-05-091-6/+10
* Stop using g_sequence_get_length() to check if it's emptyXavier Claessens2015-10-301-1/+1
* GSequence: document that _get_length() is not O(1)Xavier Claessens2015-10-301-1/+3
* sequence: add g_sequence_is_empty()Christian Hergert2015-10-151-0/+20
* Revert "list store: Fix a parameter check"Matthias Clasen2015-09-231-11/+7
* list store: Fix a parameter checkMatthias Clasen2015-09-041-7/+11
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-24/+24
* Eradicate links and xrefsMatthias Clasen2014-02-081-6/+5
* Docs: use quotes instead of firsttermMatthias Clasen2014-02-061-7/+6
* Docs: Don't use the emphasis tagMatthias Clasen2014-01-311-77/+76
* Docs: Don't use the note tagMatthias Clasen2014-01-311-8/+0
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gsequence: Fix g_sequence_lookup() return value documentationRui Matos2013-01-261-2/+3
* Use "Returns:" instead of the invalid "@returns" for annotating return values.Robert Ancell2012-11-011-3/+4
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-1/+1
* GSequence: add note about lookup requiring sortingJörn Magens2012-03-021-0/+32
* comments/docs: Fix couple of typosRavi Sankar Guntur2012-01-281-1/+1
* Don't #include <glib/gslice.h> from gmem.hRyan Lortie2011-09-181-0/+1
* Fix doc typosMatthias Clasen2011-06-041-47/+60
* Documentation fixupsMatthias Clasen2011-05-291-21/+24
* GSequence: Make g_sequence_iter_move behave as documentedMatthias Clasen2011-04-261-1/+7
* docs: Document Since properly, 2.26 -> 2.28Javier Jardón2011-02-081-2/+2
* Correct gtk-doc SECTION: syntaxJohan Dahlin2011-02-011-1/+1
* Add note in g_sequence_search() doc about g_sequence_lookup()Xavier Claessens2010-12-201-0/+6
* New API: g_sequence_lookup() and g_sequence_lookup_iter()Xavier Claessens2010-12-201-1/+131
* Remove redundant header inclusionsMatthias Clasen2010-09-031-318/+320
* glib/: fully remove galias hacksRyan Lortie2010-07-071-5/+0
* GSequence: move docs from tmpl to .cRyan Lortie2010-01-301-0/+69
* docs: fix typoStefan Kost2009-05-201-1/+1
* /bin/ksh can't handle a for-loop with no arguments, so add a "." for whenMatthias Clasen2008-02-101-7/+17
* Fixed some minor typos in the documentation.Murray Cumming2008-01-181-1/+1
* Don't export the consistency check functionMatthias Clasen2007-03-171-55/+0
* For move, test moving between two sequences. Add test for swap.Soren Sandmann2007-02-161-343/+311
* Remove assertion. Return TRUE if the iter doesn't have a parent. FixSøren Sandmann2007-02-091-25/+29