~ubuntu-branches/ubuntu/saucy/evolution-data-server/saucy

« back to all changes in this revision

Viewing changes to camel/camel-enumtypes.h.template

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-10-08 12:58:16 UTC
  • mfrom: (181.1.7 quantal)
  • Revision ID: package-import@ubuntu.com-20121008125816-i3n76e8c0m64e7xp
Tags: 3.6.0-0ubuntu2
* Fix LP: #1038047 part 1 - Don't abort in e_source_registry_new* when a
  problem occurs connecting to the Dbus service
  - add debian/patches/dont-abort-in-e_source_registry_new.patch
  - update debian/patches/series
* Fix LP: #1038047 part 2 - libedataserver depends on
  evolution-data-server-common to ensure that the GSettings schemas are
  present
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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