From 04e977defeb858ac58ab3d470ec735ec0e2ea922 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 22 Jul 2020 21:17:20 +0200 Subject: clock: Use single-linked lists for locations --- applets/clock/clock-map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/clock/clock-map.h') diff --git a/applets/clock/clock-map.h b/applets/clock/clock-map.h index 2b662c87..0df4a416 100644 --- a/applets/clock/clock-map.h +++ b/applets/clock/clock-map.h @@ -26,7 +26,7 @@ typedef struct { GtkWidgetClass parent_class; - GList *(* need_locations) (ClockMap *map); + GSList *(* need_locations) (ClockMap *map); } ClockMapClass; GType clock_map_get_type (void); -- cgit v1.2.1