aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/templates/qmi-flags64-types-template.h
blob: 20d44a7615575b9093e9eda938f0372a418cf408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*** BEGIN file-header ***/

#include <glib-object.h>

G_BEGIN_DECLS
/*** END file-header ***/

/*** BEGIN file-production ***/

/* enumerations from "@filename@" */
/*** END file-production ***/

/*** BEGIN value-header ***/

gchar *@enum_name@_build_string_from_mask (@EnumName@ mask);

/*** END value-header ***/

/*** BEGIN file-tail ***/
G_END_DECLS

/*** END file-tail ***/