summaryrefslogtreecommitdiff
path: root/glib/gtree.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
* gtree: Make g_tree_remove_all() publicliuyangming2021-03-231-1/+10
* GTree: add an ability to iterate over a tree and a node-based APIMaciej S. Szmigiero2020-10-061-45/+406
* GTree: debugging improvementsMaciej S. Szmigiero2020-10-061-5/+19
* Add some notes on complexity in glib/gtree.cEmmanuel Fleury2020-09-021-4/+15
* Add (out) annotation to (optional) parametersДилян Палаузов2019-07-231-2/+2
* docs: Use ‘look up’ as a verb, rather than the noun ‘lookup’Philip Withnall2019-04-261-1/+1
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* glib: Add missing (nullable) and (optional) annotationsPhilip Withnall2015-11-071-2/+2
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-9/+9
* Eradicate links and xrefsMatthias Clasen2014-02-081-5/+4
* GTree: formatting fixesMatthias Clasen2014-02-011-3/+3
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Docs: don't use the structname tagMatthias Clasen2014-01-311-4/+3
* More GTree and GNode formatting and documentation fixesMatthias Clasen2014-01-191-303/+290
* Use "Returns:" instead of the invalid "@returns" for annotating return values.Robert Ancell2012-11-011-1/+2
* Fix up g_tree_foreach docsMatthias Clasen2012-09-231-3/+3
* Remove two useless lines of codeGeek872011-11-291-2/+0
* Fix a little comment error in the _GTreeNode structGeek872011-11-291-1/+1
* Don't #include <glib/gslice.h> from gmem.hRyan Lortie2011-09-181-0/+1
* Fix doc typosMatthias Clasen2011-06-041-14/+14
* Volatile not necessary after allMatthias Clasen2011-05-281-1/+1
* GTree: Declare ref_count as volatileMatthias Clasen2011-05-281-2/+2
* Correct gtk-doc SECTION: syntaxJohan Dahlin2011-02-011-1/+1
* Remove redundant header inclusionsMatthias Clasen2010-09-031-1/+4
* glib/: fully remove galias hacksRyan Lortie2010-07-071-6/+0
* GTree, GNode: move docs from tmpl to .cRyan Lortie2010-02-011-0/+67
* Ensure GTree is consistent after _destroy()Ryan Lortie2009-07-071-0/+2
* GTree: switch to GSlice, add refcounts (#587773)Ryan Lortie2009-07-051-15/+73
* honour g_mem_gc_friendly settings when freeing slices, make sureTim Janik2006-01-251-15/+0
* Replace the simple recursive implementation by a nonrecursive, threadedMatthias Clasen2006-01-141-412/+649
* Break some long lines.Matthias Clasen2006-01-091-7/+10
* Add versioned deprecation informationMatthias Clasen2005-12-051-1/+1
* prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API toTim Janik2005-11-011-32/+3
* Check the return values of g_tree_remove().Matthias Clasen2005-05-171-10/+28
* Clarify some docs. (#302062, Matthew F. Barnes)Matthias Clasen2005-04-291-1/+5
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Remove some explicit Docbook markup which is no longer necessaryMatthias Clasen2003-07-251-4/+3
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-3/+1
* Move some docs inline, and add deprecation information. To see the list ofMatthias Clasen2002-11-281-3/+4
* Documentation fixes: #71778, Owen Taylor; #85095, Bill Janssen, OwenSoeren Sandmann2002-10-121-11/+8
* Remove references to nonexisting functionsMatthias Clasen2002-05-261-4/+4
* glib/gmain.c remove references to deprecated functions in docs and warningManish Singh2002-02-031-2/+1
* Minor markup fixes.Matthias Clasen2001-12-161-8/+8
* Documentation fixes.Matthias Clasen2001-12-121-7/+7
* mention the fact that the tree is traversed in sorted order.Sven Neumann2001-12-051-7/+8
* Add notes about how you shouldn't modify these data structures as youHavoc Pennington2001-11-291-1/+5