summaryrefslogtreecommitdiff
path: root/glib/gerror.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-29Imported Upstream version 2.69.0upstream/2.69.0DongHun Kwak1-0/+30
2021-10-29Imported Upstream version 2.67.3upstream/2.67.3DongHun Kwak1-0/+4
2021-10-29Imported Upstream version 2.67.2upstream/2.67.2DongHun Kwak1-40/+402
2021-10-29Imported Upstream version 2.64.5upstream/2.64.5DongHun Kwak1-5/+1
2019-12-03Imported Upstream version 2.61.3Hyunjee Kim1-0/+7
2019-12-03Imported Upstream version 2.60.0Hyunjee Kim1-0/+2
2019-12-03Imported Upstream version 2.55.1Hyunjee Kim1-2/+1
2017-09-29Imported Upstream version 2.53.5DongHun Kwak1-1/+3
2017-09-29Imported Upstream version 2.53.3DongHun Kwak1-1/+1
2017-09-29Imported Upstream version 2.53.2DongHun Kwak1-1/+1
2017-05-19Imported Upstream version 2.51.1DongHun Kwak1-1/+1
2016-05-10Imported Upstream version 2.48.0Ryan Lortie1-24/+48
2015-03-04gerror: Minor clarifications to the GError documentationPhilip Withnall1-2/+4
2014-10-10Clarify g_propagate_error docsMatthias Clasen1-0/+4
2014-03-20Clarify expectations with error codes like G_IO_ERROR_FAILEDDan Winship1-1/+12
2014-02-19docs: use "Returns:" consistentlyWilliam Jon McCann1-4/+4
2014-02-14docs: let go of *Matthias Clasen1-15/+16
2014-02-11Be more clear that g_return_if_fail is undefined behaviourSimon McVittie1-2/+16
2014-02-09Docs: Drop entities, switch away from sgml modeMatthias Clasen1-6/+6
2014-02-06Docs: replace <literal> by `Matthias Clasen1-12/+11
2014-02-01Annotate all examples with their languageMatthias Clasen1-9/+9
2014-02-01Docs: Big entity cleanupMatthias Clasen1-10/+11
2014-02-01GError: Convert docs to markdownMatthias Clasen1-65/+43
2014-01-31Docs: Don't use the emphasis tagMatthias Clasen1-52/+44
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-11-10gerror: Don't leak memory when overwrite warningDan Winship1-2/+8
2013-11-06gerror: Don't leak when warning about overwriting an errorStef Walter1-5/+2
2013-01-13Add G_GNUC_PRINTF on all functions with format stringsHenrique Dante de Almeida1-0/+1
2012-03-31Add missing allow-none annotations for function parameters.Robert Ancell1-4/+4
2012-01-15g_error_new_valist, g_error_copy: warn if domain is 0 or message is NULLSimon McVittie1-0/+11
2012-01-15GError: small documentation additionMatthias Clasen1-1/+5
2011-12-13documentation fixesStef Walter1-1/+1
2011-09-18Don't #include <glib/gslice.h> from gmem.hRyan Lortie1-0/+1
2011-07-22Replace @Varargs with @...Ryan Lortie1-2/+2
2011-07-18Move GError docs inline and ditch templateMatthias Clasen1-0/+324
2010-09-05More header inclusion cleanupMatthias Clasen1-1/+3
2010-07-07glib/: fully remove galias hacksRyan Lortie1-4/+0
2009-08-18Improve documentation for g_error_matches()Benjamin Otte1-2/+3
2009-07-05Minor doc fixMatthias Clasen1-54/+53
2009-05-23Make g_error_new_valist publicYeti1-1/+15
2008-08-01Add a sinceMatthias Clasen1-0/+2
2008-06-16Add g_set_error_literal. Bug #535947.Christian Persch1-0/+31
2007-12-06Improve wording for g_propagate_error docs.Mathias Hasselmann1-4/+4
2007-11-29Add Since tagsMatthias Clasen1-2/+6
2007-11-20use g_strconcat() instead of g_strjoin() to concatenate two strings.Sven Neumann1-1/+1
2007-11-16new functions g_prefix_error and g_propagate_prefixed_error.Ryan Lortie1-0/+77
2006-09-03Allocate GErrors using the slice allocator. (#354054, Matt Barnes)Matthias Clasen1-4/+4
2005-06-10Minor stylistic fixMatthias Clasen1-4/+4
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