From 7aefe194719b37d7e03dbbb89e70b95a4455e446 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Mon, 8 Feb 2010 22:30:40 +0000 Subject: [PATCH] Document GisPluginMap --- src/plugins/map.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/plugins/map.c b/src/plugins/map.c index 0dbb79f..7395ef7 100644 --- a/src/plugins/map.c +++ b/src/plugins/map.c @@ -15,6 +15,14 @@ * along with this program. If not, see . */ +/** + * SECTION:map + * @short_description: Map plugin + * + * #GisPluginMap provides map overlays. Much of this data is obtained from the + * OpenStreetMap project. + */ + #include #include #include @@ -151,6 +159,14 @@ static void _on_location_changed(GisViewer *viewer, /*********** * Methods * ***********/ +/** + * gis_plugin_map_new: + * @viewer: the #GisViewer to use for drawing + * + * Create a new instance of the map plugin. + * + * Returns: the new #GisPluginMap + */ GisPluginMap *gis_plugin_map_new(GisViewer *viewer) { g_debug("GisPluginMap: new"); -- 2.41.0