aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/vala/8 generated sources/dependency-generated/enums.h
blob: 3fb621eb8287bf8be55c4c664901229368536c68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __EXAMPLE_ENUMS_H__
#define __EXAMPLE_ENUMS_H__

G_BEGIN_DECLS

typedef enum {
	EXAMPLE_VERBOSITY_ERRORS,
	EXAMPLE_VERBOSITY_MINIMAL,
	EXAMPLE_VERBOSITY_DETAILED,
	EXAMPLE_VERBOSITY_DEBUG,
} ExampleVerbosity;

G_END_DECLS

#endif /* __EXAMPLE_ENUMS_H__ */