summaryrefslogtreecommitdiff
path: root/libmateweather/mateweather-timezone.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmateweather/mateweather-timezone.c')
-rw-r--r--libmateweather/mateweather-timezone.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libmateweather/mateweather-timezone.c b/libmateweather/mateweather-timezone.c
index 8c75d70..a87c011 100644
--- a/libmateweather/mateweather-timezone.c
+++ b/libmateweather/mateweather-timezone.c
@@ -30,7 +30,8 @@
#include "weather-priv.h"
/**
- * MateWeatherTimezone:
+ * SECTION:mateweather-timezone
+ * @Title: MateWeatherTimezone
*
* A timezone.
*
@@ -38,7 +39,7 @@
* be created by calling mateweather_location_new_world() to parse
* Locations.xml, and then calling various #MateWeatherLocation methods
* to extract relevant timezones from the location hierarchy.
- **/
+ */
struct _MateWeatherTimezone {
char *id, *name;
int offset, dst_offset;