More robust error display and handling.
authorStef Walter <stef@memberwebs.com>
Fri, 19 Mar 2010 23:03:33 +0000 (23:03 +0000)
committerStef Walter <stef@memberwebs.com>
Fri, 19 Mar 2010 23:03:33 +0000 (23:03 +0000)
commit5df04434f7c75d7d2045c4d0563fe769a42b5c57
tree796f4d27bfd8356e62df927da39134c7730c4da3
parent298f439a4e1d889b11dcc7f57df3b3da264c0449
More robust error display and handling.

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.
egg/egg-error.h [new file with mode: 0644]
gcr/gcr-library.c
gcr/tests/unit-test-parser.c
gp11/gp11-module.c