X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fplugins%2Fmap.c;h=7395ef7792c7598d4220f356090550be70ecade5;hp=0dbb79f38931333092fa91274610d77dabed7945;hb=7aefe194719b37d7e03dbbb89e70b95a4455e446;hpb=c0b4943755d8601c969f57f52b996c1ea8731b1a 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");