GNOME Bugzilla – Bug 757369
Add stubs for IndexFileForProcess
Last modified: 2016-08-23 10:47:49 UTC
IndexFileForProcess was added in tracker-1.6 (bug 680834), but we are missing the convenience stub wrappers.
Created attachment 314494 [details] [review] libtracker-control: Add convenience API for IndexFileForProcess
Created attachment 314495 [details] [review] libtracker-control: Add convenience API for IndexFileForProcess I forgot to 'git add' the header and the documentation.
Created attachment 333906 [details] [review] libtracker-control: Add convenience API for IndexFileForProcess Update the Since: tags and added some more g_return_* assertions. (I wonder why we don't use them more exhaustively in tracker. Maybe we should?)
Created attachment 333908 [details] [review] libtracker-control: Add convenience API for IndexFileForProcess Fixed a typo in one of the g_return_* lines.
Created attachment 333909 [details] Toy program to test tracker_miner_manager_index_file_for_process
Created attachment 333911 [details] Toy program to test tracker_miner_manager_index_file_for_process_async
Thanks :), pushed with very minor tweaks Attachment 333908 [details] pushed as 0ed879e - libtracker-control: Add convenience API for IndexFileForProcess