| Top |
Description
TrackerFileEnumerator is a local file implementation of the TrackerEnumerator interface, charged with handling all file:// type URIs.
Underneath it all, this implementation makes use of the GFileEnumerator APIs.
Functions
tracker_file_enumerator_new ()
TrackerEnumerator *
tracker_file_enumerator_new (GFileEnumerator *file_enumerator);
Creates a new TrackerEnumerator which can be used to create new TrackerMinerFS classes. See TrackerMinerFS for an example of how to use your TrackerEnumerator.
Since: 1.2
Types and Values
struct TrackerFileEnumeratorClass
struct TrackerFileEnumeratorClass {
GObjectClass parent_class;
};
Prototype for the class implementation.
TrackerFileEnumerator
typedef struct _TrackerFileEnumerator TrackerFileEnumerator;
An implementation of the TrackerEnumerator interface.
