hugolabe / Wike

Wikipedia Reader for the GNOME Desktop
https://hugolabe.github.io/Wike/
GNU General Public License v3.0
249 stars 33 forks source link

port search provider to Gio.Application and Gio provided DBus bindings #170

Closed camelCaseNick closed 10 months ago

camelCaseNick commented 10 months ago

This lets Gio manage the main loop, and thus we can make use of its features such as inactivity-timeout, while simultaneously removing the dependency on the additional DBus bindings.

fixes #165

hugolabe commented 10 months ago

Thanks @camelCaseNick !