Hi all, A lot of tools in tracker-utils use the hardcoded ServiceType enum in libtracker (through tracker_type_to_service_name and tracker_service_name_to_type). It means when you add a new category in the daemon it is invisible for the tools unless you recompile everything.
To fix it, my plan is to retrieve those service types from the daemon (getting rid of the ServiceType enum). To do this, i need to modify the libtracker API. Is there any problem with this? Is libtracker used by external applications or only by our tools? Regards, Ivan _______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
