~ubuntu-branches/ubuntu/raring/almanah/raring-proposed

« back to all changes in this revision

Viewing changes to src/definition-builtins.h

  • Committer: Package Import Robot
  • Author(s): Angel Abad
  • Date: 2012-10-29 10:14:18 UTC
  • mfrom: (1.4.1) (10.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20121029101418-k2c27xb0aku22zeg
Tags: 0.10.0-1~exp1
* Imported Upstream version 0.10.0
* debian/control:
  - Bump evolution Build-Depends ( >=3.6.0)
  - debian/control: Depends on evolution-common (>= 3.6.0)
* Bump Standards-Version to 3.9.4 (no changes)

Show diffs side-by-side

added added

removed removed

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