~ubuntu-branches/ubuntu/intrepid/meanwhile/intrepid

« back to all changes in this revision

Viewing changes to src/mw_error.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2006-01-13 12:38:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060113123818-zod7j3hd9z0iz5fy
Tags: 1.0.2-0ubuntu1
* New upstream release
* Rename libmeanwhile0 to libmeanwhile1

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef _MW_ERROR_H
22
22
#define _MW_ERROR_H
23
23
 
24
 
#include <glib.h>
25
 
 
26
 
 
27
 
/** @file error.h
 
24
 
 
25
/** @file mw_error.h
28
26
 
29
27
    Common error code constants used by Meanwhile.
30
28
 
34
32
*/
35
33
 
36
34
 
 
35
#include <glib.h>
 
36
 
 
37
 
 
38
#ifdef __cplusplus
 
39
extern "C" {
 
40
#endif
 
41
 
 
42
 
37
43
/** reference to a new string appropriate for the given error code.*/
38
44
char* mwError(guint32 code);
39
45
 
160
166
};
161
167
 
162
168
 
 
169
#ifdef __cplusplus
 
170
}
163
171
#endif
 
172
 
 
173
 
 
174
#endif /* _MW_ERROR_H */