From 19c944471e410dccdee3b1d2d1ae52a0bc3819be Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 17 Nov 2021 22:14:33 +0000 Subject: docs: Fix links to GWeatherLocation It's an object type, now, and gi-docgen has gotten fussy about wrong fragments. --- libgweather/gweather-location.h | 2 +- libgweather/gweather-weather.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libgweather') diff --git a/libgweather/gweather-location.h b/libgweather/gweather-location.h index 374c926..37d0221 100644 --- a/libgweather/gweather-location.h +++ b/libgweather/gweather-location.h @@ -58,7 +58,7 @@ typedef gboolean (* GWeatherFilterFunc) (GWeatherLocation* location, * @GWEATHER_LOCATION_NAMED_TIMEZONE: A location representing a named or * special timezone in the world, such as UTC * - * The size/scope of a particular [struct@GWeather.Location]. + * The size/scope of a particular [class@GWeather.Location]. * * Locations form a hierarchy, with a `GWEATHER_LOCATION_WORLD` location * at the top, divided into regions or countries, and so on. diff --git a/libgweather/gweather-weather.c b/libgweather/gweather-weather.c index fd6cc41..f4439f7 100644 --- a/libgweather/gweather-weather.c +++ b/libgweather/gweather-weather.c @@ -30,7 +30,7 @@ * GWeatherInfo: * * `GWeatherInfo` provides a handy way to access weather conditions - * and forecasts from a [struct@GWeather.Location], aggregating multiple + * and forecasts from a [class@GWeather.Location], aggregating multiple * different web services. * * It includes also astronomical data such as sunrise times and -- cgit v1.2.1