X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/68b1d6c024034887fc732d9b5eb2d5fd99f395b1..14b9e3a4c4f3912bfe5e848e6b0bf8d7620a53a0:/src/vikmapsource.c diff --git a/src/vikmapsource.c b/src/vikmapsource.c index eb28e894..b5470f42 100644 --- a/src/vikmapsource.c +++ b/src/vikmapsource.c @@ -95,10 +95,10 @@ _supports_download_only_new (VikMapSource *self) * @fct: the callback function to use to return matching copyrights. * @data: the user data to use to call the callbaack function. * - * retreive copyright(s) for the corresponding bounding box and zoom level. + * Retrieve copyright(s) for the corresponding bounding box and zoom level. */ void -vik_map_source_get_copyright (VikMapSource *self, LatLonBBox bbox, gdouble zoom, void (*fct)(void*,const gchar*), void *data) +vik_map_source_get_copyright (VikMapSource *self, LatLonBBox bbox, gdouble zoom, void (*fct)(VikViewport*,const gchar*), void *data) { VikMapSourceClass *klass; g_return_if_fail (self != NULL);