~fginther/libgrip/libgrip-0.3.5-precise

« back to all changes in this revision

Viewing changes to src/griptypebuiltins.h.in

  • Committer: Stephen M. Webb
  • Date: 2011-03-04 19:15:32 UTC
  • mfrom: (0.1.30 libgrip)
  • mto: (17.1.1 ubuntu)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: stephen.webb@canonical.com-20110304191532-46jnihnpbul5w569
Tags: upstream-0.1.4
ImportĀ upstreamĀ versionĀ 0.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*** BEGIN file-header ***/
2
 
#ifndef __GRIP_ENUM_TYPES_H__
3
 
#define __GRIP_ENUM_TYPES_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
 
/*** END file-production ***/
14
 
 
15
 
/*** BEGIN file-tail ***/
16
 
G_END_DECLS
17
 
 
18
 
#endif /* !__GRIP_ENUM_TYPES_H__ */
19
 
/*** END file-tail ***/
20
 
 
21
 
/*** BEGIN value-header ***/
22
 
GType @enum_name@_get_type (void) G_GNUC_CONST;
23
 
#define GRIP_TYPE_@ENUMSHORT@ (@enum_name@_get_type())
24
 
 
25
 
/*** END value-header ***/
26