[kdbus] sync with kdbus (kdbus.h - commit: 5ae1ecac44cb)
[platform/upstream/glib.git] / glib / gsequence.c
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-08 Matthias ClasenEradicate links and xrefs
2014-02-06 Matthias ClasenDocs: use quotes instead of firstterm
2014-02-01 Matthias ClasenDocs: Don't use the emphasis tag
2014-01-31 Matthias ClasenDocs: Don't use the note tag
2014-01-31 Daniel MustielesUpdated FSF's address
2013-01-26 Rui Matosgsequence: Fix g_sequence_lookup() return value documen...
2012-11-01 Robert AncellUse "Returns:" instead of the invalid "@returns" for...
2012-03-31 Robert AncellAdd missing allow-none annotations for function parameters.
2012-03-02 Jörn MagensGSequence: add note about lookup requiring sorting
2012-01-28 Ravi Sankar Gunturcomments/docs: Fix couple of typos
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-09-19 Ryan LortieDon't #include <glib/gslice.h> from gmem.h
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-06-04 Matthias ClasenFix doc typos
2011-05-29 Matthias ClasenDocumentation fixups
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-27 Matthias ClasenGSequence: Make g_sequence_iter_move behave as documented
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-02-08 Javier Jardóndocs: Document Since properly, 2.26 -> 2.28
2011-02-01 Johan DahlinCorrect gtk-doc SECTION: syntax
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-12-20 Xavier ClaessensAdd note in g_sequence_search() doc about g_sequence_lo...
2010-12-20 Xavier ClaessensNew API: g_sequence_lookup() and g_sequence_lookup_iter()
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-04 Matthias ClasenRemove redundant header inclusions
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-01-31 Ryan LortieGSequence: move docs from tmpl to .c
2009-05-20 Stefan Kostdocs: fix typo
2008-02-10 Matthias Clasen/bin/ksh can't handle a for-loop with no arguments...
2008-01-18 Murray CummingFixed some minor typos in the documentation.
2007-03-17 Matthias ClasenDon't export the consistency check function
2007-02-16 Soren SandmannFor move, test moving between two sequences. Add test...
2007-02-09 Søren SandmannRemove assertion. Return TRUE if the iter doesn't have...
2007-02-08 Soren SandmannForce an arbitrary order on otherwise identical items.
2007-02-06 Soren SandmannDon't prohibit access until after the g_sequence_move_r...
2007-02-04 Soren SandmannAdd a new 'real_sequence' field. (g_sequence_new):...
2007-02-03 Soren SandmannNew files implementing GSequence, a list implemented...