~ubuntu-branches/ubuntu/precise/gcalctool/precise-proposed

« back to all changes in this revision

Viewing changes to src/math-enums.h

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-03-21 15:09:58 UTC
  • mfrom: (1.3.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20110321150958-ye9bm6c1k38r4llu
Tags: 5.91.92-0ubuntu1
* New upstream release
  - Fixes (LP: #736632)

Show diffs side-by-side

added added

removed removed

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