| Tracker Miner Library Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
#include <libtracker-miner/tracker-miner.h> struct TrackerDecoratorFS; struct TrackerDecoratorFSClass; gint tracker_decorator_fs_prepend_file (TrackerDecoratorFS *decorator,GFile *file);
TrackerDecoratorFS is used to handle extended metadata extraction for resources on file systems that are mounted or unmounted.
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. |
gint tracker_decorator_fs_prepend_file (TrackerDecoratorFS *decorator,GFile *file);
Prepends a file for processing.
|
a TrackerDecoratorFS |
|
a GFile to process |
Returns : |
the tracker:id of the element corresponding to the file |
Since 1.2