~registry/gcalctool/trunk

« back to all changes in this revision

Viewing changes to src/mp-enums.h.template

  • Committer: Robert Ancell
  • Date: 2012-10-14 03:31:40 UTC
  • Revision ID: git-v1:12ba2c81b0a81bb3ac776d1034a3c41b3173196a
Port to Vala

https://bugzilla.gnome.org/show_bug.cgi?id=640685

Show diffs side-by-side

added added

removed removed

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