nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /*** BEGIN file-header ***/
2 #ifndef __GIO_ENUM_TYPES_H__
3 #define __GIO_ENUM_TYPES_H__
4  
5 #include <glib-object.h>
6  
7 G_BEGIN_DECLS
8 /*** END file-header ***/
9  
10 /*** BEGIN file-production ***/
11  
12 /* enumerations from "@filename@" */
13 /*** END file-production ***/
14  
15 /*** BEGIN value-header ***/
16 GLIB_AVAILABLE_IN_ALL GType @enum_name@_get_type (void) G_GNUC_CONST;
17 #define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
18 /*** END value-header ***/
19  
20 /*** BEGIN file-tail ***/
21 G_END_DECLS
22  
23 #endif /* __GIO_ENUM_TYPES_H__ */
24 /*** END file-tail ***/