ChamplainMapProjection map_projection;
};
+static void
+real_fill_tile (ChamplainMapSource *map_source,
+ ChamplainTile *tile)
+{
+ g_error ("Should not be reached");
+}
+
static void
champlain_map_source_get_property (GObject *object,
guint prop_id,
object_class->get_property = champlain_map_source_get_property;
object_class->set_property = champlain_map_source_set_property;
- klass->fill_tile = champlain_map_source_real_fill_tile;
+ klass->fill_tile = real_fill_tile;
/**
* ChamplainMapSource:id:
CHAMPLAIN_MAP_SOURCE_GET_CLASS (map_source)->fill_tile (map_source, tile);
}
-void
-champlain_map_source_real_fill_tile (ChamplainMapSource *map_source,
- ChamplainTile *tile)
-{
- g_error ("Should not be reached");
-}
-
/**
* champlain_map_source_get_longitude:
* @map_source: a #ChamplainMapSource