GNOME Bugzilla – Bug 695157
libtracker-miner: add an async version of tracker_miner_manager_index_file()
Last modified: 2013-03-08 21:30:33 UTC
See attached patch.
Created attachment 238049 [details] [review] miner-manager: add an async version of tracker_miner_manager_index_file tracker_miner_manager_index_file is synchronous. This commit adds an asynchronous and cancellable version of the same function.
We'll need to either bump the GLib version requirement (currently GLIB_REQUIRED=2.28.0) or instead rework the patch to avoid GTask...
Comment on attachment 238049 [details] [review] miner-manager: add an async version of tracker_miner_manager_index_file Thanks Cosimo, I've committed this with some small updates for the GLib bump...
Aleksander, thanks for the heads up. I checked, looks like Ubuntu Raring and Fedora 19 are currently testing with 2.35.8, so we should be fine with the bump to 2.35.1 for GTask. Works here too. This will be in Tracker 0.15.3 and 0.16.0 thanks again Cosimo.