Extending test-client-custom-summary to try e_book_client_get_contacts_uids()
[platform/upstream/evolution-data-server.git] / camel / camel-enumtypes.h.template
1 /*** BEGIN file-header ***/
2 #ifndef CAMEL_ENUMTYPES_H
3 #define CAMEL_ENUMTYPES_H
4
5 #include <glib-object.h>
6
7 G_BEGIN_DECLS
8
9 /*** END file-header ***/
10
11 /*** BEGIN file-production ***/
12 /* Enumerations from "@filename@" */
13
14 /*** END file-production ***/
15
16 /*** BEGIN enumeration-production ***/
17 #define CAMEL_TYPE_@ENUMSHORT@  (@enum_name@_get_type())
18 GType @enum_name@_get_type      (void) G_GNUC_CONST;
19
20 /*** END enumeration-production ***/
21
22 /*** BEGIN file-tail ***/
23 G_END_DECLS
24
25 #endif /* CAMEL_ENUMTYPES_H */
26 /*** END file-tail ***/
27