]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikmapsource.c
Fix printing of DEBUG message since glib 2.32
[andy/viking.git] / src / vikmapsource.c
index eb28e8948cbf95ca91944bc7caf5b423e2defb51..b5470f42785149fccac712b2e5a1b4c2223d78df 100644 (file)
@@ -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.
  *
  * @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
  */
 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);
 {
        VikMapSourceClass *klass;
        g_return_if_fail (self != NULL);