summaryrefslogtreecommitdiff
path: root/glib/gtree.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Rename all user datas in callbacks to user_data"badcel2023-01-091-2/+2
* 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
* Rename all user datas in callbacks to user_dataTestingPlant2022-05-051-2/+2
* gtree: Make g_tree_remove_all() publicliuyangming2021-03-231-0/+4
* GTree: add an ability to iterate over a tree and a node-based APIMaciej S. Szmigiero2020-10-061-0/+62
* GTree: debugging improvementsMaciej S. Szmigiero2020-10-061-0/+9
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+16
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
* Don't use G_DISABLE_DEPRECATED guards around deprecated functionsMatthias Clasen2011-11-031-2/+0
* Make single includes mandatoryMatthias Clasen2011-10-121-1/+1
* Use GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in our headersChun-wei Fan2011-10-111-1/+2
* Add G_GNUC_DEPRECATED to deprecated APIs in glibMatthias Clasen2011-10-081-1/+1
* GTree: switch to GSlice, add refcounts (#587773)Ryan Lortie2009-07-051-0/+2
* #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-4/+5
* Check the return values of g_tree_remove().Matthias Clasen2005-05-171-2/+2
* Mark g_tree_traverse() as deprecated. (#65343)Matthias Clasen2001-11-261-0/+4
* Use gboolean for return value of GTraverseFunc.Darin Adler2001-09-251-3/+3
* Move glib library into a subdirectory, make all GLib include files includeOwen Taylor2001-06-261-1/+1
* fixed a typo in a comment.Sven Neumann2001-05-041-3/+15
* added new function g_tree_lookup_extended().Sven Neumann2001-03-081-24/+28
* changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik2001-03-071-1/+1
* Patch from David Benson <daveb@idealab.com> to add user_data support toJonathan Blandford2000-11-201-18/+22
* Split glib.h into many header files mostly according to the resp.Sebastian Wilhelmi2000-10-121-0/+64