Go to file
openKylinBot fb17d65299 changed debian/source/format to native 2022-05-14 00:57:05 +08:00
.ci Import Upstream version 3.36.0 2022-05-14 00:56:50 +08:00
data Import Upstream version 3.36.0 2022-05-14 00:56:50 +08:00
debian changed debian/source/format to native 2022-05-14 00:57:05 +08:00
doc Import Upstream version 3.36.0 2022-05-14 00:56:50 +08:00
libgweather Import Upstream version 3.36.0 2022-05-14 00:56:50 +08:00
meson Import Upstream version 3.36.0 2022-05-14 00:56:50 +08:00
po Import Upstream version 3.36.0 2022-05-14 00:56:50 +08:00
po-locations Import Upstream version 3.36.0 2022-05-14 00:56:50 +08:00
schemas Import Upstream version 3.36.0 2022-05-14 00:56:50 +08:00
AUTHORS Import Upstream version 3.36.0 2022-05-14 00:56:50 +08:00
COPYING Import Upstream version 3.36.0 2022-05-14 00:56:50 +08:00
HACKING Import Upstream version 3.36.0 2022-05-14 00:56:50 +08:00
MAINTAINERS Import Upstream version 3.36.0 2022-05-14 00:56:50 +08:00
NEWS Import Upstream version 3.36.0 2022-05-14 00:56:50 +08:00
README Import Upstream version 3.36.0 2022-05-14 00:56:50 +08:00
README.md Import Upstream version 3.36.0 2022-05-14 00:56:50 +08:00
libgweather.doap Import Upstream version 3.36.0 2022-05-14 00:56:50 +08:00
meson.build Import Upstream version 3.36.0 2022-05-14 00:56:50 +08:00
meson_options.txt Import Upstream version 3.36.0 2022-05-14 00:56:50 +08:00

README.md

Build Status

libgweather

libgweather is a library to access weather information from online services for numerous locations.

libgweather isn't supported in the devel platform, which means OS vendors won't guarantee the API/ABI long-term, but authors of open source apps should feel free to use libgweather as users can always recompile against a new version.

To use libgweather in your code, you need to define the GWEATHER_I_KNOW_THIS_IS_UNSTABLE preprecessor symbol, e.g. by adding -DGWEATHER_I_KNOW_THIS_IS_UNSTABLE to your CFLAGS.

Documentation for the API is available with gtk-doc, and online: https://developer.gnome.org/libgweather/stable/

You may download updates to the package from:

http://download.gnome.org/sources/libgweather/

To discuss libgweather, you may use the desktop-devel-list mailing list:

http://mail.gnome.org/mailman/listinfo/desktop-devel-list

How to report bugs

Bugs should be reported to the libgweather issues tracking system:

https://gitlab.gnome.org/GNOME/libgweather/issues

You might need to create an account for yourself.

Please read the following page on how to prepare a useful bug report:

https://bugzilla.gnome.org/page.cgi?id=bug-writing.html

If you are interested in adding new locations (weather stations, or cities), please refer to this page in the GNOME Wiki: https://wiki.gnome.org/Projects/LibGWeather/ImprovingLocations

Please read the HACKING file for information on the internal architecture of libgweather.