Top | ![]() |
![]() |
![]() |
![]() |
TrackerCrawler * | tracker_crawler_new () |
gboolean | tracker_crawler_start () |
void | tracker_crawler_stop () |
void | tracker_crawler_pause () |
void | tracker_crawler_resume () |
void | tracker_crawler_set_throttle () |
void | tracker_crawler_set_file_attributes () |
const gchar * | tracker_crawler_get_file_attributes () |
GFileInfo * | tracker_crawler_get_file_info () |
gboolean tracker_crawler_start (TrackerCrawler *crawler
,GFile *file
,TrackerDirectoryFlags flags
);
void tracker_crawler_set_throttle (TrackerCrawler *crawler
,gdouble throttle
);
void tracker_crawler_set_file_attributes (TrackerCrawler *crawler
,const gchar *file_attributes
);
Sets the file attributes that crawler
will fetch for every
file it gets, this info may be requested through
tracker_crawler_get_file_info()
in any TrackerCrawler callback
const gchar *
tracker_crawler_get_file_attributes (TrackerCrawler *crawler
);
Returns the file attributes that crawler
will fetch
GFileInfo * tracker_crawler_get_file_info (TrackerCrawler *crawler
,GFile *file
);
Returns a GFileInfo with the file attributes requested through
tracker_crawler_set_file_attributes()
.