summaryrefslogtreecommitdiff
path: root/glib/gerror.c
Commit message (Expand)AuthorAgeFilesLines
* gerror: Emit a critical warning if the message format is NULLPhilip Withnall2023-02-201-3/+5
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Add g_prefix_error_literal()Dan Williams2021-05-281-0/+24
* gerror: Clarify docs around message requirementsgerror-utf8-docsMatthias Clasen2021-04-141-0/+6
* gerror: Add a heading for the docs section on extended GErrorsPhilip Withnall2021-01-131-0/+2
* gerror: Document in the GError rules that stack allocation is badPhilip Withnall2021-01-131-0/+2
* gerror: Drop a redundant conditionPhilip Withnall2021-01-061-1/+2
* gerror: Drop a redundant branchPhilip Withnall2021-01-061-2/+1
* Merge branch 'extended-error' into 'master'Philip Withnall2021-01-061-26/+388
|\
| * gerror: Inform valgrind about our memory trickeryKrzesimir Nowak2021-01-061-1/+32
| * gerror: Add support for extended errorsKrzesimir Nowak2021-01-061-10/+349
| * gerror: Simplify error constructionKrzesimir Nowak2020-12-231-27/+19
* | gerror: Clarify reference to g_key_file_has_key() in documentationPhilip Withnall2021-01-041-1/+1
* | gerror: Improve documentation formatting slightlyPhilip Withnall2021-01-041-10/+10
|/
* Update GError docs to use G_DEFINE_QUARKSam Thursfield2020-02-261-5/+1
* gerror: Add a docs paragraph about not displaying errors verbatim in UIPhilip Withnall2019-08-261-0/+7
* gerror: Add a missing precondition assertion in documentationPhilip Withnall2019-02-181-0/+2
* docs: Remove redundant sentence from g_prefix_error() documentationPhilip Withnall2018-01-051-2/+1
* Consistently save errno immediately after the operation setting itPhilip Withnall2017-08-031-1/+3
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* docs: Fix (nullable) (optional) annotationsPhilip Withnall2017-04-281-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-1/+1
* gerror: Mention that g_clear_error can be used with an "empty" GErrorStephan Hesse2016-03-101-1/+1
* Remove erroneous markup in GError docsMatthias Clasen2016-03-021-13/+10
* glib: Add missing (nullable) and (optional) annotationsPhilip Withnall2015-11-071-4/+4
* gerror: Add (optional) annotation to g_propagate_error()Philip Withnall2015-10-081-2/+4
* gerror: Document the disadvantages of using GErrorPhilip Withnall2015-09-281-7/+24
* gerror: Document advantages of GError over numeric error codesPhilip Withnall2015-09-281-0/+6
* gerror: Add an extra heading to the GError documentationPhilip Withnall2015-09-281-2/+4
* Trivial: fix a typoMatthias Clasen2015-06-051-1/+1
* gerror: Minor clarifications to the GError documentationPhilip Withnall2015-03-041-2/+4
* Clarify g_propagate_error docsMatthias Clasen2014-10-101-0/+4
* Clarify expectations with error codes like G_IO_ERROR_FAILEDDan Winship2014-03-201-1/+12
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-4/+4
* docs: let go of *Matthias Clasen2014-02-141-15/+16
* Be more clear that g_return_if_fail is undefined behaviourSimon McVittie2014-02-111-2/+16
* Docs: Drop entities, switch away from sgml modeMatthias Clasen2014-02-091-6/+6
* Docs: replace <literal> by `Matthias Clasen2014-02-061-12/+11
* Annotate all examples with their languageMatthias Clasen2014-02-011-9/+9
* Docs: Big entity cleanupMatthias Clasen2014-02-011-10/+11
* GError: Convert docs to markdownMatthias Clasen2014-02-011-65/+43
* Docs: Don't use the emphasis tagMatthias Clasen2014-01-311-52/+44
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gerror: Don't leak memory when overwrite warningDan Winship2013-11-101-2/+8
* gerror: Don't leak when warning about overwriting an errorStef Walter2013-11-061-5/+2
* Add G_GNUC_PRINTF on all functions with format stringsHenrique Dante de Almeida2013-01-131-0/+1
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-4/+4
* g_error_new_valist, g_error_copy: warn if domain is 0 or message is NULLSimon McVittie2012-01-151-0/+11
* GError: small documentation additionMatthias Clasen2012-01-151-1/+5
* documentation fixesStef Walter2011-12-131-1/+1