summaryrefslogtreecommitdiff
path: root/egg/egg-error.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove old FSF license from header filesStef Walter2014-01-081-3/+2
| | | | | | And refresh the COPYING and COPYING.LIB files https://bugzilla.gnome.org/show_bug.cgi?id=721549
* Fix copyright headers.Jordi Mallach2012-03-161-3/+3
| | | | | | | | Many files were missing “Public” in “GNU Lesser General Public License”, and others replaced it with “Private”, probably due to a mass replace that went a bit too far. Restore the correct wording in all affected places. https://bugzilla.gnome.org/show_bug.cgi?id=672189
* More robust error display and handling.Stef Walter2010-03-191-0/+34
Handle all cases where a function may return a failure with a NULL GError, such as preconditions and warnings. Also use proper function for checking error codes.