X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/68b1d6c024034887fc732d9b5eb2d5fd99f395b1..0b2bfa088d539a7c0fcc3ba7baec6e523f587910:/src/vikmapsource.h?ds=sidebyside diff --git a/src/vikmapsource.h b/src/vikmapsource.h index 1de2b012..516baa86 100644 --- a/src/vikmapsource.h +++ b/src/vikmapsource.h @@ -44,7 +44,7 @@ struct _VikMapSourceClass GObjectClass parent_class; /* Legal info */ - void (* get_copyright) (VikMapSource * self, LatLonBBox bbox, gdouble zoom, void (*fct)(void*,const gchar*), void *data); + void (* get_copyright) (VikMapSource * self, LatLonBBox bbox, gdouble zoom, void (*fct)(VikViewport*,const gchar*), void *data); const gchar *(* get_license) (VikMapSource * self); const gchar *(* get_license_url) (VikMapSource * self); const GdkPixbuf *(* get_logo) (VikMapSource * self); @@ -69,7 +69,7 @@ struct _VikMapSource GType vik_map_source_get_type (void) G_GNUC_CONST; -void vik_map_source_get_copyright (VikMapSource * self, LatLonBBox bbox, gdouble zoom, void (*fct)(void*,const gchar*), void *data); +void vik_map_source_get_copyright (VikMapSource * self, LatLonBBox bbox, gdouble zoom, void (*fct)(VikViewport*,const gchar*), void *data); const gchar *vik_map_source_get_license (VikMapSource * self); const gchar *vik_map_source_get_license_url (VikMapSource * self); const GdkPixbuf *vik_map_source_get_logo (VikMapSource * self);