/usr/include/libwaei/definitions.h is in libwaei-dev 3.6.2-3build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | #ifndef LW_DEFINITIONS_INCLUDED
#define LW_DEFINITIONS_INCLUDED
//G_BEGIN_DECLS
typedef enum {
LW_RELEVANCE_UNSET = -1,
LW_RELEVANCE_LOW = 0,
LW_RELEVANCE_MEDIUM = 1,
LW_RELEVANCE_HIGH = 2,
TOTAL_LW_RELEVANCE = 3
} LwRelevance;
//G_END_DECLS
#endif
|