| Top |  |  |  |  | 
TrackerDecoratorFS is used to handle extended metadata extraction for resources on file systems that are mounted or unmounted.
gint tracker_decorator_fs_prepend_file (TrackerDecoratorFS *decorator,GFile *file);
Prepends a file for processing.
Since: 1.2
struct TrackerDecoratorFSClass {
	TrackerDecoratorClass parent_class;
	/* <Private> */
	gpointer padding[10];
};
A class that takes care of resources on mount points added or removed, this is based on TrackerDecoratorClass.
| TrackerDecoratorClass  | parent object class. | |
| Reserved for future API improvements. |