aboutsummaryrefslogtreecommitdiff
path: root/misc/xfce4-weather-plugin/files/patch-panel-plugin__weather-translate.h
blob: 4214329578e2985bdf9f8de514e9649811555636 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Make plugin ready for met.no locationforecast-1.2 API (bug #10916).

--- panel-plugin/weather-translate.h.orig	2013-01-24 14:45:10 UTC
+++ panel-plugin/weather-translate.h
@@ -24,6 +24,8 @@
 
 G_BEGIN_DECLS
 
+const gchar *get_symbol_for_id(gint id);
+
 const gchar *translate_desc(const gchar *desc,
                             gboolean nighttime);