]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikgototool.h
Improve documentation of background.c
[andy/viking.git] / src / vikgototool.h
index 95f94bc52ed5c8a606616210259b7bc939876c49..f8b8de7936a52517d49de6aa031d9e6f61e57077 100644 (file)
@@ -42,7 +42,7 @@ struct _VikGotoToolClass
   GObjectClass object_class;
   gchar *(* get_label) (VikGotoTool *self);
   gchar *(* get_url_format) (VikGotoTool *self);
-  DownloadOptions *(* get_download_options) (VikGotoTool *self);
+  DownloadMapOptions *(* get_download_options) (VikGotoTool *self);
   gboolean (* parse_file_for_latlon) (VikGotoTool *self, gchar *filename, struct LatLon *ll);
 };
 
@@ -54,7 +54,7 @@ struct _VikGotoTool {
 
 gchar *vik_goto_tool_get_label ( VikGotoTool *self );
 gchar *vik_goto_tool_get_url_format ( VikGotoTool *self );
-DownloadOptions *vik_goto_tool_get_download_options ( VikGotoTool *self );
+DownloadMapOptions *vik_goto_tool_get_download_options ( VikGotoTool *self );
 gboolean vik_goto_tool_parse_file_for_latlon ( VikGotoTool *self, gchar *filename, struct LatLon *ll );
 int vik_goto_tool_get_coord ( VikGotoTool *self, VikWindow *vw, VikViewport *vvp, gchar *srch_str, VikCoord *coord );