~ubuntu-branches/ubuntu/natty/libchamplain/natty

« back to all changes in this revision

Viewing changes to champlain/champlain-enum-types.h

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons, Laurent Bigonville, Sjoerd Simons
  • Date: 2009-09-15 00:01:41 UTC
  • mfrom: (1.1.3 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090915000141-i8fg5n1t02zxo79m
Tags: 0.4.0-1
[ Laurent Bigonville ]
* debian/control: Add libchamplain-0.3-dev dependency to
  libchamplain-gtk-0.3-dev

[ Sjoerd Simons ]
* New upstream release (0.4.0)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#include <champlain/champlain-view.h>
15
15
#define CHAMPLAIN_TYPE_SCROLL_MODE champlain_scroll_mode_get_type()
16
16
GType champlain_scroll_mode_get_type (void);
 
17
#include <champlain/champlain-selection-layer.h>
 
18
#define CHAMPLAIN_TYPE_SELECTION_MODE champlain_selection_mode_get_type()
 
19
GType champlain_selection_mode_get_type (void);
17
20
#include <champlain/champlain-map-source.h>
18
21
#define CHAMPLAIN_TYPE_MAP_PROJECTION champlain_map_projection_get_type()
19
22
GType champlain_map_projection_get_type (void);