summaryrefslogtreecommitdiff
path: root/glib/gtree.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-19docs: use "Returns:" consistentlyWilliam Jon McCann1-9/+9
2014-02-08Eradicate links and xrefsMatthias Clasen1-5/+4
2014-02-01GTree: formatting fixesMatthias Clasen1-3/+3
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2014-01-31Docs: don't use the structname tagMatthias Clasen1-4/+3
2014-01-19More GTree and GNode formatting and documentation fixesMatthias Clasen1-303/+290
2012-11-01Use "Returns:" instead of the invalid "@returns" for annotating return values.Robert Ancell1-1/+2
2012-09-23Fix up g_tree_foreach docsMatthias Clasen1-3/+3
2011-11-29Remove two useless lines of codeGeek871-2/+0
2011-11-29Fix a little comment error in the _GTreeNode structGeek871-1/+1
2011-09-18Don't #include <glib/gslice.h> from gmem.hRyan Lortie1-0/+1
2011-06-04Fix doc typosMatthias Clasen1-14/+14
2011-05-28Volatile not necessary after allMatthias Clasen1-1/+1
2011-05-28GTree: Declare ref_count as volatileMatthias Clasen1-2/+2
2011-02-01Correct gtk-doc SECTION: syntaxJohan Dahlin1-1/+1
2010-09-03Remove redundant header inclusionsMatthias Clasen1-1/+4
2010-07-07glib/: fully remove galias hacksRyan Lortie1-6/+0
2010-02-01GTree, GNode: move docs from tmpl to .cRyan Lortie1-0/+67
2009-07-07Ensure GTree is consistent after _destroy()Ryan Lortie1-0/+2
2009-07-05GTree: switch to GSlice, add refcounts (#587773)Ryan Lortie1-15/+73
2006-01-25honour g_mem_gc_friendly settings when freeing slices, make sureTim Janik1-15/+0
2006-01-14Replace the simple recursive implementation by a nonrecursive, threadedMatthias Clasen1-412/+649
2006-01-09Break some long lines.Matthias Clasen1-7/+10
2005-12-05Add versioned deprecation informationMatthias Clasen1-1/+1
2005-11-01prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API toTim Janik1-32/+3
2005-05-17Check the return values of g_tree_remove().Matthias Clasen1-10/+28
2005-04-29Clarify some docs. (#302062, Matthew F. Barnes)Matthias Clasen1-1/+5
2005-03-14Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen1-1/+4
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen1-0/+1
2003-07-25Remove some explicit Docbook markup which is no longer necessaryMatthias Clasen1-4/+3
2002-12-04Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor1-3/+1
2002-11-28Move some docs inline, and add deprecation information. To see the list ofMatthias Clasen1-3/+4
2002-10-12Documentation fixes: #71778, Owen Taylor; #85095, Bill Janssen, OwenSoeren Sandmann1-11/+8
2002-05-26Remove references to nonexisting functionsMatthias Clasen1-4/+4
2002-02-03glib/gmain.c remove references to deprecated functions in docs and warningManish Singh1-2/+1
2001-12-16Minor markup fixes.Matthias Clasen1-8/+8
2001-12-12Documentation fixes.Matthias Clasen1-7/+7
2001-12-05mention the fact that the tree is traversed in sorted order.Sven Neumann1-7/+8
2001-11-29Add notes about how you shouldn't modify these data structures as youHavoc Pennington1-1/+5
2001-11-26Mark g_tree_traverse() as deprecated. (#65343)Matthias Clasen1-1/+4
2001-11-17Get rid fo g_log_domain_glib variable in favor of just using a stringOwen Taylor1-1/+1
2001-09-19Patch from Darin Adler to remove GReal* structures in favor of simpleOwen Taylor1-102/+51
2001-08-03beautified configure help output.Sven Neumann1-4/+4
2001-05-04fixed a typo in a comment.Sven Neumann1-102/+408
2001-03-08I'm stupid and managed to screw up my own patch. Now the new functionSven Neumann1-4/+7
2001-03-08added new function g_tree_lookup_extended().Sven Neumann1-0/+30
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik1-9/+9
2001-01-31Remove useless check. (Mike Chen)Owen Taylor1-1/+1
2000-12-19Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, ISebastian Wilhelmi1-0/+4
2000-11-20Patch from David Benson <daveb@idealab.com> to add user_data support toJonathan Blandford1-29/+48