X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/adaab19536e30da4643e707191ff2b989465673c..027ff770382cd253209596b94deaa3ebcfe26841:/src/vikwebtool.h diff --git a/src/vikwebtool.h b/src/vikwebtool.h index 0ed6ae30..80df7f5f 100644 --- a/src/vikwebtool.h +++ b/src/vikwebtool.h @@ -44,6 +44,7 @@ struct _VikWebtoolClass { VikExtToolClass object_class; gchar *(* get_url) (VikWebtool *self, VikWindow *vwindow); + gchar *(* get_url_at_position) (VikWebtool *self, VikWindow *vwindow, VikCoord *vc); }; GType vik_webtool_get_type (); @@ -53,6 +54,7 @@ struct _VikWebtool { }; gchar *vik_webtool_get_url ( VikWebtool *self, VikWindow *vwindow ); +gchar *vik_webtool_get_url_at_position ( VikWebtool *self, VikWindow *vwindow, VikCoord *vc ); G_END_DECLS