]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikgototool.h
Add option to auto connect to GPSD rather than having to manually control
[andy/viking.git] / src / vikgototool.h
index fec270abce7c22628d84cef6adbcc054166a1586..d1a259720bcad4cbe7026fa786e1247cafa4a182 100644 (file)
@@ -44,7 +44,7 @@ struct _VikGotoToolClass
   GObjectClass object_class;
   gchar *(* get_label) (VikGotoTool *self);
   gchar *(* get_url_format) (VikGotoTool *self);
-  DownloadMapOptions *(* get_download_options) (VikGotoTool *self);
+  DownloadFileOptions *(* get_download_options) (VikGotoTool *self);
   gboolean (* parse_file_for_latlon) (VikGotoTool *self, gchar *filename, struct LatLon *ll);
 };
 
@@ -56,7 +56,7 @@ struct _VikGotoTool {
 
 gchar *vik_goto_tool_get_label ( VikGotoTool *self );
 gchar *vik_goto_tool_get_url_format ( VikGotoTool *self );
-DownloadMapOptions *vik_goto_tool_get_download_options ( VikGotoTool *self );
+DownloadFileOptions *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 );