~ubuntu-branches/ubuntu/maverick/almanah/maverick

« back to all changes in this revision

Viewing changes to src/definition-builtins.h

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2009-05-16 15:49:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090516154921-2uhvlj8btb4qygmd
Tags: 0.6.1-0ubuntu1
* New upstream release (LP: #368078)
* debian/control:
  - Bump Standards-Version to 3.8.1
  - Add intltool, libedataserver1.2-dev, libedataserverui1.2-dev, 
    libecal1.2-dev, libcryptui-dev as build dependency
  - Remove build dependency on autotools-dev and chrpath
* debian/{control/compat/rules}: Move to mimalistic dh7 style
* Update debian/watch
* Update copyright information

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/* Generated data (by glib-mkenums) */
 
3
 
 
4
#ifndef __ALMANAH_DEFINITION_BUILTINS_H__
 
5
#define __ALMANAH_DEFINITION_BUILTINS_H__
 
6
 
 
7
#include <glib-object.h>
 
8
 
 
9
G_BEGIN_DECLS
 
10
/* enumerations from "definition.h" */
 
11
GType almanah_definition_type_get_type (void) G_GNUC_CONST;
 
12
#define ALMANAH_TYPE_DEFINITION_TYPE (almanah_definition_type_get_type())
 
13
G_END_DECLS
 
14
 
 
15
#endif /* __ALMANAH_DEFINITION_BUILTINS_H__ */
 
16
 
 
17
/* Generated data ends here */
 
18