summaryrefslogtreecommitdiff
path: root/doc/urlmap.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove dependency on GdkPixbufEmmanuele Bassi2021-10-151-1/+0
| | | | With gweather_info_get_radar() gone, we don't need gdk-pixbuf any more.
* Remove GTK3 widgetsEmmanuele Bassi2021-10-131-1/+0
| | | | | | | | | The GTK3 widgets cannot exist in the same process as other versions of GTK, which means applications cannot port to GTK4 and link to libgweather. If we want to add GTK widgets back to libgweather we are going to do so in a separate shared library, with a separate namespace.
* Use gi-docgen to generate the API referenceEmmanuele Bassi2021-10-131-0/+11
Gtk-doc is currently unmaintained, and fairly slow. Gi-docgen uses the introspection data to generate the documentation.