/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to libssts/Error.h

  • Committer: Gustav Hartvigsson
  • Date: 2015-10-25 19:56:39 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20151025195639-rd3fg4fg5a02v3bb
* Passing arguments can not be initialised from within a function...
* Started re-write of the SError tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
 * on what functions has been called, what module it comes from and/or what
136
136
 * other information may be relevent.
137
137
 */
 
138
SError *
 
139
s_error_new (void);
 
140
 
138
141
void
139
 
s_error_new (SError * self ,sint error, const schar * message, SErrorDomain error_domain);
 
142
s_error_append (SError * self ,sint error, const schar * message, SErrorDomain error_domain);
140
143
 
141
144
/**
142
145
 * Returns an array with the error strings.