summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@dfupdate.se>2023-04-14 22:43:51 +0200
committerMarcus Lundblad <ml@dfupdate.se>2023-04-14 22:43:51 +0200
commit5c8d16861f20f85f4167dcecb761bf9a5fb472a1 (patch)
tree9cbb2c9eacdda5823f13bcd4b6facdca43054496
parent8789b961812e5bdba4caf69571e765500ef78fdc (diff)
downloadgnome-maps-5c8d16861f20f85f4167dcecb761bf9a5fb472a1.tar.gz
sync-map-source: Add reference to GJS issue
Add a comment with explanation and a link to the GJS issue nessesitating this wrapper.
-rw-r--r--lib/maps-sync-map-source.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/maps-sync-map-source.h b/lib/maps-sync-map-source.h
index 8f0d6463..8abc8d72 100644
--- a/lib/maps-sync-map-source.h
+++ b/lib/maps-sync-map-source.h
@@ -17,6 +17,12 @@
* Author: Marcus Lundblad <ml@dfupdate.se>
*/
+/**
+ * Wrapper of ShumateMapSource encapsulating fill_tile_async and
+ * fill_tile_finish into a synchronous file_tile vfunc as work-around for
+ * https://gitlab.gnome.org/GNOME/gjs/-/issues/72
+ */
+
#ifndef _MAPS_SYNC_MAP_SOURCE_H_
#define _MAPS_SYNC_MAP_SOURCE_H_