CHAMPLAIN_STATE_INIT,
G_PARAM_READABLE));
+ /**
+ * ChamplainView:display-scale:
+ *
+ * Display the map scale.
+ *
+ * Since: 0.6
+ */
+ g_object_class_install_property (object_class,
+ PROP_DISPLAY_SCALE,
+ g_param_spec_boolean ("display-scale",
+ "Display the map scale",
+ "Display the map scale "
+ "on the screen",
+ TRUE,
+ G_PARAM_READWRITE));
+
/**
* ChamplainView::animation-completed:
- * @view: the #ChamplainView that received the signal
*
* The ::animation-completed signal is emitted when any animation in the view
* ends. This is a detailed signal. For example, if you want to be signaled