~ubuntu-branches/debian/stretch/gnome-builder/stretch

« back to all changes in this revision

Viewing changes to libide/ide-enums.h.in

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2015-10-11 12:38:45 UTC
  • Revision ID: package-import@ubuntu.com-20151011123845-a0hvkz01se0p1p5a
Tags: upstream-3.16.3
ImportĀ upstreamĀ versionĀ 3.16.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*** BEGIN file-header ***/
 
2
#ifndef __IDE_ENUMS_H__
 
3
#define __IDE_ENUMS_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
GType @enum_name@_get_type (void);
 
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 /* __IDE_ENUMS_H__ */
 
24
/*** END file-tail ***/