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

« back to all changes in this revision

Viewing changes to src/definition-builtins.h

  • Committer: Package Import Robot
  • Author(s): Angel Abad
  • Date: 2012-04-03 14:25:25 UTC
  • mfrom: (11.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20120403142525-ugk3fb0blonrl2b9
Tags: 0.9.0-1
* debian/watch: Update for .xz
* Imported Upstream version 0.9.0
* debian/patches/01_largefile_support.patch: Remove, applied upstream
* debian/patches/02_gtkspell-3.0.patch: Remove, applied upstream
* Remove dh_autoreconf stuff
* debian/copyright: Update upstream years

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