Top | ![]() |
![]() |
![]() |
![]() |
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.
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
struct TrackerFileEnumeratorClass { GObjectClass parent_class; };
Prototype for the class implementation.
typedef struct _TrackerFileEnumerator TrackerFileEnumerator;
An implementation of the TrackerEnumerator interface.