File: champlain-enum-types.h

package info (click to toggle)
libchamplain 0.4.6-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,680 kB
  • ctags: 2,295
  • sloc: ansic: 15,212; sh: 10,205; perl: 2,324; makefile: 647; python: 450; xml: 18; cs: 16
file content (30 lines) | stat: -rw-r--r-- 957 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

/* Generated data (by glib-mkenums) */

#ifndef __CHAMPLAIN_ENUM_TYPES_H__
#define __CHAMPLAIN_ENUM_TYPES_H__ 1

#include <glib-object.h>

G_BEGIN_DECLS

#include <champlain/champlain-defines.h>
#define CHAMPLAIN_TYPE_STATE champlain_state_get_type()
GType champlain_state_get_type (void);
#define CHAMPLAIN_TYPE_UNIT champlain_unit_get_type()
GType champlain_unit_get_type (void);
#include <champlain/champlain-view.h>
#define CHAMPLAIN_TYPE_SCROLL_MODE champlain_scroll_mode_get_type()
GType champlain_scroll_mode_get_type (void);
#include <champlain/champlain-selection-layer.h>
#define CHAMPLAIN_TYPE_SELECTION_MODE champlain_selection_mode_get_type()
GType champlain_selection_mode_get_type (void);
#include <champlain/champlain-map-source.h>
#define CHAMPLAIN_TYPE_MAP_PROJECTION champlain_map_projection_get_type()
GType champlain_map_projection_get_type (void);
G_END_DECLS

#endif /* __CHAMPLAIN_ENUM_TYPES_H__ */

/* Generated data ends here */