hi On Sun, May 23, 2010 at 2:48 PM, Philip Van Hoof <[email protected]> wrote:
> On Sun, 2010-05-23 at 17:15 +0530, John p wrote: > > Hi, > > > > i am developing simple search application using tracker. can i use > > tracker API directly and integrate tracker with my application > > or i have to register my application to tracker using libclient for > > accessing tracker utility? > > You can access Tracker's API directly by calling D-Bus functions. > > This is documented: > http://live.gnome.org/Tracker/Documentation > You can call tracker without any special registration. We provide libtracker-client as a convenience for C developers (and our command line tools), wrapping some DBus code and encoding help functions. So, if your application is in C, use libtracker-client. If it is in vala or python or other languages with easier DBus integration, go for the DBus API. Regards, Ivan
_______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
