[tracker] cli: Fix message when `tracker index` is called with no mode arg



commit b6c1b5cb638051155ec2bed609ff45c0c2bdc67a
Author: Sam Thursfield <sam afuera me uk>
Date:   Wed Jun 1 22:48:05 2016 +0100

    cli: Fix message when `tracker index` is called with no mode arg
    
    If you run `tracker index` with no arguments you get the help output.
    
    However, if you ran `tracker index ~/myfile` before you would see this:
    
        (tracker index:28627): Tracker-WARNING **: (tracker-index.c:369):index_run: code should not be reached
    
    Now you get a more helpful message:
    
        Use `tracker index --file` when giving a specific file or directory
        to index. See `tracker help index` for more information.
    
    We could probably just assume --file if no mode is passed, but let's do
    that separately. To be honest, `tracker index` should probably only take
    a file or a mimetype, and the --backup, --restore and --import modes
    should become commands in their own right.

 Tracker.config              |    2 +
 Tracker.creator             |    1 +
 Tracker.files               | 2572 +++++++++++++++++++++++++++++++++++++++++++
 Tracker.includes            |   27 +
 src/tracker/tracker-index.c |    4 +-
 5 files changed, 2605 insertions(+), 1 deletions(-)
---
diff --git a/Tracker.config b/Tracker.config
new file mode 100644
index 0000000..e0284f4
--- /dev/null
+++ b/Tracker.config
@@ -0,0 +1,2 @@
+// Add predefined macros for your project here. For example:
+// #define THE_ANSWER 42
diff --git a/Tracker.creator b/Tracker.creator
new file mode 100644
index 0000000..e94cbbd
--- /dev/null
+++ b/Tracker.creator
@@ -0,0 +1 @@
+[General]
diff --git a/Tracker.files b/Tracker.files
new file mode 100644
index 0000000..7491872
--- /dev/null
+++ b/Tracker.files
@@ -0,0 +1,2572 @@
+docs/design/contentfw-structural-view.dot
+docs/design/tracker-miner-fs-classes.png
+docs/design/tracker-miner-fs-initial-crawl-short.png
+docs/design/tracker-miner-fs-initial-crawl.png
+docs/design/tracker-miner-fs.dia
+docs/design/tracker-overview.png
+docs/design/tracker-overview_001.png
+docs/design/tracker-store.dia
+docs/design/tracker-structural-view.dot
+docs/manpages/tracker-daemon.1
+docs/manpages/tracker-extract.1
+docs/manpages/tracker-index.1
+docs/manpages/tracker-info.1
+docs/manpages/tracker-miner-fs.1
+docs/manpages/tracker-miner-rss.1
+docs/manpages/tracker-needle.1
+docs/manpages/tracker-preferences.1
+docs/manpages/tracker-reset.1
+docs/manpages/tracker-search.1
+docs/manpages/tracker-sparql.1
+docs/manpages/tracker-sql.1
+docs/manpages/tracker-status.1
+docs/manpages/tracker-store.1
+docs/manpages/tracker-tag.1
+docs/manpages/tracker-writeback.1
+docs/ontologies/mfo/explanation.xml
+docs/ontologies/mlo/explanation.xml
+docs/ontologies/nco/explanation.xml
+docs/ontologies/nie/explanation.xml
+docs/ontologies/nmm/explanation.xml
+docs/ontologies/nmo/explanation.xml
+docs/ontologies/xsd/explanation.xml
+docs/ontologies/explanation.xml.template
+docs/ontologies/index.html
+docs/ontologies/README.ontologiesdoc
+docs/reference/libtracker-control/html/annotation-glossary.html
+docs/reference/libtracker-control/html/ch01.html
+docs/reference/libtracker-control/html/home.png
+docs/reference/libtracker-control/html/index.html
+docs/reference/libtracker-control/html/index.sgml
+docs/reference/libtracker-control/html/left-insensitive.png
+docs/reference/libtracker-control/html/left.png
+docs/reference/libtracker-control/html/libtracker-control.devhelp2
+docs/reference/libtracker-control/html/libtracker-miner-reference.html
+docs/reference/libtracker-control/html/right-insensitive.png
+docs/reference/libtracker-control/html/right.png
+docs/reference/libtracker-control/html/style.css
+docs/reference/libtracker-control/html/TrackerMinerManager.html
+docs/reference/libtracker-control/html/up-insensitive.png
+docs/reference/libtracker-control/html/up.png
+docs/reference/libtracker-control/xml/annotation-glossary.xml
+docs/reference/libtracker-control/xml/api-index-0.10.15.xml
+docs/reference/libtracker-control/xml/api-index-0.10.5.xml
+docs/reference/libtracker-control/xml/api-index-0.10.xml
+docs/reference/libtracker-control/xml/api-index-0.12.xml
+docs/reference/libtracker-control/xml/api-index-0.16.xml
+docs/reference/libtracker-control/xml/api-index-0.8.xml
+docs/reference/libtracker-control/xml/api-index-deprecated.xml
+docs/reference/libtracker-control/xml/api-index-full.xml
+docs/reference/libtracker-control/xml/gtkdocentities.ent
+docs/reference/libtracker-control/xml/libtracker-control-doc.bottom
+docs/reference/libtracker-control/xml/libtracker-control-doc.top
+docs/reference/libtracker-control/xml/object_index.sgml
+docs/reference/libtracker-control/xml/tracker-miner-manager.xml
+docs/reference/libtracker-control/xml/tree_index.sgml
+docs/reference/libtracker-control/html-build.stamp
+docs/reference/libtracker-control/html.stamp
+docs/reference/libtracker-control/libtracker-control-decl-list.txt
+docs/reference/libtracker-control/libtracker-control-decl.txt
+docs/reference/libtracker-control/libtracker-control-docs.sgml
+docs/reference/libtracker-control/libtracker-control-overrides.txt
+docs/reference/libtracker-control/libtracker-control-sections.txt
+docs/reference/libtracker-control/libtracker-control-undeclared.txt
+docs/reference/libtracker-control/libtracker-control-undocumented.txt
+docs/reference/libtracker-control/libtracker-control-unused.txt
+docs/reference/libtracker-control/libtracker-control.args
+docs/reference/libtracker-control/libtracker-control.hierarchy
+docs/reference/libtracker-control/libtracker-control.interfaces
+docs/reference/libtracker-control/libtracker-control.prerequisites
+docs/reference/libtracker-control/libtracker-control.signals
+docs/reference/libtracker-control/libtracker-control.types
+docs/reference/libtracker-control/scan-build.stamp
+docs/reference/libtracker-control/setup-build.stamp
+docs/reference/libtracker-control/sgml-build.stamp
+docs/reference/libtracker-control/sgml.stamp
+docs/reference/libtracker-control/version.xml
+docs/reference/libtracker-control/version.xml.in
+docs/reference/libtracker-miner/html/annotation-glossary.html
+docs/reference/libtracker-miner/html/ch02.html
+docs/reference/libtracker-miner/html/ch03.html
+docs/reference/libtracker-miner/html/ch04.html
+docs/reference/libtracker-miner/html/ch05.html
+docs/reference/libtracker-miner/html/home.png
+docs/reference/libtracker-miner/html/index.html
+docs/reference/libtracker-miner/html/index.sgml
+docs/reference/libtracker-miner/html/left-insensitive.png
+docs/reference/libtracker-miner/html/left.png
+docs/reference/libtracker-miner/html/libtracker-miner-Enumerations.html
+docs/reference/libtracker-miner/html/libtracker-miner-Media-art-management.html
+docs/reference/libtracker-miner/html/libtracker-miner-reference.html
+docs/reference/libtracker-miner/html/libtracker-miner-TrackerEnumerator.html
+docs/reference/libtracker-miner/html/libtracker-miner-TrackerFileDataProvider.html
+docs/reference/libtracker-miner/html/libtracker-miner-TrackerFileEnumerator.html
+docs/reference/libtracker-miner/html/libtracker-miner-TrackerThumbnailer.html
+docs/reference/libtracker-miner/html/libtracker-miner.devhelp2
+docs/reference/libtracker-miner/html/right-insensitive.png
+docs/reference/libtracker-miner/html/right.png
+docs/reference/libtracker-miner/html/style.css
+docs/reference/libtracker-miner/html/tracker-overview-compiling.html
+docs/reference/libtracker-miner/html/tracker-overview.html
+docs/reference/libtracker-miner/html/TrackerDataProvider.html
+docs/reference/libtracker-miner/html/TrackerDecorator.html
+docs/reference/libtracker-miner/html/TrackerDecoratorFS.html
+docs/reference/libtracker-miner/html/TrackerIndexingTree.html
+docs/reference/libtracker-miner/html/TrackerMiner.html
+docs/reference/libtracker-miner/html/TrackerMinerFS.html
+docs/reference/libtracker-miner/html/TrackerMinerOnline.html
+docs/reference/libtracker-miner/html/up-insensitive.png
+docs/reference/libtracker-miner/html/up.png
+docs/reference/libtracker-miner/xml/annotation-glossary.xml
+docs/reference/libtracker-miner/xml/api-index-0.10.20.xml
+docs/reference/libtracker-miner/xml/api-index-0.10.4.xml
+docs/reference/libtracker-miner/xml/api-index-0.10.5.xml
+docs/reference/libtracker-miner/xml/api-index-0.10.xml
+docs/reference/libtracker-miner/xml/api-index-0.12.xml
+docs/reference/libtracker-miner/xml/api-index-0.14.0.xml
+docs/reference/libtracker-miner/xml/api-index-0.18..xml
+docs/reference/libtracker-miner/xml/api-index-0.18.0.xml
+docs/reference/libtracker-miner/xml/api-index-0.18.xml
+docs/reference/libtracker-miner/xml/api-index-0.8..xml
+docs/reference/libtracker-miner/xml/api-index-0.8.xml
+docs/reference/libtracker-miner/xml/api-index-1.2..xml
+docs/reference/libtracker-miner/xml/api-index-1.2.2.xml
+docs/reference/libtracker-miner/xml/api-index-1.2.xml
+docs/reference/libtracker-miner/xml/api-index-1.2:.xml
+docs/reference/libtracker-miner/xml/api-index-deprecated.xml
+docs/reference/libtracker-miner/xml/api-index-full.xml
+docs/reference/libtracker-miner/xml/gtkdocentities.ent
+docs/reference/libtracker-miner/xml/libtracker-miner-doc.bottom
+docs/reference/libtracker-miner/xml/libtracker-miner-doc.top
+docs/reference/libtracker-miner/xml/object_index.sgml
+docs/reference/libtracker-miner/xml/tracker-data-provider.xml
+docs/reference/libtracker-miner/xml/tracker-decorator-fs.xml
+docs/reference/libtracker-miner/xml/tracker-decorator.xml
+docs/reference/libtracker-miner/xml/tracker-enumerator.xml
+docs/reference/libtracker-miner/xml/tracker-file-data-provider.xml
+docs/reference/libtracker-miner/xml/tracker-file-enumerator.xml
+docs/reference/libtracker-miner/xml/tracker-indexing-tree.xml
+docs/reference/libtracker-miner/xml/tracker-media-art.xml
+docs/reference/libtracker-miner/xml/tracker-miner-enum-types.xml
+docs/reference/libtracker-miner/xml/tracker-miner-enums.xml
+docs/reference/libtracker-miner/xml/tracker-miner-fs.xml
+docs/reference/libtracker-miner/xml/tracker-miner-object.xml
+docs/reference/libtracker-miner/xml/tracker-miner-online.xml
+docs/reference/libtracker-miner/xml/tracker-thumbnailer.xml
+docs/reference/libtracker-miner/xml/tree_index.sgml
+docs/reference/libtracker-miner/html-build.stamp
+docs/reference/libtracker-miner/html.stamp
+docs/reference/libtracker-miner/libtracker-miner-decl-list.txt
+docs/reference/libtracker-miner/libtracker-miner-decl.txt
+docs/reference/libtracker-miner/libtracker-miner-docs.sgml
+docs/reference/libtracker-miner/libtracker-miner-overrides.txt
+docs/reference/libtracker-miner/libtracker-miner-sections.txt
+docs/reference/libtracker-miner/libtracker-miner-undeclared.txt
+docs/reference/libtracker-miner/libtracker-miner-undocumented.txt
+docs/reference/libtracker-miner/libtracker-miner-unused.txt
+docs/reference/libtracker-miner/libtracker-miner.args
+docs/reference/libtracker-miner/libtracker-miner.hierarchy
+docs/reference/libtracker-miner/libtracker-miner.interfaces
+docs/reference/libtracker-miner/libtracker-miner.prerequisites
+docs/reference/libtracker-miner/libtracker-miner.signals
+docs/reference/libtracker-miner/libtracker-miner.types
+docs/reference/libtracker-miner/overview.sgml
+docs/reference/libtracker-miner/scan-build.stamp
+docs/reference/libtracker-miner/setup-build.stamp
+docs/reference/libtracker-miner/sgml-build.stamp
+docs/reference/libtracker-miner/sgml.stamp
+docs/reference/libtracker-miner/version.xml
+docs/reference/libtracker-miner/version.xml.in
+docs/reference/libtracker-sparql/html/annotation-glossary.html
+docs/reference/libtracker-sparql/html/home.png
+docs/reference/libtracker-sparql/html/index.html
+docs/reference/libtracker-sparql/html/index.sgml
+docs/reference/libtracker-sparql/html/left-insensitive.png
+docs/reference/libtracker-sparql/html/left.png
+docs/reference/libtracker-sparql/html/libtracker-sparql-reference.html
+docs/reference/libtracker-sparql/html/libtracker-sparql-Utilities.html
+docs/reference/libtracker-sparql/html/libtracker-sparql-Version-Information.html
+docs/reference/libtracker-sparql/html/libtracker-sparql.devhelp2
+docs/reference/libtracker-sparql/html/right-insensitive.png
+docs/reference/libtracker-sparql/html/right.png
+docs/reference/libtracker-sparql/html/style.css
+docs/reference/libtracker-sparql/html/tracker-examples-builder.html
+docs/reference/libtracker-sparql/html/tracker-examples-readonly.html
+docs/reference/libtracker-sparql/html/tracker-examples-writeonly-with-blank-nodes.html
+docs/reference/libtracker-sparql/html/tracker-examples-writeonly.html
+docs/reference/libtracker-sparql/html/tracker-examples.html
+docs/reference/libtracker-sparql/html/tracker-overview-compiling.html
+docs/reference/libtracker-sparql/html/tracker-overview-connection-methods.html
+docs/reference/libtracker-sparql/html/tracker-overview-environment-variables.html
+docs/reference/libtracker-sparql/html/tracker-overview.html
+docs/reference/libtracker-sparql/html/TrackerSparqlBuilder.html
+docs/reference/libtracker-sparql/html/TrackerSparqlConnection.html
+docs/reference/libtracker-sparql/html/TrackerSparqlCursor.html
+docs/reference/libtracker-sparql/html/up-insensitive.png
+docs/reference/libtracker-sparql/html/up.png
+docs/reference/libtracker-sparql/xml/annotation-glossary.xml
+docs/reference/libtracker-sparql/xml/api-index-0.10.xml
+docs/reference/libtracker-sparql/xml/api-index-0.12.xml
+docs/reference/libtracker-sparql/xml/api-index-deprecated.xml
+docs/reference/libtracker-sparql/xml/api-index-full.xml
+docs/reference/libtracker-sparql/xml/gtkdocentities.ent
+docs/reference/libtracker-sparql/xml/libtracker-sparql-doc.bottom
+docs/reference/libtracker-sparql/xml/libtracker-sparql-doc.top
+docs/reference/libtracker-sparql/xml/object_index.sgml
+docs/reference/libtracker-sparql/xml/tracker-misc.xml
+docs/reference/libtracker-sparql/xml/tracker-sparql-builder.xml
+docs/reference/libtracker-sparql/xml/tracker-sparql-connection.xml
+docs/reference/libtracker-sparql/xml/tracker-sparql-cursor.xml
+docs/reference/libtracker-sparql/xml/tracker-version.xml
+docs/reference/libtracker-sparql/xml/tree_index.sgml
+docs/reference/libtracker-sparql/examples.sgml
+docs/reference/libtracker-sparql/html-build.stamp
+docs/reference/libtracker-sparql/html.stamp
+docs/reference/libtracker-sparql/libtracker-sparql-decl-list.txt
+docs/reference/libtracker-sparql/libtracker-sparql-decl.txt
+docs/reference/libtracker-sparql/libtracker-sparql-docs.sgml
+docs/reference/libtracker-sparql/libtracker-sparql-overrides.txt
+docs/reference/libtracker-sparql/libtracker-sparql-sections.txt
+docs/reference/libtracker-sparql/libtracker-sparql-undeclared.txt
+docs/reference/libtracker-sparql/libtracker-sparql-undocumented.txt
+docs/reference/libtracker-sparql/libtracker-sparql-unused.txt
+docs/reference/libtracker-sparql/libtracker-sparql.args
+docs/reference/libtracker-sparql/libtracker-sparql.hierarchy
+docs/reference/libtracker-sparql/libtracker-sparql.interfaces
+docs/reference/libtracker-sparql/libtracker-sparql.prerequisites
+docs/reference/libtracker-sparql/libtracker-sparql.signals
+docs/reference/libtracker-sparql/libtracker-sparql.types
+docs/reference/libtracker-sparql/overview.sgml
+docs/reference/libtracker-sparql/scan-build.stamp
+docs/reference/libtracker-sparql/setup-build.stamp
+docs/reference/libtracker-sparql/sgml-build.stamp
+docs/reference/libtracker-sparql/sgml.stamp
+docs/reference/libtracker-sparql/version.xml
+docs/reference/libtracker-sparql/version.xml.in
+docs/reference/ontology/html/dc-ontology.html
+docs/reference/ontology/html/home.png
+docs/reference/ontology/html/index.html
+docs/reference/ontology/html/index.sgml
+docs/reference/ontology/html/left-insensitive.png
+docs/reference/ontology/html/left.png
+docs/reference/ontology/html/maemo-ControlPanelApplet.html
+docs/reference/ontology/html/maemo-DesktopBookmark.html
+docs/reference/ontology/html/maemo-ontology.html
+docs/reference/ontology/html/maemo-PostalAddress.html
+docs/reference/ontology/html/maemo-SoftwareApplet.html
+docs/reference/ontology/html/maemo-SoftwareWidget.html
+docs/reference/ontology/html/mfo-Action.html
+docs/reference/ontology/html/mfo-classes.html
+docs/reference/ontology/html/mfo-Enclosure.html
+docs/reference/ontology/html/mfo-FeedChannel.html
+docs/reference/ontology/html/mfo-FeedElement.html
+docs/reference/ontology/html/mfo-FeedMessage.html
+docs/reference/ontology/html/mfo-FeedSettings.html
+docs/reference/ontology/html/mfo-FeedType.html
+docs/reference/ontology/html/mfo-ontology.html
+docs/reference/ontology/html/mlo-classes.html
+docs/reference/ontology/html/mlo-GeoBoundingBox.html
+docs/reference/ontology/html/mlo-GeoLocation.html
+docs/reference/ontology/html/mlo-GeoPoint.html
+docs/reference/ontology/html/mlo-GeoSphere.html
+docs/reference/ontology/html/mlo-Landmark.html
+docs/reference/ontology/html/mlo-LandmarkCategory.html
+docs/reference/ontology/html/mlo-LocationBoundingBox.html
+docs/reference/ontology/html/mlo-ontology.html
+docs/reference/ontology/html/mlo-PointOfInterest.html
+docs/reference/ontology/html/mlo-Route.html
+docs/reference/ontology/html/mto-DownloadTransfer.html
+docs/reference/ontology/html/mto-ontology.html
+docs/reference/ontology/html/mto-State.html
+docs/reference/ontology/html/mto-SyncTransfer.html
+docs/reference/ontology/html/mto-Transfer.html
+docs/reference/ontology/html/mto-TransferElement.html
+docs/reference/ontology/html/mto-TransferMethod.html
+docs/reference/ontology/html/mto-UploadTransfer.html
+docs/reference/ontology/html/mtp-ontology.html
+docs/reference/ontology/html/mtp-ScanType.html
+docs/reference/ontology/html/nao-ontology.html
+docs/reference/ontology/html/nao-Property.html
+docs/reference/ontology/html/nao-Tag.html
+docs/reference/ontology/html/ncal-AccessClassification.html
+docs/reference/ontology/html/ncal-Alarm.html
+docs/reference/ontology/html/ncal-AlarmAction.html
+docs/reference/ontology/html/ncal-Attachment.html
+docs/reference/ontology/html/ncal-AttachmentEncoding.html
+docs/reference/ontology/html/ncal-Attendee.html
+docs/reference/ontology/html/ncal-AttendeeOrOrganizer.html
+docs/reference/ontology/html/ncal-AttendeeRole.html
+docs/reference/ontology/html/ncal-BydayRulePart.html
+docs/reference/ontology/html/ncal-Calendar.html
+docs/reference/ontology/html/ncal-CalendarDataObject.html
+docs/reference/ontology/html/ncal-CalendarScale.html
+docs/reference/ontology/html/ncal-CalendarUserType.html
+docs/reference/ontology/html/ncal-Event.html
+docs/reference/ontology/html/ncal-EventStatus.html
+docs/reference/ontology/html/ncal-Freebusy.html
+docs/reference/ontology/html/ncal-FreebusyPeriod.html
+docs/reference/ontology/html/ncal-FreebusyType.html
+docs/reference/ontology/html/ncal-Journal.html
+docs/reference/ontology/html/ncal-JournalStatus.html
+docs/reference/ontology/html/ncal-NcalDateTime.html
+docs/reference/ontology/html/ncal-NcalPeriod.html
+docs/reference/ontology/html/ncal-NcalTimeEntity.html
+docs/reference/ontology/html/ncal-ontology.html
+docs/reference/ontology/html/ncal-Organizer.html
+docs/reference/ontology/html/ncal-ParticipationStatus.html
+docs/reference/ontology/html/ncal-RecurrenceFrequency.html
+docs/reference/ontology/html/ncal-RecurrenceIdentifier.html
+docs/reference/ontology/html/ncal-RecurrenceIdentifierRange.html
+docs/reference/ontology/html/ncal-RecurrenceRule.html
+docs/reference/ontology/html/ncal-RequestStatus.html
+docs/reference/ontology/html/ncal-TimeTransparency.html
+docs/reference/ontology/html/ncal-Timezone.html
+docs/reference/ontology/html/ncal-TimezoneObservance.html
+docs/reference/ontology/html/ncal-Todo.html
+docs/reference/ontology/html/ncal-TodoStatus.html
+docs/reference/ontology/html/ncal-Trigger.html
+docs/reference/ontology/html/ncal-TriggerRelation.html
+docs/reference/ontology/html/ncal-UnionParentClass.html
+docs/reference/ontology/html/ncal-Weekday.html
+docs/reference/ontology/html/nco-Affiliation.html
+docs/reference/ontology/html/nco-AuthorizationStatus.html
+docs/reference/ontology/html/nco-BbsNumber.html
+docs/reference/ontology/html/nco-CarPhoneNumber.html
+docs/reference/ontology/html/nco-CellPhoneNumber.html
+docs/reference/ontology/html/nco-classes.html
+docs/reference/ontology/html/nco-Contact.html
+docs/reference/ontology/html/nco-ContactGroup.html
+docs/reference/ontology/html/nco-ContactList.html
+docs/reference/ontology/html/nco-ContactListDataObject.html
+docs/reference/ontology/html/nco-ContactMedium.html
+docs/reference/ontology/html/nco-DomesticDeliveryAddress.html
+docs/reference/ontology/html/nco-EmailAddress.html
+docs/reference/ontology/html/nco-FaxNumber.html
+docs/reference/ontology/html/nco-Gender.html
+docs/reference/ontology/html/nco-IMAccount.html
+docs/reference/ontology/html/nco-IMAddress.html
+docs/reference/ontology/html/nco-IMCapability.html
+docs/reference/ontology/html/nco-InternationalDeliveryAddress.html
+docs/reference/ontology/html/nco-IsdnNumber.html
+docs/reference/ontology/html/nco-MessagingNumber.html
+docs/reference/ontology/html/nco-ModemNumber.html
+docs/reference/ontology/html/nco-ontology.html
+docs/reference/ontology/html/nco-OrganizationContact.html
+docs/reference/ontology/html/nco-PagerNumber.html
+docs/reference/ontology/html/nco-ParcelDeliveryAddress.html
+docs/reference/ontology/html/nco-PcsNumber.html
+docs/reference/ontology/html/nco-PersonContact.html
+docs/reference/ontology/html/nco-PhoneNumber.html
+docs/reference/ontology/html/nco-PostalAddress.html
+docs/reference/ontology/html/nco-PresenceStatus.html
+docs/reference/ontology/html/nco-Role.html
+docs/reference/ontology/html/nco-VideoTelephoneNumber.html
+docs/reference/ontology/html/nco-VoicePhoneNumber.html
+docs/reference/ontology/html/nfo-Application.html
+docs/reference/ontology/html/nfo-Archive.html
+docs/reference/ontology/html/nfo-ArchiveItem.html
+docs/reference/ontology/html/nfo-Attachment.html
+docs/reference/ontology/html/nfo-Audio.html
+docs/reference/ontology/html/nfo-Bookmark.html
+docs/reference/ontology/html/nfo-BookmarkFolder.html
+docs/reference/ontology/html/nfo-CompressionType.html
+docs/reference/ontology/html/nfo-Cursor.html
+docs/reference/ontology/html/nfo-DataContainer.html
+docs/reference/ontology/html/nfo-DeletedResource.html
+docs/reference/ontology/html/nfo-Document.html
+docs/reference/ontology/html/nfo-EBook.html
+docs/reference/ontology/html/nfo-EmbeddedFileDataObject.html
+docs/reference/ontology/html/nfo-Equipment.html
+docs/reference/ontology/html/nfo-Executable.html
+docs/reference/ontology/html/nfo-FileDataObject.html
+docs/reference/ontology/html/nfo-FileHash.html
+docs/reference/ontology/html/nfo-Filesystem.html
+docs/reference/ontology/html/nfo-FilesystemImage.html
+docs/reference/ontology/html/nfo-Folder.html
+docs/reference/ontology/html/nfo-Font.html
+docs/reference/ontology/html/nfo-HardDiskPartition.html
+docs/reference/ontology/html/nfo-HelpDocument.html
+docs/reference/ontology/html/nfo-HtmlDocument.html
+docs/reference/ontology/html/nfo-Icon.html
+docs/reference/ontology/html/nfo-Image.html
+docs/reference/ontology/html/nfo-ImageCategory.html
+docs/reference/ontology/html/nfo-Media.html
+docs/reference/ontology/html/nfo-MediaFileListEntry.html
+docs/reference/ontology/html/nfo-MediaList.html
+docs/reference/ontology/html/nfo-MediaStream.html
+docs/reference/ontology/html/nfo-MindMap.html
+docs/reference/ontology/html/nfo-Note.html
+docs/reference/ontology/html/nfo-ontology.html
+docs/reference/ontology/html/nfo-OperatingSystem.html
+docs/reference/ontology/html/nfo-Orientation.html
+docs/reference/ontology/html/nfo-PaginatedTextDocument.html
+docs/reference/ontology/html/nfo-PlainTextDocument.html
+docs/reference/ontology/html/nfo-Presentation.html
+docs/reference/ontology/html/nfo-RasterImage.html
+docs/reference/ontology/html/nfo-RegionOfInterest.html
+docs/reference/ontology/html/nfo-RegionOfInterestContent.html
+docs/reference/ontology/html/nfo-RemoteDataObject.html
+docs/reference/ontology/html/nfo-RemotePortAddress.html
+docs/reference/ontology/html/nfo-Software.html
+docs/reference/ontology/html/nfo-SoftwareApplication.html
+docs/reference/ontology/html/nfo-SoftwareCategory.html
+docs/reference/ontology/html/nfo-SoftwareItem.html
+docs/reference/ontology/html/nfo-SoftwareService.html
+docs/reference/ontology/html/nfo-SourceCode.html
+docs/reference/ontology/html/nfo-Spreadsheet.html
+docs/reference/ontology/html/nfo-TextDocument.html
+docs/reference/ontology/html/nfo-Trash.html
+docs/reference/ontology/html/nfo-VectorImage.html
+docs/reference/ontology/html/nfo-Video.html
+docs/reference/ontology/html/nfo-Visual.html
+docs/reference/ontology/html/nfo-WebHistory.html
+docs/reference/ontology/html/nfo-Website.html
+docs/reference/ontology/html/nie-classes.html
+docs/reference/ontology/html/nie-DataObject.html
+docs/reference/ontology/html/nie-DataSource.html
+docs/reference/ontology/html/nie-InformationElement.html
+docs/reference/ontology/html/nie-ontology.html
+docs/reference/ontology/html/nmm-AnalogRadio.html
+docs/reference/ontology/html/nmm-Artist.html
+docs/reference/ontology/html/nmm-classes.html
+docs/reference/ontology/html/nmm-DigitalRadio.html
+docs/reference/ontology/html/nmm-Flash.html
+docs/reference/ontology/html/nmm-ImageList.html
+docs/reference/ontology/html/nmm-MeteringMode.html
+docs/reference/ontology/html/nmm-MusicAlbum.html
+docs/reference/ontology/html/nmm-MusicAlbumDisc.html
+docs/reference/ontology/html/nmm-MusicPiece.html
+docs/reference/ontology/html/nmm-ontology.html
+docs/reference/ontology/html/nmm-Photo.html
+docs/reference/ontology/html/nmm-Playlist.html
+docs/reference/ontology/html/nmm-RadioModulation.html
+docs/reference/ontology/html/nmm-RadioStation.html
+docs/reference/ontology/html/nmm-SynchronizedText.html
+docs/reference/ontology/html/nmm-Video.html
+docs/reference/ontology/html/nmm-WhiteBalance.html
+docs/reference/ontology/html/nmo-Attachment.html
+docs/reference/ontology/html/nmo-Call.html
+docs/reference/ontology/html/nmo-classes.html
+docs/reference/ontology/html/nmo-CommunicationChannel.html
+docs/reference/ontology/html/nmo-Conversation.html
+docs/reference/ontology/html/nmo-DeliveryStatus.html
+docs/reference/ontology/html/nmo-Email.html
+docs/reference/ontology/html/nmo-IMMessage.html
+docs/reference/ontology/html/nmo-MailAccount.html
+docs/reference/ontology/html/nmo-MailboxDataObject.html
+docs/reference/ontology/html/nmo-MailFolder.html
+docs/reference/ontology/html/nmo-Message.html
+docs/reference/ontology/html/nmo-MessageHeader.html
+docs/reference/ontology/html/nmo-MimePart.html
+docs/reference/ontology/html/nmo-MMSMessage.html
+docs/reference/ontology/html/nmo-Multipart.html
+docs/reference/ontology/html/nmo-ontology.html
+docs/reference/ontology/html/nmo-PermanentChannel.html
+docs/reference/ontology/html/nmo-PhoneMessage.html
+docs/reference/ontology/html/nmo-PhoneMessageFolder.html
+docs/reference/ontology/html/nmo-ReportReadStatus.html
+docs/reference/ontology/html/nmo-SMSMessage.html
+docs/reference/ontology/html/nmo-TransientChannel.html
+docs/reference/ontology/html/nmo-VOIPCall.html
+docs/reference/ontology/html/ontology.devhelp2
+docs/reference/ontology/html/ontology.html
+docs/reference/ontology/html/osinfo-Installer.html
+docs/reference/ontology/html/osinfo-ontology.html
+docs/reference/ontology/html/overview.html
+docs/reference/ontology/html/poi-ObjectOfInterest.html
+docs/reference/ontology/html/rdf-ontology.html
+docs/reference/ontology/html/rdf-Property.html
+docs/reference/ontology/html/rdfs-Class.html
+docs/reference/ontology/html/rdfs-Literal.html
+docs/reference/ontology/html/rdfs-Resource.html
+docs/reference/ontology/html/right-insensitive.png
+docs/reference/ontology/html/right.png
+docs/reference/ontology/html/scal-AccessLevel.html
+docs/reference/ontology/html/scal-AttendanceStatus.html
+docs/reference/ontology/html/scal-Attendee.html
+docs/reference/ontology/html/scal-AttendeeRole.html
+docs/reference/ontology/html/scal-Calendar.html
+docs/reference/ontology/html/scal-CalendarAlarm.html
+docs/reference/ontology/html/scal-CalendarItem.html
+docs/reference/ontology/html/scal-CalendarUserType.html
+docs/reference/ontology/html/scal-Event.html
+docs/reference/ontology/html/scal-EventStatus.html
+docs/reference/ontology/html/scal-Journal.html
+docs/reference/ontology/html/scal-JournalStatus.html
+docs/reference/ontology/html/scal-ontology.html
+docs/reference/ontology/html/scal-RecurrenceRule.html
+docs/reference/ontology/html/scal-RSVPValues.html
+docs/reference/ontology/html/scal-TimePoint.html
+docs/reference/ontology/html/scal-Todo.html
+docs/reference/ontology/html/scal-TodoStatus.html
+docs/reference/ontology/html/scal-TransparencyValues.html
+docs/reference/ontology/html/slo-GeoLocation.html
+docs/reference/ontology/html/slo-Landmark.html
+docs/reference/ontology/html/slo-LandmarkCategory.html
+docs/reference/ontology/html/slo-ontology.html
+docs/reference/ontology/html/slo-Route.html
+docs/reference/ontology/html/style.css
+docs/reference/ontology/html/tracker-Namespace.html
+docs/reference/ontology/html/tracker-ontology.html
+docs/reference/ontology/html/tracker-Ontology.html
+docs/reference/ontology/html/up-insensitive.png
+docs/reference/ontology/html/up.png
+docs/reference/ontology/html/xsd-boolean.html
+docs/reference/ontology/html/xsd-classes.html
+docs/reference/ontology/html/xsd-date.html
+docs/reference/ontology/html/xsd-dateTime.html
+docs/reference/ontology/html/xsd-double.html
+docs/reference/ontology/html/xsd-integer.html
+docs/reference/ontology/html/xsd-ontology.html
+docs/reference/ontology/html/xsd-string.html
+docs/reference/ontology/xml/api-index-deprecated.xml
+docs/reference/ontology/xml/api-index-full.xml
+docs/reference/ontology/xml/dc-ontology.xml
+docs/reference/ontology/xml/gtkdocentities.ent
+docs/reference/ontology/xml/libosinfo-ontology.xml
+docs/reference/ontology/xml/maemo-ControlPanelApplet.xml
+docs/reference/ontology/xml/maemo-DesktopBookmark.xml
+docs/reference/ontology/xml/maemo-ontology.xml
+docs/reference/ontology/xml/maemo-PostalAddress.xml
+docs/reference/ontology/xml/maemo-SoftwareApplet.xml
+docs/reference/ontology/xml/maemo-SoftwareWidget.xml
+docs/reference/ontology/xml/mfo-Action.xml
+docs/reference/ontology/xml/mfo-Enclosure.xml
+docs/reference/ontology/xml/mfo-FeedChannel.xml
+docs/reference/ontology/xml/mfo-FeedElement.xml
+docs/reference/ontology/xml/mfo-FeedMessage.xml
+docs/reference/ontology/xml/mfo-FeedSettings.xml
+docs/reference/ontology/xml/mfo-FeedType.xml
+docs/reference/ontology/xml/mfo-ontology.xml
+docs/reference/ontology/xml/mlo-GeoBoundingBox.xml
+docs/reference/ontology/xml/mlo-GeoLocation.xml
+docs/reference/ontology/xml/mlo-GeoPoint.xml
+docs/reference/ontology/xml/mlo-GeoSphere.xml
+docs/reference/ontology/xml/mlo-Landmark.xml
+docs/reference/ontology/xml/mlo-LandmarkCategory.xml
+docs/reference/ontology/xml/mlo-LocationBoundingBox.xml
+docs/reference/ontology/xml/mlo-ontology.xml
+docs/reference/ontology/xml/mlo-PointOfInterest.xml
+docs/reference/ontology/xml/mlo-Route.xml
+docs/reference/ontology/xml/mto-DownloadTransfer.xml
+docs/reference/ontology/xml/mto-ontology.xml
+docs/reference/ontology/xml/mto-State.xml
+docs/reference/ontology/xml/mto-SyncTransfer.xml
+docs/reference/ontology/xml/mto-Transfer.xml
+docs/reference/ontology/xml/mto-TransferElement.xml
+docs/reference/ontology/xml/mto-TransferMethod.xml
+docs/reference/ontology/xml/mto-UploadTransfer.xml
+docs/reference/ontology/xml/mtp-ontology.xml
+docs/reference/ontology/xml/mtp-ScanType.xml
+docs/reference/ontology/xml/nao-ontology.xml
+docs/reference/ontology/xml/nao-Property.xml
+docs/reference/ontology/xml/nao-Tag.xml
+docs/reference/ontology/xml/ncal-AccessClassification.xml
+docs/reference/ontology/xml/ncal-Alarm.xml
+docs/reference/ontology/xml/ncal-AlarmAction.xml
+docs/reference/ontology/xml/ncal-Attachment.xml
+docs/reference/ontology/xml/ncal-AttachmentEncoding.xml
+docs/reference/ontology/xml/ncal-Attendee.xml
+docs/reference/ontology/xml/ncal-AttendeeOrOrganizer.xml
+docs/reference/ontology/xml/ncal-AttendeeRole.xml
+docs/reference/ontology/xml/ncal-BydayRulePart.xml
+docs/reference/ontology/xml/ncal-Calendar.xml
+docs/reference/ontology/xml/ncal-CalendarDataObject.xml
+docs/reference/ontology/xml/ncal-CalendarScale.xml
+docs/reference/ontology/xml/ncal-CalendarUserType.xml
+docs/reference/ontology/xml/ncal-Event.xml
+docs/reference/ontology/xml/ncal-EventStatus.xml
+docs/reference/ontology/xml/ncal-Freebusy.xml
+docs/reference/ontology/xml/ncal-FreebusyPeriod.xml
+docs/reference/ontology/xml/ncal-FreebusyType.xml
+docs/reference/ontology/xml/ncal-Journal.xml
+docs/reference/ontology/xml/ncal-JournalStatus.xml
+docs/reference/ontology/xml/ncal-NcalDateTime.xml
+docs/reference/ontology/xml/ncal-NcalPeriod.xml
+docs/reference/ontology/xml/ncal-NcalTimeEntity.xml
+docs/reference/ontology/xml/ncal-ontology.xml
+docs/reference/ontology/xml/ncal-Organizer.xml
+docs/reference/ontology/xml/ncal-ParticipationStatus.xml
+docs/reference/ontology/xml/ncal-RecurrenceFrequency.xml
+docs/reference/ontology/xml/ncal-RecurrenceIdentifier.xml
+docs/reference/ontology/xml/ncal-RecurrenceIdentifierRange.xml
+docs/reference/ontology/xml/ncal-RecurrenceRule.xml
+docs/reference/ontology/xml/ncal-RequestStatus.xml
+docs/reference/ontology/xml/ncal-TimeTransparency.xml
+docs/reference/ontology/xml/ncal-Timezone.xml
+docs/reference/ontology/xml/ncal-TimezoneObservance.xml
+docs/reference/ontology/xml/ncal-Todo.xml
+docs/reference/ontology/xml/ncal-TodoStatus.xml
+docs/reference/ontology/xml/ncal-Trigger.xml
+docs/reference/ontology/xml/ncal-TriggerRelation.xml
+docs/reference/ontology/xml/ncal-UnionParentClass.xml
+docs/reference/ontology/xml/ncal-Weekday.xml
+docs/reference/ontology/xml/nco-Affiliation.xml
+docs/reference/ontology/xml/nco-AuthorizationStatus.xml
+docs/reference/ontology/xml/nco-BbsNumber.xml
+docs/reference/ontology/xml/nco-CarPhoneNumber.xml
+docs/reference/ontology/xml/nco-CellPhoneNumber.xml
+docs/reference/ontology/xml/nco-Contact.xml
+docs/reference/ontology/xml/nco-ContactGroup.xml
+docs/reference/ontology/xml/nco-ContactList.xml
+docs/reference/ontology/xml/nco-ContactListDataObject.xml
+docs/reference/ontology/xml/nco-ContactMedium.xml
+docs/reference/ontology/xml/nco-DomesticDeliveryAddress.xml
+docs/reference/ontology/xml/nco-EmailAddress.xml
+docs/reference/ontology/xml/nco-FaxNumber.xml
+docs/reference/ontology/xml/nco-Gender.xml
+docs/reference/ontology/xml/nco-IMAccount.xml
+docs/reference/ontology/xml/nco-IMAddress.xml
+docs/reference/ontology/xml/nco-IMCapability.xml
+docs/reference/ontology/xml/nco-InternationalDeliveryAddress.xml
+docs/reference/ontology/xml/nco-IsdnNumber.xml
+docs/reference/ontology/xml/nco-MessagingNumber.xml
+docs/reference/ontology/xml/nco-ModemNumber.xml
+docs/reference/ontology/xml/nco-ontology.xml
+docs/reference/ontology/xml/nco-OrganizationContact.xml
+docs/reference/ontology/xml/nco-PagerNumber.xml
+docs/reference/ontology/xml/nco-ParcelDeliveryAddress.xml
+docs/reference/ontology/xml/nco-PcsNumber.xml
+docs/reference/ontology/xml/nco-PersonContact.xml
+docs/reference/ontology/xml/nco-PhoneNumber.xml
+docs/reference/ontology/xml/nco-PostalAddress.xml
+docs/reference/ontology/xml/nco-PresenceStatus.xml
+docs/reference/ontology/xml/nco-Role.xml
+docs/reference/ontology/xml/nco-VideoTelephoneNumber.xml
+docs/reference/ontology/xml/nco-VoicePhoneNumber.xml
+docs/reference/ontology/xml/nfo-Application.xml
+docs/reference/ontology/xml/nfo-Archive.xml
+docs/reference/ontology/xml/nfo-ArchiveItem.xml
+docs/reference/ontology/xml/nfo-Attachment.xml
+docs/reference/ontology/xml/nfo-Audio.xml
+docs/reference/ontology/xml/nfo-Bookmark.xml
+docs/reference/ontology/xml/nfo-BookmarkFolder.xml
+docs/reference/ontology/xml/nfo-CompressionType.xml
+docs/reference/ontology/xml/nfo-Cursor.xml
+docs/reference/ontology/xml/nfo-DataContainer.xml
+docs/reference/ontology/xml/nfo-DeletedResource.xml
+docs/reference/ontology/xml/nfo-Document.xml
+docs/reference/ontology/xml/nfo-EBook.xml
+docs/reference/ontology/xml/nfo-EmbeddedFileDataObject.xml
+docs/reference/ontology/xml/nfo-Equipment.xml
+docs/reference/ontology/xml/nfo-Executable.xml
+docs/reference/ontology/xml/nfo-FileDataObject.xml
+docs/reference/ontology/xml/nfo-FileHash.xml
+docs/reference/ontology/xml/nfo-Filesystem.xml
+docs/reference/ontology/xml/nfo-FilesystemImage.xml
+docs/reference/ontology/xml/nfo-Folder.xml
+docs/reference/ontology/xml/nfo-Font.xml
+docs/reference/ontology/xml/nfo-HardDiskPartition.xml
+docs/reference/ontology/xml/nfo-HelpDocument.xml
+docs/reference/ontology/xml/nfo-HtmlDocument.xml
+docs/reference/ontology/xml/nfo-Icon.xml
+docs/reference/ontology/xml/nfo-Image.xml
+docs/reference/ontology/xml/nfo-ImageCategory.xml
+docs/reference/ontology/xml/nfo-Media.xml
+docs/reference/ontology/xml/nfo-MediaFileListEntry.xml
+docs/reference/ontology/xml/nfo-MediaList.xml
+docs/reference/ontology/xml/nfo-MediaStream.xml
+docs/reference/ontology/xml/nfo-MindMap.xml
+docs/reference/ontology/xml/nfo-Note.xml
+docs/reference/ontology/xml/nfo-ontology.xml
+docs/reference/ontology/xml/nfo-OperatingSystem.xml
+docs/reference/ontology/xml/nfo-Orientation.xml
+docs/reference/ontology/xml/nfo-PaginatedTextDocument.xml
+docs/reference/ontology/xml/nfo-PlainTextDocument.xml
+docs/reference/ontology/xml/nfo-Presentation.xml
+docs/reference/ontology/xml/nfo-RasterImage.xml
+docs/reference/ontology/xml/nfo-RegionOfInterest.xml
+docs/reference/ontology/xml/nfo-RegionOfInterestContent.xml
+docs/reference/ontology/xml/nfo-RemoteDataObject.xml
+docs/reference/ontology/xml/nfo-RemotePortAddress.xml
+docs/reference/ontology/xml/nfo-Software.xml
+docs/reference/ontology/xml/nfo-SoftwareApplication.xml
+docs/reference/ontology/xml/nfo-SoftwareCategory.xml
+docs/reference/ontology/xml/nfo-SoftwareItem.xml
+docs/reference/ontology/xml/nfo-SoftwareService.xml
+docs/reference/ontology/xml/nfo-SourceCode.xml
+docs/reference/ontology/xml/nfo-Spreadsheet.xml
+docs/reference/ontology/xml/nfo-TextDocument.xml
+docs/reference/ontology/xml/nfo-Trash.xml
+docs/reference/ontology/xml/nfo-VectorImage.xml
+docs/reference/ontology/xml/nfo-Video.xml
+docs/reference/ontology/xml/nfo-Visual.xml
+docs/reference/ontology/xml/nfo-WebHistory.xml
+docs/reference/ontology/xml/nfo-Website.xml
+docs/reference/ontology/xml/nid3-ID3Audio.xml
+docs/reference/ontology/xml/nid3-ontology.xml
+docs/reference/ontology/xml/nie-DataObject.xml
+docs/reference/ontology/xml/nie-DataSource.xml
+docs/reference/ontology/xml/nie-InformationElement.xml
+docs/reference/ontology/xml/nie-ontology.xml
+docs/reference/ontology/xml/nmm-AnalogRadio.xml
+docs/reference/ontology/xml/nmm-Artist.xml
+docs/reference/ontology/xml/nmm-DigitalRadio.xml
+docs/reference/ontology/xml/nmm-Flash.xml
+docs/reference/ontology/xml/nmm-ImageList.xml
+docs/reference/ontology/xml/nmm-MeteringMode.xml
+docs/reference/ontology/xml/nmm-MusicAlbum.xml
+docs/reference/ontology/xml/nmm-MusicAlbumDisc.xml
+docs/reference/ontology/xml/nmm-MusicPiece.xml
+docs/reference/ontology/xml/nmm-ontology.xml
+docs/reference/ontology/xml/nmm-Photo.xml
+docs/reference/ontology/xml/nmm-Playlist.xml
+docs/reference/ontology/xml/nmm-RadioModulation.xml
+docs/reference/ontology/xml/nmm-RadioStation.xml
+docs/reference/ontology/xml/nmm-SynchronizedText.xml
+docs/reference/ontology/xml/nmm-Video.xml
+docs/reference/ontology/xml/nmm-WhiteBalance.xml
+docs/reference/ontology/xml/nmo-Attachment.xml
+docs/reference/ontology/xml/nmo-Call.xml
+docs/reference/ontology/xml/nmo-CommunicationChannel.xml
+docs/reference/ontology/xml/nmo-Conversation.xml
+docs/reference/ontology/xml/nmo-DeliveryStatus.xml
+docs/reference/ontology/xml/nmo-Email.xml
+docs/reference/ontology/xml/nmo-IMMessage.xml
+docs/reference/ontology/xml/nmo-MailAccount.xml
+docs/reference/ontology/xml/nmo-MailboxDataObject.xml
+docs/reference/ontology/xml/nmo-MailFolder.xml
+docs/reference/ontology/xml/nmo-Message.xml
+docs/reference/ontology/xml/nmo-MessageHeader.xml
+docs/reference/ontology/xml/nmo-MimePart.xml
+docs/reference/ontology/xml/nmo-MMSMessage.xml
+docs/reference/ontology/xml/nmo-Multipart.xml
+docs/reference/ontology/xml/nmo-ontology.xml
+docs/reference/ontology/xml/nmo-PermanentChannel.xml
+docs/reference/ontology/xml/nmo-PhoneMessage.xml
+docs/reference/ontology/xml/nmo-PhoneMessageFolder.xml
+docs/reference/ontology/xml/nmo-ReportReadStatus.xml
+docs/reference/ontology/xml/nmo-SMSMessage.xml
+docs/reference/ontology/xml/nmo-TransientChannel.xml
+docs/reference/ontology/xml/nmo-VOIPCall.xml
+docs/reference/ontology/xml/nrl-InverseFunctionalProperty.xml
+docs/reference/ontology/xml/nrl-ontology.xml
+docs/reference/ontology/xml/object_index.sgml
+docs/reference/ontology/xml/ontology-doc.bottom
+docs/reference/ontology/xml/ontology-doc.top
+docs/reference/ontology/xml/osinfo-Installer.xml
+docs/reference/ontology/xml/poi-ObjectOfInterest.xml
+docs/reference/ontology/xml/rdf-ontology.xml
+docs/reference/ontology/xml/rdf-Property.xml
+docs/reference/ontology/xml/rdfs-Class.xml
+docs/reference/ontology/xml/rdfs-Literal.xml
+docs/reference/ontology/xml/rdfs-Resource.xml
+docs/reference/ontology/xml/scal-AccessLevel.xml
+docs/reference/ontology/xml/scal-AttendanceStatus.xml
+docs/reference/ontology/xml/scal-Attendee.xml
+docs/reference/ontology/xml/scal-AttendeeRole.xml
+docs/reference/ontology/xml/scal-Calendar.xml
+docs/reference/ontology/xml/scal-CalendarAlarm.xml
+docs/reference/ontology/xml/scal-CalendarItem.xml
+docs/reference/ontology/xml/scal-CalendarUserType.xml
+docs/reference/ontology/xml/scal-Event.xml
+docs/reference/ontology/xml/scal-EventStatus.xml
+docs/reference/ontology/xml/scal-Journal.xml
+docs/reference/ontology/xml/scal-JournalStatus.xml
+docs/reference/ontology/xml/scal-ontology.xml
+docs/reference/ontology/xml/scal-RecurrenceRule.xml
+docs/reference/ontology/xml/scal-RSVPValues.xml
+docs/reference/ontology/xml/scal-TimePoint.xml
+docs/reference/ontology/xml/scal-Todo.xml
+docs/reference/ontology/xml/scal-TodoStatus.xml
+docs/reference/ontology/xml/scal-TransparencyValues.xml
+docs/reference/ontology/xml/slo-GeoLocation.xml
+docs/reference/ontology/xml/slo-Landmark.xml
+docs/reference/ontology/xml/slo-LandmarkCategory.xml
+docs/reference/ontology/xml/slo-ontology.xml
+docs/reference/ontology/xml/slo-Route.xml
+docs/reference/ontology/xml/tracker-Namespace.xml
+docs/reference/ontology/xml/tracker-ontology.xml
+docs/reference/ontology/xml/tracker-Ontology.xml
+docs/reference/ontology/xml/tracker-Volume.xml
+docs/reference/ontology/xml/tree_index.sgml
+docs/reference/ontology/xml/xsd-boolean.xml
+docs/reference/ontology/xml/xsd-date.xml
+docs/reference/ontology/xml/xsd-dateTime.xml
+docs/reference/ontology/xml/xsd-double.xml
+docs/reference/ontology/xml/xsd-integer.xml
+docs/reference/ontology/xml/xsd-ontology.xml
+docs/reference/ontology/xml/xsd-string.xml
+docs/reference/ontology/gen-doc.stamp
+docs/reference/ontology/html-build.stamp
+docs/reference/ontology/html.stamp
+docs/reference/ontology/ontology-decl-list.txt
+docs/reference/ontology/ontology-decl.txt
+docs/reference/ontology/ontology-docs.sgml
+docs/reference/ontology/ontology-overrides.txt
+docs/reference/ontology/ontology-sections.txt
+docs/reference/ontology/ontology-undeclared.txt
+docs/reference/ontology/ontology-undocumented.txt
+docs/reference/ontology/ontology-unused.txt
+docs/reference/ontology/ontology.args
+docs/reference/ontology/ontology.hierarchy
+docs/reference/ontology/ontology.interfaces
+docs/reference/ontology/ontology.prerequisites
+docs/reference/ontology/ontology.signals
+docs/reference/ontology/scan-build.stamp
+docs/reference/ontology/setup-build.stamp
+docs/reference/ontology/sgml-build.stamp
+docs/reference/ontology/sgml.stamp
+docs/reference/ontology/version.xml
+docs/reference/ontology/version.xml.in
+docs/reference/COPYING
+docs/reference/README
+docs/tools/gen-doc.sh
+docs/tools/ontology-graph
+docs/tools/qname.c
+docs/tools/qname.h
+docs/tools/ttl2sgml
+docs/tools/ttl2sgml.c
+docs/tools/ttl_loader.c
+docs/tools/ttl_loader.h
+docs/tools/ttl_model.c
+docs/tools/ttl_model.h
+docs/tools/ttl_sgml.c
+docs/tools/ttl_sgml.h
+docs/tools/ttlresource2sgml
+docs/tools/ttlresource2sgml.c
+examples/introspection/python/all-async.py
+examples/introspection/python/miner.py
+examples/introspection/python/query-async.py
+examples/introspection/python/query-sync.py
+examples/libtracker-miner/tracker-main.c
+examples/libtracker-miner/tracker-miner-test
+examples/libtracker-miner/tracker-miner-test.c
+examples/libtracker-miner/tracker-miner-test.h
+examples/libtracker-sparql/async-connection
+examples/libtracker-sparql/async-connection.c
+examples/libtracker-sparql/class-signal
+examples/libtracker-sparql/class-signal.c
+examples/rss-reader/initial-data.ttl
+examples/rss-reader/main.py
+examples/rss-reader/README
+examples/rss-reader/rss_viewer.ui
+examples/rss-reader/signaler.py
+examples/rss-reader/tracker_backend.py
+examples/rss-reader/zeitgeist_backend.py
+src/gvdb/gvdb-builder.c
+src/gvdb/gvdb-builder.h
+src/gvdb/gvdb-format.h
+src/gvdb/gvdb-reader.c
+src/gvdb/gvdb-reader.h
+src/libtracker-bus/libtracker_bus_la_vala.stamp
+src/libtracker-bus/tracker-array-cursor.c
+src/libtracker-bus/tracker-array-cursor.vala
+src/libtracker-bus/tracker-bus-fd-cursor.c
+src/libtracker-bus/tracker-bus-fd-cursor.vala
+src/libtracker-bus/tracker-bus.c
+src/libtracker-bus/tracker-bus.h
+src/libtracker-bus/tracker-bus.vala
+src/libtracker-bus/tracker-bus.vapi
+src/libtracker-bus/tracker-namespace.c
+src/libtracker-bus/tracker-namespace.vala
+src/libtracker-common/stop-words/stopwords.da
+src/libtracker-common/stop-words/stopwords.de
+src/libtracker-common/stop-words/stopwords.en
+src/libtracker-common/stop-words/stopwords.es
+src/libtracker-common/stop-words/stopwords.fi
+src/libtracker-common/stop-words/stopwords.fr
+src/libtracker-common/stop-words/stopwords.hu
+src/libtracker-common/stop-words/stopwords.it
+src/libtracker-common/stop-words/stopwords.nb
+src/libtracker-common/stop-words/stopwords.nl
+src/libtracker-common/stop-words/stopwords.pt
+src/libtracker-common/stop-words/stopwords.ru
+src/libtracker-common/stop-words/stopwords.sv
+src/libtracker-common/COPYING.LIB
+src/libtracker-common/libtracker-common.vapi
+src/libtracker-common/tracker-common.h
+src/libtracker-common/tracker-date-time.c
+src/libtracker-common/tracker-date-time.h
+src/libtracker-common/tracker-dbus.c
+src/libtracker-common/tracker-dbus.h
+src/libtracker-common/tracker-enum-types.c
+src/libtracker-common/tracker-enum-types.c.template
+src/libtracker-common/tracker-enum-types.h
+src/libtracker-common/tracker-enum-types.h.template
+src/libtracker-common/tracker-enums.h
+src/libtracker-common/tracker-file-utils.c
+src/libtracker-common/tracker-file-utils.h
+src/libtracker-common/tracker-ioprio.c
+src/libtracker-common/tracker-ioprio.h
+src/libtracker-common/tracker-language.c
+src/libtracker-common/tracker-language.h
+src/libtracker-common/tracker-locale.c
+src/libtracker-common/tracker-locale.h
+src/libtracker-common/tracker-log.c
+src/libtracker-common/tracker-log.h
+src/libtracker-common/tracker-parser-libicu.c
+src/libtracker-common/tracker-parser-libunistring.c
+src/libtracker-common/tracker-parser-sha1.h
+src/libtracker-common/tracker-parser-utils.c
+src/libtracker-common/tracker-parser-utils.h
+src/libtracker-common/tracker-parser.h
+src/libtracker-common/tracker-sched.c
+src/libtracker-common/tracker-sched.h
+src/libtracker-common/tracker-type-utils.c
+src/libtracker-common/tracker-type-utils.h
+src/libtracker-common/tracker-utils.c
+src/libtracker-common/tracker-utils.h
+src/libtracker-control/tracker-control-1.0.deps
+src/libtracker-control/tracker-control-1.0.pc
+src/libtracker-control/tracker-control-1.0.vapi
+src/libtracker-control/tracker-control.deps
+src/libtracker-control/tracker-control.h
+src/libtracker-control/tracker-control.pc
+src/libtracker-control/tracker-control.pc.in
+src/libtracker-control/tracker-control.vapi
+src/libtracker-control/tracker-miner-manager.c
+src/libtracker-control/tracker-miner-manager.h
+src/libtracker-control/TrackerControl-1.0.gir
+src/libtracker-control/TrackerControl-1.0.metadata
+src/libtracker-control/TrackerControl-1.0.typelib
+src/libtracker-data/COPYING.LIB
+src/libtracker-data/libtracker-data.vapi
+src/libtracker-data/libtracker_data_la_vala.stamp
+src/libtracker-data/org.freedesktop.Tracker.DB.gschema.valid
+src/libtracker-data/org.freedesktop.Tracker.DB.gschema.xml
+src/libtracker-data/org.freedesktop.Tracker.DB.gschema.xml.in
+src/libtracker-data/org.freedesktop.Tracker.enums.xml
+src/libtracker-data/tracker-class.c
+src/libtracker-data/tracker-class.h
+src/libtracker-data/tracker-collation.c
+src/libtracker-data/tracker-collation.h
+src/libtracker-data/tracker-crc32.c
+src/libtracker-data/tracker-crc32.h
+src/libtracker-data/tracker-data-backup.c
+src/libtracker-data/tracker-data-backup.h
+src/libtracker-data/tracker-data-manager.c
+src/libtracker-data/tracker-data-manager.h
+src/libtracker-data/tracker-data-query.c
+src/libtracker-data/tracker-data-query.h
+src/libtracker-data/tracker-data-update.c
+src/libtracker-data/tracker-data-update.h
+src/libtracker-data/tracker-data.h
+src/libtracker-data/tracker-db-backup.c
+src/libtracker-data/tracker-db-backup.h
+src/libtracker-data/tracker-db-config.c
+src/libtracker-data/tracker-db-config.h
+src/libtracker-data/tracker-db-interface-sqlite.c
+src/libtracker-data/tracker-db-interface-sqlite.h
+src/libtracker-data/tracker-db-interface.c
+src/libtracker-data/tracker-db-interface.h
+src/libtracker-data/tracker-db-journal.c
+src/libtracker-data/tracker-db-journal.h
+src/libtracker-data/tracker-db-manager.c
+src/libtracker-data/tracker-db-manager.h
+src/libtracker-data/tracker-db.cfg.5
+src/libtracker-data/tracker-namespace.c
+src/libtracker-data/tracker-namespace.h
+src/libtracker-data/tracker-ontologies.c
+src/libtracker-data/tracker-ontologies.h
+src/libtracker-data/tracker-ontology.c
+src/libtracker-data/tracker-ontology.h
+src/libtracker-data/tracker-property.c
+src/libtracker-data/tracker-property.h
+src/libtracker-data/tracker-sparql-expression.c
+src/libtracker-data/tracker-sparql-expression.vala
+src/libtracker-data/tracker-sparql-pattern.c
+src/libtracker-data/tracker-sparql-pattern.vala
+src/libtracker-data/tracker-sparql-query.c
+src/libtracker-data/tracker-sparql-query.h
+src/libtracker-data/tracker-sparql-query.vala
+src/libtracker-data/tracker-sparql-query.vapi
+src/libtracker-data/tracker-sparql-scanner.c
+src/libtracker-data/tracker-sparql-scanner.vala
+src/libtracker-data/tracker-turtle-reader.c
+src/libtracker-data/tracker-turtle-reader.vala
+src/libtracker-data/tracker-vala-namespace.c
+src/libtracker-data/tracker-vala-namespace.vala
+src/libtracker-direct/libtracker_direct_la_vala.stamp
+src/libtracker-direct/tracker-direct.c
+src/libtracker-direct/tracker-direct.h
+src/libtracker-direct/tracker-direct.vala
+src/libtracker-direct/tracker-direct.vapi
+src/libtracker-direct/tracker-namespace.c
+src/libtracker-direct/tracker-namespace.vala
+src/libtracker-extract/tracker-data.h
+src/libtracker-extract/tracker-encoding-enca.c
+src/libtracker-extract/tracker-encoding-enca.h
+src/libtracker-extract/tracker-encoding-libicu.c
+src/libtracker-extract/tracker-encoding-libicu.h
+src/libtracker-extract/tracker-encoding-meegotouch.cpp
+src/libtracker-extract/tracker-encoding-meegotouch.h
+src/libtracker-extract/tracker-encoding.c
+src/libtracker-extract/tracker-encoding.h
+src/libtracker-extract/tracker-exif.c
+src/libtracker-extract/tracker-exif.h
+src/libtracker-extract/tracker-extract-info.c
+src/libtracker-extract/tracker-extract-info.h
+src/libtracker-extract/tracker-extract.h
+src/libtracker-extract/tracker-guarantee.c
+src/libtracker-extract/tracker-guarantee.h
+src/libtracker-extract/tracker-iptc.c
+src/libtracker-extract/tracker-iptc.h
+src/libtracker-extract/tracker-module-manager.c
+src/libtracker-extract/tracker-module-manager.h
+src/libtracker-extract/tracker-resource-helpers.c
+src/libtracker-extract/tracker-resource-helpers.h
+src/libtracker-extract/tracker-utils.c
+src/libtracker-extract/tracker-utils.h
+src/libtracker-extract/tracker-xmp.c
+src/libtracker-extract/tracker-xmp.h
+src/libtracker-fts/fts5.c
+src/libtracker-fts/fts5.h
+src/libtracker-fts/org.freedesktop.Tracker.enums.xml
+src/libtracker-fts/org.freedesktop.Tracker.FTS.gschema.valid
+src/libtracker-fts/org.freedesktop.Tracker.FTS.gschema.xml
+src/libtracker-fts/org.freedesktop.Tracker.FTS.gschema.xml.in
+src/libtracker-fts/README.parsers
+src/libtracker-fts/tracker-fts-config.c
+src/libtracker-fts/tracker-fts-config.h
+src/libtracker-fts/tracker-fts-tokenizer.c
+src/libtracker-fts/tracker-fts-tokenizer.h
+src/libtracker-fts/tracker-fts.c
+src/libtracker-fts/tracker-fts.cfg.5
+src/libtracker-fts/tracker-fts.h
+src/libtracker-miner/tmp-introspecta2rasP/TrackerMiner-1.0
+src/libtracker-miner/COPYING.LIB
+src/libtracker-miner/shitty-libtool.c
+src/libtracker-miner/tracker-crawler.c
+src/libtracker-miner/tracker-crawler.h
+src/libtracker-miner/tracker-data-provider.c
+src/libtracker-miner/tracker-data-provider.h
+src/libtracker-miner/tracker-decorator-fs.c
+src/libtracker-miner/tracker-decorator-fs.h
+src/libtracker-miner/tracker-decorator-private.h
+src/libtracker-miner/tracker-decorator.c
+src/libtracker-miner/tracker-decorator.h
+src/libtracker-miner/tracker-enumerator.c
+src/libtracker-miner/tracker-enumerator.h
+src/libtracker-miner/tracker-file-data-provider.c
+src/libtracker-miner/tracker-file-data-provider.h
+src/libtracker-miner/tracker-file-enumerator.c
+src/libtracker-miner/tracker-file-enumerator.h
+src/libtracker-miner/tracker-file-notifier.c
+src/libtracker-miner/tracker-file-notifier.h
+src/libtracker-miner/tracker-file-system.c
+src/libtracker-miner/tracker-file-system.h
+src/libtracker-miner/tracker-indexing-tree.c
+src/libtracker-miner/tracker-indexing-tree.h
+src/libtracker-miner/tracker-media-art.c
+src/libtracker-miner/tracker-media-art.h
+src/libtracker-miner/tracker-miner-1.0.deps
+src/libtracker-miner/tracker-miner-1.0.pc
+src/libtracker-miner/tracker-miner-1.0.vapi
+src/libtracker-miner/tracker-miner-enum-types.c
+src/libtracker-miner/tracker-miner-enum-types.c.template
+src/libtracker-miner/tracker-miner-enum-types.h
+src/libtracker-miner/tracker-miner-enum-types.h.template
+src/libtracker-miner/tracker-miner-enums.h
+src/libtracker-miner/tracker-miner-fs.c
+src/libtracker-miner/tracker-miner-fs.h
+src/libtracker-miner/tracker-miner-object.c
+src/libtracker-miner/tracker-miner-object.h
+src/libtracker-miner/tracker-miner-online.c
+src/libtracker-miner/tracker-miner-online.h
+src/libtracker-miner/tracker-miner.deps
+src/libtracker-miner/tracker-miner.h
+src/libtracker-miner/tracker-miner.pc
+src/libtracker-miner/tracker-miner.pc.in
+src/libtracker-miner/tracker-miner.vapi
+src/libtracker-miner/tracker-miner.xml
+src/libtracker-miner/tracker-monitor.c
+src/libtracker-miner/tracker-monitor.h
+src/libtracker-miner/tracker-priority-queue.c
+src/libtracker-miner/tracker-priority-queue.h
+src/libtracker-miner/tracker-sparql-buffer.c
+src/libtracker-miner/tracker-sparql-buffer.h
+src/libtracker-miner/tracker-task-pool.c
+src/libtracker-miner/tracker-task-pool.h
+src/libtracker-miner/tracker-thumbnailer.c
+src/libtracker-miner/tracker-thumbnailer.h
+src/libtracker-miner/tracker-utils.c
+src/libtracker-miner/tracker-utils.h
+src/libtracker-miner/TrackerMiner-1.0.gir
+src/libtracker-miner/TrackerMiner-1.0.metadata
+src/libtracker-miner/TrackerMiner-1.0.typelib
+src/libtracker-sparql/libtracker_sparql_la_vala.stamp
+src/libtracker-sparql/Tracker-1.0.gir
+src/libtracker-sparql/Tracker-1.0.typelib
+src/libtracker-sparql/tracker-builder.c
+src/libtracker-sparql/tracker-builder.vala
+src/libtracker-sparql/tracker-connection.c
+src/libtracker-sparql/tracker-connection.vala
+src/libtracker-sparql/tracker-cursor.c
+src/libtracker-sparql/tracker-cursor.vala
+src/libtracker-sparql/tracker-generated-no-checks.h
+src/libtracker-sparql/tracker-generated.h
+src/libtracker-sparql/tracker-namespace-manager.c
+src/libtracker-sparql/tracker-namespace-manager.h
+src/libtracker-sparql/tracker-namespace.c
+src/libtracker-sparql/tracker-namespace.vala
+src/libtracker-sparql/tracker-ontologies.h
+src/libtracker-sparql/tracker-resource.c
+src/libtracker-sparql/tracker-resource.h
+src/libtracker-sparql/tracker-sparql-1.0.deps
+src/libtracker-sparql/tracker-sparql-1.0.pc
+src/libtracker-sparql/tracker-sparql-1.0.vapi
+src/libtracker-sparql/tracker-sparql.deps
+src/libtracker-sparql/tracker-sparql.h
+src/libtracker-sparql/tracker-sparql.pc
+src/libtracker-sparql/tracker-sparql.pc.in
+src/libtracker-sparql/tracker-sparql.vapi
+src/libtracker-sparql/tracker-uri.c
+src/libtracker-sparql/tracker-uri.h
+src/libtracker-sparql/tracker-utils.c
+src/libtracker-sparql/tracker-utils.vala
+src/libtracker-sparql/tracker-vala-namespace.c
+src/libtracker-sparql/tracker-version.c
+src/libtracker-sparql/tracker-version.h
+src/libtracker-sparql-backend/libtracker_sparql_1.0_la_vala.stamp
+src/libtracker-sparql-backend/tracker-backend.c
+src/libtracker-sparql-backend/tracker-backend.vala
+src/miners/apps/org.freedesktop.Tracker1.Miner.Applications.service
+src/miners/apps/org.freedesktop.Tracker1.Miner.Applications.service.in.in
+src/miners/apps/tracker-main.c
+src/miners/apps/tracker-miner-applications.c
+src/miners/apps/tracker-miner-applications.h
+src/miners/apps/tracker-miner-apps
+src/miners/apps/tracker-miner-apps.desktop
+src/miners/apps/tracker-miner-apps.desktop.in.in
+src/miners/apps/tracker-miner-apps.service
+src/miners/apps/tracker-miner-apps.service.in
+src/miners/fs/org.freedesktop.Tracker.enums.xml
+src/miners/fs/org.freedesktop.Tracker.Miner.Files.gschema.valid
+src/miners/fs/org.freedesktop.Tracker.Miner.Files.gschema.xml
+src/miners/fs/org.freedesktop.Tracker.Miner.Files.gschema.xml.in
+src/miners/fs/org.freedesktop.Tracker1.Miner.Files.service
+src/miners/fs/org.freedesktop.Tracker1.Miner.Files.service.in.in
+src/miners/fs/tracker-config.c
+src/miners/fs/tracker-config.h
+src/miners/fs/tracker-main.c
+src/miners/fs/tracker-miner-files-index.c
+src/miners/fs/tracker-miner-files-index.h
+src/miners/fs/tracker-miner-files-index.xml
+src/miners/fs/tracker-miner-files-peer-listener.c
+src/miners/fs/tracker-miner-files-peer-listener.h
+src/miners/fs/tracker-miner-files.c
+src/miners/fs/tracker-miner-files.h
+src/miners/fs/tracker-miner-fs
+src/miners/fs/tracker-miner-fs.cfg.5
+src/miners/fs/tracker-miner-fs.desktop
+src/miners/fs/tracker-miner-fs.desktop.in.in
+src/miners/fs/tracker-miner-fs.service
+src/miners/fs/tracker-miner-fs.service.in
+src/miners/fs/tracker-power-hal.c
+src/miners/fs/tracker-power-upower.c
+src/miners/fs/tracker-power.h
+src/miners/fs/tracker-storage.c
+src/miners/fs/tracker-storage.h
+src/miners/fs/tracker-writeback-dispatcher.c
+src/miners/fs/tracker-writeback-dispatcher.h
+src/miners/fs/tracker-writeback-listener.c
+src/miners/fs/tracker-writeback-listener.h
+src/miners/fs/tracker-writeback.c
+src/miners/fs/tracker-writeback.h
+src/miners/rss/org.freedesktop.Tracker1.Miner.RSS.service
+src/miners/rss/org.freedesktop.Tracker1.Miner.RSS.service.in.in
+src/miners/rss/tracker-main.c
+src/miners/rss/tracker-miner-rss
+src/miners/rss/tracker-miner-rss.c
+src/miners/rss/tracker-miner-rss.desktop
+src/miners/rss/tracker-miner-rss.desktop.in.in
+src/miners/rss/tracker-miner-rss.h
+src/miners/rss/tracker-miner-rss.service
+src/miners/rss/tracker-miner-rss.service.in
+src/miners/user-guides/tracker-main.c
+src/miners/user-guides/tracker-miner-user-guides
+src/miners/user-guides/tracker-miner-user-guides.c
+src/miners/user-guides/tracker-miner-user-guides.desktop
+src/miners/user-guides/tracker-miner-user-guides.desktop.in.in
+src/miners/user-guides/tracker-miner-user-guides.h
+src/miners/user-guides/tracker-miner-user-guides.service
+src/miners/user-guides/tracker-miner-user-guides.service.in
+src/ontologies/10-xsd.description
+src/ontologies/10-xsd.ontology
+src/ontologies/11-rdf.description
+src/ontologies/11-rdf.ontology
+src/ontologies/12-nrl.description
+src/ontologies/12-nrl.ontology
+src/ontologies/20-dc.description
+src/ontologies/20-dc.ontology
+src/ontologies/30-nie.description
+src/ontologies/30-nie.ontology
+src/ontologies/31-nao.description
+src/ontologies/31-nao.ontology
+src/ontologies/32-nco.description
+src/ontologies/32-nco.ontology
+src/ontologies/33-nfo.description
+src/ontologies/33-nfo.ontology
+src/ontologies/34-nmo.description
+src/ontologies/34-nmo.ontology
+src/ontologies/35-ncal.description
+src/ontologies/35-ncal.ontology
+src/ontologies/36-scal.description
+src/ontologies/36-scal.ontology
+src/ontologies/37-nid3.description
+src/ontologies/37-nid3.ontology
+src/ontologies/38-nmm.description
+src/ontologies/38-nmm.ontology
+src/ontologies/39-mto.description
+src/ontologies/39-mto.ontology
+src/ontologies/40-mlo.description
+src/ontologies/40-mlo.ontology
+src/ontologies/41-mfo.description
+src/ontologies/41-mfo.ontology
+src/ontologies/89-mtp.description
+src/ontologies/89-mtp.ontology
+src/ontologies/90-tracker.description
+src/ontologies/90-tracker.ontology
+src/ontologies/91-maemo.description
+src/ontologies/91-maemo.ontology
+src/ontologies/92-slo.description
+src/ontologies/92-slo.ontology
+src/ontologies/93-libosinfo.description
+src/ontologies/93-libosinfo.ontology
+src/ontologies/Indices.list
+src/plugins/evolution/org-freedesktop-Tracker-evolution-plugin.eplug.xml
+src/plugins/evolution/org.freedesktop.Tracker1.Miner.EMails.service.in.in
+src/plugins/evolution/tracker-evolution-plugin.c
+src/plugins/evolution/tracker-evolution-plugin.h
+src/plugins/firefox/chrome/content/about.xul
+src/plugins/firefox/chrome/content/bindings.js
+src/plugins/firefox/chrome/content/bookmarks.js
+src/plugins/firefox/chrome/content/ff-overlay.xul
+src/plugins/firefox/chrome/content/namespace.js
+src/plugins/firefox/chrome/content/plugin.js
+src/plugins/firefox/chrome/locale/en-US/about.dtd
+src/plugins/firefox/chrome/locale/en-US/overlay.dtd
+src/plugins/firefox/chrome/locale/en-US/overlay.properties
+src/plugins/firefox/chrome/locale/es-ES/about.dtd
+src/plugins/firefox/chrome/locale/es-ES/overlay.dtd
+src/plugins/firefox/chrome/locale/es-ES/overlay.properties
+src/plugins/firefox/chrome/locale/fr-FR/about.dtd
+src/plugins/firefox/chrome/locale/fr-FR/overlay.dtd
+src/plugins/firefox/chrome/locale/fr-FR/overlay.properties
+src/plugins/firefox/chrome/locale/pl-PL/about.dtd
+src/plugins/firefox/chrome/locale/pl-PL/overlay.dtd
+src/plugins/firefox/chrome/locale/pl-PL/overlay.properties
+src/plugins/firefox/chrome/skin/overlay.css
+src/plugins/firefox/defaults/preferences/prefs.js
+src/plugins/firefox/chrome.manifest
+src/plugins/firefox/COPYRIGHT
+src/plugins/firefox/install.rdf
+src/plugins/firefox/install.rdf.in
+src/plugins/firefox/README
+src/plugins/nautilus/tracker-tags-extension.c
+src/plugins/nautilus/tracker-tags-utils.c
+src/plugins/nautilus/tracker-tags-utils.h
+src/plugins/nautilus/tracker-tags-view.c
+src/plugins/nautilus/tracker-tags-view.h
+src/plugins/thunderbird/chrome/content/about.xul
+src/plugins/thunderbird/chrome/content/bindings.js
+src/plugins/thunderbird/chrome/content/email-address-parser.js
+src/plugins/thunderbird/chrome/content/mailstore.js
+src/plugins/thunderbird/chrome/content/namespace.js
+src/plugins/thunderbird/chrome/content/options.xul
+src/plugins/thunderbird/chrome/content/persistent-store.js
+src/plugins/thunderbird/chrome/content/plugin.js
+src/plugins/thunderbird/chrome/content/queue.js
+src/plugins/thunderbird/chrome/content/tb-overlay.xul
+src/plugins/thunderbird/chrome/content/trackerstore.js
+src/plugins/thunderbird/chrome/content/ui.js
+src/plugins/thunderbird/chrome/locale/de-DE/about.dtd
+src/plugins/thunderbird/chrome/locale/de-DE/options.dtd
+src/plugins/thunderbird/chrome/locale/de-DE/overlay.dtd
+src/plugins/thunderbird/chrome/locale/de-DE/overlay.properties
+src/plugins/thunderbird/chrome/locale/en-US/about.dtd
+src/plugins/thunderbird/chrome/locale/en-US/options.dtd
+src/plugins/thunderbird/chrome/locale/en-US/overlay.dtd
+src/plugins/thunderbird/chrome/locale/en-US/overlay.properties
+src/plugins/thunderbird/chrome/locale/es-ES/about.dtd
+src/plugins/thunderbird/chrome/locale/es-ES/options.dtd
+src/plugins/thunderbird/chrome/locale/es-ES/overlay.dtd
+src/plugins/thunderbird/chrome/locale/es-ES/overlay.properties
+src/plugins/thunderbird/chrome/locale/fr-FR/about.dtd
+src/plugins/thunderbird/chrome/locale/fr-FR/options.dtd
+src/plugins/thunderbird/chrome/locale/fr-FR/overlay.dtd
+src/plugins/thunderbird/chrome/locale/fr-FR/overlay.properties
+src/plugins/thunderbird/chrome/locale/pl-PL/about.dtd
+src/plugins/thunderbird/chrome/locale/pl-PL/options.dtd
+src/plugins/thunderbird/chrome/locale/pl-PL/overlay.dtd
+src/plugins/thunderbird/chrome/locale/pl-PL/overlay.properties
+src/plugins/thunderbird/chrome/skin/overlay.css
+src/plugins/thunderbird/defaults/preferences/prefs.js
+src/plugins/thunderbird/chrome.manifest
+src/plugins/thunderbird/install.rdf
+src/plugins/thunderbird/install.rdf.in
+src/plugins/thunderbird/README
+src/plugins/thunderbird/trackerbird-launcher.desktop
+src/tracker/bash-completion/tracker
+src/tracker/tracker
+src/tracker/tracker-color.h
+src/tracker/tracker-compat
+src/tracker/tracker-config.c
+src/tracker/tracker-config.h
+src/tracker/tracker-daemon.c
+src/tracker/tracker-daemon.h
+src/tracker/tracker-dbus.c
+src/tracker/tracker-dbus.h
+src/tracker/tracker-extract.c
+src/tracker/tracker-extract.h
+src/tracker/tracker-help.c
+src/tracker/tracker-help.h
+src/tracker/tracker-index.c
+src/tracker/tracker-index.h
+src/tracker/tracker-info.c
+src/tracker/tracker-info.h
+src/tracker/tracker-main.c
+src/tracker/tracker-process.c
+src/tracker/tracker-process.h
+src/tracker/tracker-reset.c
+src/tracker/tracker-reset.h
+src/tracker/tracker-search.c
+src/tracker/tracker-search.h
+src/tracker/tracker-sparql.c
+src/tracker/tracker-sparql.h
+src/tracker/tracker-sql.c
+src/tracker/tracker-sql.h
+src/tracker/tracker-status.c
+src/tracker/tracker-status.h
+src/tracker/tracker-tag.c
+src/tracker/tracker-tag.h
+src/tracker-extract/10-abw.rule
+src/tracker-extract/10-bmp.rule
+src/tracker-extract/10-comics.rule
+src/tracker-extract/10-dvi.rule
+src/tracker-extract/10-ebooks.rule
+src/tracker-extract/10-epub.rule
+src/tracker-extract/10-flac.rule
+src/tracker-extract/10-gif.rule
+src/tracker-extract/10-html.rule
+src/tracker-extract/10-ico.rule
+src/tracker-extract/10-jpeg.rule
+src/tracker-extract/10-mp3.rule
+src/tracker-extract/10-msoffice.rule
+src/tracker-extract/10-oasis.rule
+src/tracker-extract/10-pdf.rule
+src/tracker-extract/10-png.rule
+src/tracker-extract/10-ps.rule
+src/tracker-extract/10-svg.rule
+src/tracker-extract/10-tiff.rule
+src/tracker-extract/10-vorbis.rule
+src/tracker-extract/10-xmp.rule
+src/tracker-extract/10-xps.rule
+src/tracker-extract/11-iso.rule
+src/tracker-extract/11-msoffice-xml.rule
+src/tracker-extract/15-gstreamer-guess.rule
+src/tracker-extract/15-playlist.rule
+src/tracker-extract/15-source-code.rule
+src/tracker-extract/90-gstreamer-audio-generic.rule
+src/tracker-extract/90-gstreamer-image-generic.rule
+src/tracker-extract/90-gstreamer-video-generic.rule
+src/tracker-extract/90-libav-audio-generic.rule
+src/tracker-extract/90-libav-video-generic.rule
+src/tracker-extract/90-text-generic.rule
+src/tracker-extract/91-gstreamer-generic-dlna.rule
+src/tracker-extract/org.freedesktop.Tracker.enums.xml
+src/tracker-extract/org.freedesktop.Tracker.Extract.gschema.valid
+src/tracker-extract/org.freedesktop.Tracker.Extract.gschema.xml
+src/tracker-extract/org.freedesktop.Tracker.Extract.gschema.xml.in
+src/tracker-extract/org.freedesktop.Tracker1.Miner.Extract.service
+src/tracker-extract/org.freedesktop.Tracker1.Miner.Extract.service.in.in
+src/tracker-extract/resource.spatch
+src/tracker-extract/tracker-config.c
+src/tracker-extract/tracker-config.h
+src/tracker-extract/tracker-cue-sheet.c
+src/tracker-extract/tracker-cue-sheet.h
+src/tracker-extract/tracker-extract
+src/tracker-extract/tracker-extract-abw.c
+src/tracker-extract/tracker-extract-bmp.c
+src/tracker-extract/tracker-extract-controller.c
+src/tracker-extract/tracker-extract-controller.h
+src/tracker-extract/tracker-extract-decorator.c
+src/tracker-extract/tracker-extract-decorator.h
+src/tracker-extract/tracker-extract-dummy.c
+src/tracker-extract/tracker-extract-dvi.c
+src/tracker-extract/tracker-extract-epub.c
+src/tracker-extract/tracker-extract-flac.c
+src/tracker-extract/tracker-extract-gif.c
+src/tracker-extract/tracker-extract-gstreamer.c
+src/tracker-extract/tracker-extract-html.c
+src/tracker-extract/tracker-extract-icon.c
+src/tracker-extract/tracker-extract-iso.c
+src/tracker-extract/tracker-extract-jpeg.c
+src/tracker-extract/tracker-extract-libav.c
+src/tracker-extract/tracker-extract-mp3.c
+src/tracker-extract/tracker-extract-msoffice-xml.c
+src/tracker-extract/tracker-extract-msoffice.c
+src/tracker-extract/tracker-extract-oasis.c
+src/tracker-extract/tracker-extract-pdf.c
+src/tracker-extract/tracker-extract-persistence.c
+src/tracker-extract/tracker-extract-persistence.h
+src/tracker-extract/tracker-extract-playlist.c
+src/tracker-extract/tracker-extract-png.c
+src/tracker-extract/tracker-extract-priority-dbus-stamp
+src/tracker-extract/tracker-extract-priority-dbus.c
+src/tracker-extract/tracker-extract-priority-dbus.h
+src/tracker-extract/tracker-extract-priority.xml
+src/tracker-extract/tracker-extract-ps.c
+src/tracker-extract/tracker-extract-text.c
+src/tracker-extract/tracker-extract-tiff.c
+src/tracker-extract/tracker-extract-vorbis.c
+src/tracker-extract/tracker-extract-xmp.c
+src/tracker-extract/tracker-extract-xps.c
+src/tracker-extract/tracker-extract.c
+src/tracker-extract/tracker-extract.cfg.5
+src/tracker-extract/tracker-extract.desktop
+src/tracker-extract/tracker-extract.desktop.in.in
+src/tracker-extract/tracker-extract.h
+src/tracker-extract/tracker-extract.service
+src/tracker-extract/tracker-extract.service.in
+src/tracker-extract/tracker-gsf.c
+src/tracker-extract/tracker-gsf.h
+src/tracker-extract/tracker-main.c
+src/tracker-extract/tracker-main.h
+src/tracker-extract/tracker-read.c
+src/tracker-extract/tracker-read.h
+src/tracker-needle/icons/16x16/tracker.png
+src/tracker-needle/icons/22x22/tracker.png
+src/tracker-needle/icons/24x24/tracker.png
+src/tracker-needle/icons/32x32/tracker.png
+src/tracker-needle/icons/48x48/tracker.png
+src/tracker-needle/icons/scalable/tracker.svg
+src/tracker-needle/config.vapi
+src/tracker-needle/org.freedesktop.Tracker.enums.xml
+src/tracker-needle/org.freedesktop.Tracker.Needle.gschema.valid
+src/tracker-needle/org.freedesktop.Tracker.Needle.gschema.xml
+src/tracker-needle/org.freedesktop.Tracker.Needle.gschema.xml.in
+src/tracker-needle/tracker-history.c
+src/tracker-needle/tracker-history.vala
+src/tracker-needle/tracker-needle
+src/tracker-needle/tracker-needle.appdata.xml
+src/tracker-needle/tracker-needle.c
+src/tracker-needle/tracker-needle.desktop
+src/tracker-needle/tracker-needle.desktop.in
+src/tracker-needle/tracker-needle.desktop.in.in
+src/tracker-needle/tracker-needle.ui
+src/tracker-needle/tracker-needle.vala
+src/tracker-needle/tracker-query.c
+src/tracker-needle/tracker-query.vala
+src/tracker-needle/tracker-result-store.c
+src/tracker-needle/tracker-result-store.vala
+src/tracker-needle/tracker-stats.c
+src/tracker-needle/tracker-stats.vala
+src/tracker-needle/tracker-tags-view.c
+src/tracker-needle/tracker-tags-view.vala
+src/tracker-needle/tracker-utils.c
+src/tracker-needle/tracker-utils.vala
+src/tracker-needle/tracker-view.c
+src/tracker-needle/tracker-view.vala
+src/tracker-needle/tracker_needle_vala.stamp
+src/tracker-preferences/config.vapi
+src/tracker-preferences/tracker-config.vapi
+src/tracker-preferences/tracker-preferences.appdata.xml
+src/tracker-preferences/tracker-preferences.c
+src/tracker-preferences/tracker-preferences.desktop.in
+src/tracker-preferences/tracker-preferences.desktop.in.in
+src/tracker-preferences/tracker-preferences.ui
+src/tracker-preferences/tracker-preferences.vala
+src/tracker-preferences/tracker-status-icon-config.vapi
+src/tracker-preferences/tracker_preferences_vala.stamp
+src/tracker-store/org.freedesktop.Tracker.enums.xml
+src/tracker-store/org.freedesktop.Tracker.gschema.valid
+src/tracker-store/org.freedesktop.Tracker.gschema.xml
+src/tracker-store/org.freedesktop.Tracker.gschema.xml.in
+src/tracker-store/org.freedesktop.Tracker.Store.gschema.valid
+src/tracker-store/org.freedesktop.Tracker.Store.gschema.xml
+src/tracker-store/org.freedesktop.Tracker.Store.gschema.xml.in
+src/tracker-store/org.freedesktop.Tracker1.service
+src/tracker-store/org.freedesktop.Tracker1.service.in
+src/tracker-store/tracker-backup.c
+src/tracker-store/tracker-backup.vala
+src/tracker-store/tracker-backup.xml
+src/tracker-store/tracker-config.c
+src/tracker-store/tracker-config.h
+src/tracker-store/tracker-config.vapi
+src/tracker-store/tracker-dbus.c
+src/tracker-store/tracker-dbus.vala
+src/tracker-store/tracker-events.c
+src/tracker-store/tracker-events.h
+src/tracker-store/tracker-events.vapi
+src/tracker-store/tracker-locale-change.vapi
+src/tracker-store/tracker-main.c
+src/tracker-store/tracker-main.vala
+src/tracker-store/tracker-resources.c
+src/tracker-store/tracker-resources.vala
+src/tracker-store/tracker-resources.xml
+src/tracker-store/tracker-statistics.c
+src/tracker-store/tracker-statistics.vala
+src/tracker-store/tracker-statistics.xml
+src/tracker-store/tracker-status.c
+src/tracker-store/tracker-status.vala
+src/tracker-store/tracker-status.xml
+src/tracker-store/tracker-steroids.c
+src/tracker-store/tracker-steroids.vala
+src/tracker-store/tracker-store
+src/tracker-store/tracker-store.c
+src/tracker-store/tracker-store.cfg.5
+src/tracker-store/tracker-store.desktop
+src/tracker-store/tracker-store.desktop.in.in
+src/tracker-store/tracker-store.h
+src/tracker-store/tracker-store.service
+src/tracker-store/tracker-store.service.in
+src/tracker-store/tracker-store.vala
+src/tracker-store/tracker-writeback.c
+src/tracker-store/tracker-writeback.h
+src/tracker-store/tracker-writeback.vapi
+src/tracker-store/tracker_store_vala.stamp
+src/tracker-writeback/org.freedesktop.Tracker.enums.xml
+src/tracker-writeback/org.freedesktop.Tracker.Writeback.gschema.valid
+src/tracker-writeback/org.freedesktop.Tracker.Writeback.gschema.xml
+src/tracker-writeback/org.freedesktop.Tracker.Writeback.gschema.xml.in
+src/tracker-writeback/org.freedesktop.Tracker1.Writeback.service
+src/tracker-writeback/org.freedesktop.Tracker1.Writeback.service.in
+src/tracker-writeback/tracker-config.c
+src/tracker-writeback/tracker-config.h
+src/tracker-writeback/tracker-main.c
+src/tracker-writeback/tracker-writeback
+src/tracker-writeback/tracker-writeback-file.c
+src/tracker-writeback/tracker-writeback-file.h
+src/tracker-writeback/tracker-writeback-module.c
+src/tracker-writeback/tracker-writeback-module.h
+src/tracker-writeback/tracker-writeback-playlist.c
+src/tracker-writeback/tracker-writeback-taglib.c
+src/tracker-writeback/tracker-writeback-xmp.c
+src/tracker-writeback/tracker-writeback.c
+src/tracker-writeback/tracker-writeback.cfg.5
+src/tracker-writeback/tracker-writeback.h
+src/tracker-writeback/tracker-writeback.service
+src/tracker-writeback/tracker-writeback.service.in
+src/tracker-writeback/tracker-writeback.xml
+tests/common/test-suite.log
+tests/common/tracker-test-helpers.c
+tests/common/tracker-test-helpers.h
+tests/estress/abstract_engine.py
+tests/estress/abstract_text_engine.py
+tests/estress/client.py
+tests/estress/mock_engine.py
+tests/estress/options.py
+tests/estress/rss_engine.py
+tests/estress/wh_engine.py
+tests/functional-tests/__pycache__/09-concurrent-query.cpython-27-PYTEST.pyc
+tests/functional-tests/__pycache__/17-ontology-changes.cpython-27-PYTEST.pyc
+tests/functional-tests/common/data/Doc/performance.doc
+tests/functional-tests/common/data/Images/test-image-1.jpg
+tests/functional-tests/common/data/Images/test-image-2.png
+tests/functional-tests/common/data/Images/test-image-3.tif
+tests/functional-tests/common/data/Music/tracker-mp3-test.mp3
+tests/functional-tests/common/data/Pdf/office-tools-test-document.pdf
+tests/functional-tests/common/data/Ppt/al-cont.ppt
+tests/functional-tests/common/data/Video/test-video.mp4
+tests/functional-tests/common/data/pickled_Images
+tests/functional-tests/common/data/pickled_Music
+tests/functional-tests/common/utils/__init__.py
+tests/functional-tests/common/utils/__init__.pyc
+tests/functional-tests/common/utils/applicationstest.py
+tests/functional-tests/common/utils/applicationstest.pyc
+tests/functional-tests/common/utils/configuration.py
+tests/functional-tests/common/utils/configuration.py.in
+tests/functional-tests/common/utils/configuration.pyc
+tests/functional-tests/common/utils/dconf.py
+tests/functional-tests/common/utils/dconf.pyc
+tests/functional-tests/common/utils/expectedFailure.py
+tests/functional-tests/common/utils/expectedFailure.pyc
+tests/functional-tests/common/utils/extractor.py
+tests/functional-tests/common/utils/extractor.pyc
+tests/functional-tests/common/utils/helpers.py
+tests/functional-tests/common/utils/helpers.pyc
+tests/functional-tests/common/utils/html.py
+tests/functional-tests/common/utils/minertest.py
+tests/functional-tests/common/utils/minertest.pyc
+tests/functional-tests/common/utils/options.py
+tests/functional-tests/common/utils/options.pyc
+tests/functional-tests/common/utils/storetest.py
+tests/functional-tests/common/utils/storetest.pyc
+tests/functional-tests/common/utils/system.py
+tests/functional-tests/common/utils/system.pyc
+tests/functional-tests/common/utils/writebacktest.py
+tests/functional-tests/common/utils/writebacktest.pyc
+tests/functional-tests/common/__init__.py
+tests/functional-tests/common/__init__.pyc
+tests/functional-tests/ipc/test-bus-query
+tests/functional-tests/ipc/test-bus-query.c
+tests/functional-tests/ipc/test-bus-query.vala
+tests/functional-tests/ipc/test-bus-update
+tests/functional-tests/ipc/test-bus-update.c
+tests/functional-tests/ipc/test-bus-update.vala
+tests/functional-tests/ipc/test-busy-handling
+tests/functional-tests/ipc/test-busy-handling.c
+tests/functional-tests/ipc/test-busy-handling.vala
+tests/functional-tests/ipc/test-class-signal
+tests/functional-tests/ipc/test-class-signal-performance
+tests/functional-tests/ipc/test-class-signal-performance-batch
+tests/functional-tests/ipc/test-class-signal-performance-batch.c
+tests/functional-tests/ipc/test-class-signal-performance-batch.vala
+tests/functional-tests/ipc/test-class-signal-performance.c
+tests/functional-tests/ipc/test-class-signal-performance.vala
+tests/functional-tests/ipc/test-class-signal.c
+tests/functional-tests/ipc/test-class-signal.vala
+tests/functional-tests/ipc/test-default-update
+tests/functional-tests/ipc/test-default-update.c
+tests/functional-tests/ipc/test-default-update.vala
+tests/functional-tests/ipc/test-direct-query
+tests/functional-tests/ipc/test-direct-query.c
+tests/functional-tests/ipc/test-direct-query.vala
+tests/functional-tests/ipc/test-insert-or-replace
+tests/functional-tests/ipc/test-insert-or-replace.c
+tests/functional-tests/ipc/test-insert-or-replace.vala
+tests/functional-tests/ipc/test-shared-query.c
+tests/functional-tests/ipc/test-shared-query.vala
+tests/functional-tests/ipc/test-shared-update.c
+tests/functional-tests/ipc/test-shared-update.vala
+tests/functional-tests/ipc/test-update-array-performance
+tests/functional-tests/ipc/test-update-array-performance.c
+tests/functional-tests/ipc/test_bus_query_vala.stamp
+tests/functional-tests/ipc/test_bus_update_vala.stamp
+tests/functional-tests/ipc/test_busy_handling_vala.stamp
+tests/functional-tests/ipc/test_class_signal_performance_batch_vala.stamp
+tests/functional-tests/ipc/test_class_signal_performance_vala.stamp
+tests/functional-tests/ipc/test_class_signal_vala.stamp
+tests/functional-tests/ipc/test_default_update_vala.stamp
+tests/functional-tests/ipc/test_direct_query_vala.stamp
+tests/functional-tests/ipc/test_insert_or_replace_vala.stamp
+tests/functional-tests/test-apps-data/test-image-1.jpg
+tests/functional-tests/test-apps-data/test-music-1.mp3
+tests/functional-tests/test-apps-data/test-video-1.mp4
+tests/functional-tests/test-extraction-data/audio/audio-test-1.expected
+tests/functional-tests/test-extraction-data/audio/audio-test-1.mp3
+tests/functional-tests/test-extraction-data/audio/audio-test-2.expected
+tests/functional-tests/test-extraction-data/audio/audio-test-2.mp3
+tests/functional-tests/test-extraction-data/audio/empty_albumi_song3.expected
+tests/functional-tests/test-extraction-data/audio/empty_albumi_song3.mp3
+tests/functional-tests/test-extraction-data/audio/Jazz_Audio_OPLs0.expected
+tests/functional-tests/test-extraction-data/audio/Jazz_Audio_OPLs0.pya
+tests/functional-tests/test-extraction-data/images/comment-extension-block.expected
+tests/functional-tests/test-extraction-data/images/comment-extension-block.gif
+tests/functional-tests/test-extraction-data/images/corrupted-image.expected
+tests/functional-tests/test-extraction-data/images/corrupted-image.gif
+tests/functional-tests/test-extraction-data/images/roi.expected
+tests/functional-tests/test-extraction-data/images/roi.jpg
+tests/functional-tests/test-extraction-data/images/roi2.expected
+tests/functional-tests/test-extraction-data/images/roi2.png
+tests/functional-tests/test-extraction-data/images/test-image-1.expected
+tests/functional-tests/test-extraction-data/images/test-image-1.jpg
+tests/functional-tests/test-extraction-data/images/test-image-2.expected
+tests/functional-tests/test-extraction-data/images/test-image-2.png
+tests/functional-tests/test-extraction-data/images/test-image-3.expected
+tests/functional-tests/test-extraction-data/images/test-image-3.tif
+tests/functional-tests/test-extraction-data/images/test-iptcdata-records.expected
+tests/functional-tests/test-extraction-data/images/test-iptcdata-records.jpg
+tests/functional-tests/test-extraction-data/images/xmp-loaded-1.expected
+tests/functional-tests/test-extraction-data/images/xmp-loaded-1.gif
+tests/functional-tests/test-extraction-data/office/office-doc.doc
+tests/functional-tests/test-extraction-data/office/office-doc.expected
+tests/functional-tests/test-extraction-data/office/pdf-doc.expected
+tests/functional-tests/test-extraction-data/office/pdf-doc.pdf
+tests/functional-tests/test-extraction-data/office/powerpoint.expected
+tests/functional-tests/test-extraction-data/office/powerpoint.ppt
+tests/functional-tests/test-extraction-data/playlists/playlist-test-1.expected
+tests/functional-tests/test-extraction-data/playlists/playlist-test-1.m3u
+tests/functional-tests/test-extraction-data/video/184505.expected
+tests/functional-tests/test-extraction-data/video/184505.mp4
+tests/functional-tests/test-extraction-data/video/video-1.expected
+tests/functional-tests/test-extraction-data/video/video-1.mp4
+tests/functional-tests/test-extraction-data/video/video-2.expected
+tests/functional-tests/test-extraction-data/video/video-2.mov
+tests/functional-tests/test-extraction-data/README
+tests/functional-tests/test-extraction-data/test-suite.log
+tests/functional-tests/test-ontologies/add-class/10-xsd.ontology
+tests/functional-tests/test-ontologies/add-class/11-rdf.ontology
+tests/functional-tests/test-ontologies/add-class/12-nrl.ontology
+tests/functional-tests/test-ontologies/add-class/20-dc.ontology
+tests/functional-tests/test-ontologies/add-class/31-nao.ontology
+tests/functional-tests/test-ontologies/add-class/90-tracker.ontology
+tests/functional-tests/test-ontologies/add-class/91-test.ontology
+tests/functional-tests/test-ontologies/add-domainIndex/10-xsd.ontology
+tests/functional-tests/test-ontologies/add-domainIndex/11-rdf.ontology
+tests/functional-tests/test-ontologies/add-domainIndex/12-nrl.ontology
+tests/functional-tests/test-ontologies/add-domainIndex/20-dc.ontology
+tests/functional-tests/test-ontologies/add-domainIndex/31-nao.ontology
+tests/functional-tests/test-ontologies/add-domainIndex/90-tracker.ontology
+tests/functional-tests/test-ontologies/add-domainIndex/91-test.ontology
+tests/functional-tests/test-ontologies/add-prop/10-xsd.ontology
+tests/functional-tests/test-ontologies/add-prop/11-rdf.ontology
+tests/functional-tests/test-ontologies/add-prop/12-nrl.ontology
+tests/functional-tests/test-ontologies/add-prop/20-dc.ontology
+tests/functional-tests/test-ontologies/add-prop/31-nao.ontology
+tests/functional-tests/test-ontologies/add-prop/90-tracker.ontology
+tests/functional-tests/test-ontologies/add-prop/91-test.ontology
+tests/functional-tests/test-ontologies/basic/10-xsd.ontology
+tests/functional-tests/test-ontologies/basic/11-rdf.ontology
+tests/functional-tests/test-ontologies/basic/12-nrl.ontology
+tests/functional-tests/test-ontologies/basic/20-dc.ontology
+tests/functional-tests/test-ontologies/basic/31-nao.ontology
+tests/functional-tests/test-ontologies/basic/90-tracker.ontology
+tests/functional-tests/test-ontologies/basic/91-test.ontology
+tests/functional-tests/test-ontologies/basic-future/10-xsd.ontology
+tests/functional-tests/test-ontologies/basic-future/11-rdf.ontology
+tests/functional-tests/test-ontologies/basic-future/12-nrl.ontology
+tests/functional-tests/test-ontologies/basic-future/20-dc.ontology
+tests/functional-tests/test-ontologies/basic-future/31-nao.ontology
+tests/functional-tests/test-ontologies/basic-future/90-tracker.ontology
+tests/functional-tests/test-ontologies/basic-future/91-test.ontology
+tests/functional-tests/test-ontologies/cardinality/10-xsd.ontology
+tests/functional-tests/test-ontologies/cardinality/11-rdf.ontology
+tests/functional-tests/test-ontologies/cardinality/12-nrl.ontology
+tests/functional-tests/test-ontologies/cardinality/20-dc.ontology
+tests/functional-tests/test-ontologies/cardinality/31-nao.ontology
+tests/functional-tests/test-ontologies/cardinality/90-tracker.ontology
+tests/functional-tests/test-ontologies/cardinality/91-test.ontology
+tests/functional-tests/test-ontologies/indexed/10-xsd.ontology
+tests/functional-tests/test-ontologies/indexed/11-rdf.ontology
+tests/functional-tests/test-ontologies/indexed/12-nrl.ontology
+tests/functional-tests/test-ontologies/indexed/20-dc.ontology
+tests/functional-tests/test-ontologies/indexed/31-nao.ontology
+tests/functional-tests/test-ontologies/indexed/90-tracker.ontology
+tests/functional-tests/test-ontologies/indexed/91-test.ontology
+tests/functional-tests/test-ontologies/notify/10-xsd.ontology
+tests/functional-tests/test-ontologies/notify/11-rdf.ontology
+tests/functional-tests/test-ontologies/notify/12-nrl.ontology
+tests/functional-tests/test-ontologies/notify/20-dc.ontology
+tests/functional-tests/test-ontologies/notify/31-nao.ontology
+tests/functional-tests/test-ontologies/notify/90-tracker.ontology
+tests/functional-tests/test-ontologies/notify/91-test.ontology
+tests/functional-tests/test-ontologies/property-promotion/10-xsd.ontology
+tests/functional-tests/test-ontologies/property-promotion/11-rdf.ontology
+tests/functional-tests/test-ontologies/property-promotion/12-nrl.ontology
+tests/functional-tests/test-ontologies/property-promotion/20-dc.ontology
+tests/functional-tests/test-ontologies/property-promotion/31-nao.ontology
+tests/functional-tests/test-ontologies/property-promotion/90-tracker.ontology
+tests/functional-tests/test-ontologies/property-promotion/91-test.ontology
+tests/functional-tests/test-ontologies/property-range-int-to-string/10-xsd.ontology
+tests/functional-tests/test-ontologies/property-range-int-to-string/11-rdf.ontology
+tests/functional-tests/test-ontologies/property-range-int-to-string/12-nrl.ontology
+tests/functional-tests/test-ontologies/property-range-int-to-string/20-dc.ontology
+tests/functional-tests/test-ontologies/property-range-int-to-string/31-nao.ontology
+tests/functional-tests/test-ontologies/property-range-int-to-string/90-tracker.ontology
+tests/functional-tests/test-ontologies/property-range-int-to-string/91-test.ontology
+tests/functional-tests/test-ontologies/property-range-string-to-date/10-xsd.ontology
+tests/functional-tests/test-ontologies/property-range-string-to-date/11-rdf.ontology
+tests/functional-tests/test-ontologies/property-range-string-to-date/12-nrl.ontology
+tests/functional-tests/test-ontologies/property-range-string-to-date/20-dc.ontology
+tests/functional-tests/test-ontologies/property-range-string-to-date/31-nao.ontology
+tests/functional-tests/test-ontologies/property-range-string-to-date/90-tracker.ontology
+tests/functional-tests/test-ontologies/property-range-string-to-date/91-test.ontology
+tests/functional-tests/test-ontologies/superclass-remove/10-xsd.ontology
+tests/functional-tests/test-ontologies/superclass-remove/11-rdf.ontology
+tests/functional-tests/test-ontologies/superclass-remove/12-nrl.ontology
+tests/functional-tests/test-ontologies/superclass-remove/20-dc.ontology
+tests/functional-tests/test-ontologies/superclass-remove/31-nao.ontology
+tests/functional-tests/test-ontologies/superclass-remove/90-tracker.ontology
+tests/functional-tests/test-ontologies/superclass-remove/91-test.ontology
+tests/functional-tests/test-ontologies/test-suite.log
+tests/functional-tests/test-writeback-data/writeback-test-1.jpeg
+tests/functional-tests/test-writeback-data/writeback-test-2.tif
+tests/functional-tests/test-writeback-data/writeback-test-4.png
+tests/functional-tests/ttl/010-nco_EmailAddress.ttl
+tests/functional-tests/ttl/011-nco_PostalAddress.ttl
+tests/functional-tests/ttl/012-nco_PhoneNumber.ttl
+tests/functional-tests/ttl/013-nco_IMAddress.ttl
+tests/functional-tests/ttl/014-nco_ContactEmail.ttl
+tests/functional-tests/ttl/015-nco_ContactCall.ttl
+tests/functional-tests/ttl/016-nco_ContactIM.ttl
+tests/functional-tests/ttl/018-nco_PersonContact.ttl
+tests/functional-tests/ttl/020-slo_GeoLocation.ttl
+tests/functional-tests/ttl/021-slo_Landmark.ttl
+tests/functional-tests/ttl/026-mlo_GeoPoint.ttl
+tests/functional-tests/ttl/027-mlo_LocationBoundingBox.ttl
+tests/functional-tests/ttl/028-mlo_GeoLocation.ttl
+tests/functional-tests/ttl/029-mlo_Landmark.ttl
+tests/functional-tests/ttl/030-nmo_MailAccount.ttl
+tests/functional-tests/ttl/031-nmo_MailFolder.ttl
+tests/functional-tests/ttl/032-nmo_Email.ttl
+tests/functional-tests/ttl/035-nmo_CommunicationChannel.ttl
+tests/functional-tests/ttl/036-nmo_IMMessage.ttl
+tests/functional-tests/ttl/037-nmo_SMSMessage.ttl
+tests/functional-tests/ttl/038-nmo_Call.ttl
+tests/functional-tests/ttl/040-nmm_Artist.ttl
+tests/functional-tests/ttl/040-nmm_MusicAlbumDisc.ttl
+tests/functional-tests/ttl/041-nmm_MusicAlbum.ttl
+tests/functional-tests/ttl/042-nmm_MusicPiece.ttl
+tests/functional-tests/ttl/044-nfo_Equipment.ttl
+tests/functional-tests/ttl/045-nmm_Photo.ttl
+tests/functional-tests/ttl/046-nmm_Video.ttl
+tests/functional-tests/ttl/050-tracker_Volume.ttl
+tests/functional-tests/ttl/051-nfo_PlainTextDocument.ttl
+tests/functional-tests/ttl/060-nfo_SoftwareCategory.ttl
+tests/functional-tests/ttl/061-nfo_SoftwareApplication.ttl
+tests/functional-tests/ttl/065-nfo_WebHistory.ttl
+tests/functional-tests/ttl/070-ncal_Alarm.ttl
+tests/functional-tests/ttl/071-ncal_Calendar.ttl
+tests/functional-tests/ttl/072-ncal_Event.ttl
+tests/functional-tests/ttl/073-ncal_Todo.ttl
+tests/functional-tests/ttl/080-mfo_FeedChannel.ttl
+tests/functional-tests/ttl/081-mfo_FeedMessage.ttl
+tests/functional-tests/ttl/090-mto_TransferElement.ttl
+tests/functional-tests/ttl/091-mto_UploadTransfer.ttl
+tests/functional-tests/ttl/gen-test-data.stamp
+tests/functional-tests/ttl/source-data.pkl
+tests/functional-tests/unittest2/__init__.py
+tests/functional-tests/unittest2/__init__.pyc
+tests/functional-tests/unittest2/__main__.py
+tests/functional-tests/unittest2/case.py
+tests/functional-tests/unittest2/case.pyc
+tests/functional-tests/unittest2/compatibility.py
+tests/functional-tests/unittest2/compatibility.pyc
+tests/functional-tests/unittest2/loader.py
+tests/functional-tests/unittest2/loader.pyc
+tests/functional-tests/unittest2/main.py
+tests/functional-tests/unittest2/main.pyc
+tests/functional-tests/unittest2/result.py
+tests/functional-tests/unittest2/result.pyc
+tests/functional-tests/unittest2/runner.py
+tests/functional-tests/unittest2/runner.pyc
+tests/functional-tests/unittest2/signals.py
+tests/functional-tests/unittest2/signals.pyc
+tests/functional-tests/unittest2/suite.py
+tests/functional-tests/unittest2/suite.pyc
+tests/functional-tests/unittest2/unit2
+tests/functional-tests/unittest2/unit2.py
+tests/functional-tests/unittest2/util.py
+tests/functional-tests/unittest2/util.pyc
+tests/functional-tests/01-insertion.py
+tests/functional-tests/02-sparql-bugs.py
+tests/functional-tests/03-fts-functions.py
+tests/functional-tests/04-group-concat.py
+tests/functional-tests/05-coalesce.py
+tests/functional-tests/06-distance.py
+tests/functional-tests/07-graph.py
+tests/functional-tests/08-unique-insertions.py
+tests/functional-tests/09-concurrent-query.py
+tests/functional-tests/10-sqlite-misused.py
+tests/functional-tests/11-sqlite-batch-misused.py
+tests/functional-tests/12-transactions.py
+tests/functional-tests/13-threaded-store.py
+tests/functional-tests/14-signals.py
+tests/functional-tests/15-statistics.py
+tests/functional-tests/16-collation.py
+tests/functional-tests/17-ontology-changes.py
+tests/functional-tests/200-backup-restore.py
+tests/functional-tests/300-miner-basic-ops.py
+tests/functional-tests/301-miner-resource-removal.py
+tests/functional-tests/310-fts-indexing.py
+tests/functional-tests/400-extractor.py
+tests/functional-tests/500-writeback.py
+tests/functional-tests/501-writeback-details.py
+tests/functional-tests/600-applications-camera.py
+tests/functional-tests/601-applications-sync.py
+tests/functional-tests/__init__.py
+tests/functional-tests/create-tests-aegis.py
+tests/functional-tests/create-tests-xml.py
+tests/functional-tests/i-hate-tracker-bad.log
+tests/functional-tests/log
+tests/functional-tests/sad
+tests/functional-tests/sad-2
+tests/functional-tests/test-runner.sh
+tests/functional-tests/trackertest
+tests/gvdb/gvdb-test
+tests/gvdb/gvdb-test.c
+tests/gvdb/gvdb-test.log
+tests/gvdb/gvdb-test.trs
+tests/gvdb/test-suite.log
+tests/libtracker-common/non-utf8.txt
+tests/libtracker-common/test-suite.log
+tests/libtracker-common/tracker-date-time-test
+tests/libtracker-common/tracker-date-time-test.c
+tests/libtracker-common/tracker-date-time-test.log
+tests/libtracker-common/tracker-date-time-test.trs
+tests/libtracker-common/tracker-dbus
+tests/libtracker-common/tracker-dbus-test.c
+tests/libtracker-common/tracker-dbus.log
+tests/libtracker-common/tracker-dbus.trs
+tests/libtracker-common/tracker-file-utils
+tests/libtracker-common/tracker-file-utils-test.c
+tests/libtracker-common/tracker-file-utils.log
+tests/libtracker-common/tracker-file-utils.trs
+tests/libtracker-common/tracker-parser
+tests/libtracker-common/tracker-parser-test
+tests/libtracker-common/tracker-parser-test.c
+tests/libtracker-common/tracker-parser-test.log
+tests/libtracker-common/tracker-parser-test.trs
+tests/libtracker-common/tracker-parser.c
+tests/libtracker-common/tracker-sched-test
+tests/libtracker-common/tracker-sched-test.c
+tests/libtracker-common/tracker-sched-test.log
+tests/libtracker-common/tracker-sched-test.trs
+tests/libtracker-common/tracker-type-utils
+tests/libtracker-common/tracker-type-utils-test.c
+tests/libtracker-common/tracker-type-utils.log
+tests/libtracker-common/tracker-type-utils.trs
+tests/libtracker-common/tracker-utils
+tests/libtracker-common/tracker-utils-test.c
+tests/libtracker-common/tracker-utils.log
+tests/libtracker-common/tracker-utils.trs
+tests/libtracker-data/aggregates/aggregate-1.out
+tests/libtracker-data/aggregates/aggregate-1.rq
+tests/libtracker-data/aggregates/aggregate-distinct-1.out
+tests/libtracker-data/aggregates/aggregate-distinct-1.rq
+tests/libtracker-data/aggregates/aggregate-group-1.out
+tests/libtracker-data/aggregates/aggregate-group-1.rq
+tests/libtracker-data/aggregates/data-1.ontology
+tests/libtracker-data/aggregates/data-1.ttl
+tests/libtracker-data/aggregates/test-suite.log
+tests/libtracker-data/algebra/data-1.ontology
+tests/libtracker-data/algebra/data-1.ttl
+tests/libtracker-data/algebra/data-2.ontology
+tests/libtracker-data/algebra/data-2.ttl
+tests/libtracker-data/algebra/filter-in-1.out
+tests/libtracker-data/algebra/filter-in-1.rq
+tests/libtracker-data/algebra/filter-in-2.out
+tests/libtracker-data/algebra/filter-in-2.rq
+tests/libtracker-data/algebra/filter-in-3.out
+tests/libtracker-data/algebra/filter-in-3.rq
+tests/libtracker-data/algebra/filter-in-4.out
+tests/libtracker-data/algebra/filter-in-4.rq
+tests/libtracker-data/algebra/filter-in-5.out
+tests/libtracker-data/algebra/filter-in-5.rq
+tests/libtracker-data/algebra/filter-nested-1.out
+tests/libtracker-data/algebra/filter-nested-1.rq
+tests/libtracker-data/algebra/filter-nested-2.out
+tests/libtracker-data/algebra/filter-nested-2.rq
+tests/libtracker-data/algebra/filter-placement-1.out
+tests/libtracker-data/algebra/filter-placement-1.rq
+tests/libtracker-data/algebra/filter-placement-2.out
+tests/libtracker-data/algebra/filter-placement-2.rq
+tests/libtracker-data/algebra/filter-placement-3.out
+tests/libtracker-data/algebra/filter-placement-3.rq
+tests/libtracker-data/algebra/filter-placement-3a.out
+tests/libtracker-data/algebra/filter-placement-3a.rq
+tests/libtracker-data/algebra/filter-scope-1.out
+tests/libtracker-data/algebra/filter-scope-1.rq
+tests/libtracker-data/algebra/opt-filter-3.ontology
+tests/libtracker-data/algebra/opt-filter-3.out
+tests/libtracker-data/algebra/opt-filter-3.rq
+tests/libtracker-data/algebra/opt-filter-3.ttl
+tests/libtracker-data/algebra/test-suite.log
+tests/libtracker-data/algebra/two-nested-opt-alt.out
+tests/libtracker-data/algebra/two-nested-opt-alt.rq
+tests/libtracker-data/algebra/two-nested-opt.ontology
+tests/libtracker-data/algebra/two-nested-opt.out
+tests/libtracker-data/algebra/two-nested-opt.rq
+tests/libtracker-data/algebra/two-nested-opt.ttl
+tests/libtracker-data/algebra/var-scope-join-1.ontology
+tests/libtracker-data/algebra/var-scope-join-1.out
+tests/libtracker-data/algebra/var-scope-join-1.rq
+tests/libtracker-data/algebra/var-scope-join-1.ttl
+tests/libtracker-data/anon/data.ontology
+tests/libtracker-data/anon/data.ttl
+tests/libtracker-data/anon/query-2.out
+tests/libtracker-data/anon/query-2.rq
+tests/libtracker-data/anon/query.out
+tests/libtracker-data/anon/query.rq
+tests/libtracker-data/anon/test-suite.log
+tests/libtracker-data/ask/ask-1.out
+tests/libtracker-data/ask/ask-1.rq
+tests/libtracker-data/ask/data.ontology
+tests/libtracker-data/ask/data.ttl
+tests/libtracker-data/ask/test-suite.log
+tests/libtracker-data/backup/backup.data
+tests/libtracker-data/backup/backup.ontology
+tests/libtracker-data/backup/test-suite.log
+tests/libtracker-data/basic/base-prefix-3.out
+tests/libtracker-data/basic/base-prefix-3.rq
+tests/libtracker-data/basic/compare-cast.out
+tests/libtracker-data/basic/compare-cast.rq
+tests/libtracker-data/basic/data-1.ontology
+tests/libtracker-data/basic/data-1.ttl
+tests/libtracker-data/basic/predicate-variable-2.out
+tests/libtracker-data/basic/predicate-variable-2.rq
+tests/libtracker-data/basic/predicate-variable-3.out
+tests/libtracker-data/basic/predicate-variable-3.rq
+tests/libtracker-data/basic/predicate-variable-4.out
+tests/libtracker-data/basic/predicate-variable-4.rq
+tests/libtracker-data/basic/predicate-variable.out
+tests/libtracker-data/basic/predicate-variable.rq
+tests/libtracker-data/basic/test-suite.log
+tests/libtracker-data/bnode-coreference/data.ontology
+tests/libtracker-data/bnode-coreference/data.ttl
+tests/libtracker-data/bnode-coreference/query.out
+tests/libtracker-data/bnode-coreference/query.rq
+tests/libtracker-data/bnode-coreference/test-suite.log
+tests/libtracker-data/bound/bound1.out
+tests/libtracker-data/bound/bound1.rq
+tests/libtracker-data/bound/data.ontology
+tests/libtracker-data/bound/data.ttl
+tests/libtracker-data/bound/test-suite.log
+tests/libtracker-data/change/source/99-example.ontology.v1
+tests/libtracker-data/change/source/99-example.ontology.v2
+tests/libtracker-data/change/source/99-example.ontology.v3
+tests/libtracker-data/change/source/99-example.ontology.v4
+tests/libtracker-data/change/source/99-example.ontology.v5
+tests/libtracker-data/change/source/99-example.ontology.v6
+tests/libtracker-data/change/source/99-example.ontology.v7
+tests/libtracker-data/change/updates/99-example.queries.v2
+tests/libtracker-data/change/updates/99-example.queries.v3
+tests/libtracker-data/change/updates/99-example.queries.v4
+tests/libtracker-data/change/updates/99-example.queries.v5
+tests/libtracker-data/change/updates/99-example.queries.v6
+tests/libtracker-data/change/updates/99-example.queries.v7
+tests/libtracker-data/change/change-test-1.out
+tests/libtracker-data/change/change-test-1.rq
+tests/libtracker-data/change/change-test-2.out
+tests/libtracker-data/change/change-test-2.rq
+tests/libtracker-data/change/change-test-3.out
+tests/libtracker-data/change/change-test-3.rq
+tests/libtracker-data/change/test-1.out
+tests/libtracker-data/change/test-1.rq
+tests/libtracker-data/change/test-2.out
+tests/libtracker-data/change/test-2.rq
+tests/libtracker-data/change/test-3.out
+tests/libtracker-data/change/test-3.rq
+tests/libtracker-data/change/test-4.out
+tests/libtracker-data/change/test-4.rq
+tests/libtracker-data/change/test-5.out
+tests/libtracker-data/change/test-5.rq
+tests/libtracker-data/datetime/data-1.ontology
+tests/libtracker-data/datetime/data-1.ttl
+tests/libtracker-data/datetime/data-2.ontology
+tests/libtracker-data/datetime/data-2.ttl
+tests/libtracker-data/datetime/data-3.ontology
+tests/libtracker-data/datetime/data-3.rq
+tests/libtracker-data/datetime/delete-1.out
+tests/libtracker-data/datetime/delete-1.rq
+tests/libtracker-data/datetime/functions-localtime-1.out
+tests/libtracker-data/datetime/functions-localtime-1.rq
+tests/libtracker-data/datetime/functions-timezone-1.out
+tests/libtracker-data/datetime/functions-timezone-1.rq
+tests/libtracker-data/datetime/functions-timezone-2.out
+tests/libtracker-data/datetime/functions-timezone-2.rq
+tests/libtracker-data/datetime/test-suite.log
+tests/libtracker-data/error/query-error-1.ontology
+tests/libtracker-data/error/query-error-1.out
+tests/libtracker-data/error/query-error-1.rq
+tests/libtracker-data/error/query-error-1.ttl
+tests/libtracker-data/error/query-error-2.ontology
+tests/libtracker-data/error/query-error-2.out
+tests/libtracker-data/error/query-error-2.rq
+tests/libtracker-data/error/query-error-2.ttl
+tests/libtracker-data/error/test-suite.log
+tests/libtracker-data/error/update-error-1.ontology
+tests/libtracker-data/error/update-error-1.rq
+tests/libtracker-data/error/update-error-query-1.out
+tests/libtracker-data/error/update-error-query-1.rq
+tests/libtracker-data/expr-ops/data.ontology
+tests/libtracker-data/expr-ops/data.ttl
+tests/libtracker-data/expr-ops/query-ge-1.out
+tests/libtracker-data/expr-ops/query-ge-1.rq
+tests/libtracker-data/expr-ops/query-le-1.out
+tests/libtracker-data/expr-ops/query-le-1.rq
+tests/libtracker-data/expr-ops/query-minus-1.out
+tests/libtracker-data/expr-ops/query-minus-1.rq
+tests/libtracker-data/expr-ops/query-mul-1.out
+tests/libtracker-data/expr-ops/query-mul-1.rq
+tests/libtracker-data/expr-ops/query-plus-1.out
+tests/libtracker-data/expr-ops/query-plus-1.rq
+tests/libtracker-data/expr-ops/query-res-1.out
+tests/libtracker-data/expr-ops/query-res-1.rq
+tests/libtracker-data/expr-ops/query-unminus-1.out
+tests/libtracker-data/expr-ops/query-unminus-1.rq
+tests/libtracker-data/expr-ops/query-unplus-1.out
+tests/libtracker-data/expr-ops/query-unplus-1.rq
+tests/libtracker-data/expr-ops/test-suite.log
+tests/libtracker-data/functions/data-1.ontology
+tests/libtracker-data/functions/data-1.ttl
+tests/libtracker-data/functions/data-2.ontology
+tests/libtracker-data/functions/data-2.ttl
+tests/libtracker-data/functions/data-3.ontology
+tests/libtracker-data/functions/data-3.ttl
+tests/libtracker-data/functions/data-4.ontology
+tests/libtracker-data/functions/data-4.ttl
+tests/libtracker-data/functions/functions-property-1.out
+tests/libtracker-data/functions/functions-property-1.rq
+tests/libtracker-data/functions/functions-tracker-1.out
+tests/libtracker-data/functions/functions-tracker-1.rq
+tests/libtracker-data/functions/functions-tracker-2.out
+tests/libtracker-data/functions/functions-tracker-2.rq
+tests/libtracker-data/functions/functions-tracker-loc-1.out
+tests/libtracker-data/functions/functions-tracker-loc-1.rq
+tests/libtracker-data/functions/functions-xpath-1.out
+tests/libtracker-data/functions/functions-xpath-1.rq
+tests/libtracker-data/functions/functions-xpath-10.out
+tests/libtracker-data/functions/functions-xpath-10.rq
+tests/libtracker-data/functions/functions-xpath-11.out
+tests/libtracker-data/functions/functions-xpath-11.rq
+tests/libtracker-data/functions/functions-xpath-12.out
+tests/libtracker-data/functions/functions-xpath-12.rq
+tests/libtracker-data/functions/functions-xpath-13.out
+tests/libtracker-data/functions/functions-xpath-13.rq
+tests/libtracker-data/functions/functions-xpath-14.out
+tests/libtracker-data/functions/functions-xpath-14.rq
+tests/libtracker-data/functions/functions-xpath-2.out
+tests/libtracker-data/functions/functions-xpath-2.rq
+tests/libtracker-data/functions/functions-xpath-3.out
+tests/libtracker-data/functions/functions-xpath-3.rq
+tests/libtracker-data/functions/functions-xpath-4.out
+tests/libtracker-data/functions/functions-xpath-4.rq
+tests/libtracker-data/functions/functions-xpath-5.out
+tests/libtracker-data/functions/functions-xpath-5.rq
+tests/libtracker-data/functions/functions-xpath-6.out
+tests/libtracker-data/functions/functions-xpath-6.rq
+tests/libtracker-data/functions/functions-xpath-7.out
+tests/libtracker-data/functions/functions-xpath-7.rq
+tests/libtracker-data/functions/functions-xpath-8.out
+tests/libtracker-data/functions/functions-xpath-8.rq
+tests/libtracker-data/functions/functions-xpath-9.out
+tests/libtracker-data/functions/functions-xpath-9.rq
+tests/libtracker-data/functions/test-suite.log
+tests/libtracker-data/graph/data-1.ontology
+tests/libtracker-data/graph/data-1.rq
+tests/libtracker-data/graph/data-2.ontology
+tests/libtracker-data/graph/data-2.rq
+tests/libtracker-data/graph/data-3.ontology
+tests/libtracker-data/graph/data-3.rq
+tests/libtracker-data/graph/data-4.ontology
+tests/libtracker-data/graph/data-4.rq
+tests/libtracker-data/graph/graph-1.out
+tests/libtracker-data/graph/graph-1.rq
+tests/libtracker-data/graph/graph-2.out
+tests/libtracker-data/graph/graph-2.rq
+tests/libtracker-data/graph/graph-3.out
+tests/libtracker-data/graph/graph-3.rq
+tests/libtracker-data/graph/graph-4.out
+tests/libtracker-data/graph/graph-4.rq
+tests/libtracker-data/graph/graph-5.out
+tests/libtracker-data/graph/graph-5.rq
+tests/libtracker-data/graph/test-suite.log
+tests/libtracker-data/mixed-cardinality/insert-mixed-cardinality-1.ontology
+tests/libtracker-data/mixed-cardinality/insert-mixed-cardinality-1.rq
+tests/libtracker-data/mixed-cardinality/insert-mixed-cardinality-query-1.out
+tests/libtracker-data/mixed-cardinality/insert-mixed-cardinality-query-1.rq
+tests/libtracker-data/mixed-cardinality/test-suite.log
+tests/libtracker-data/mixed-cardinality/update-mixed-cardinality-1.ontology
+tests/libtracker-data/mixed-cardinality/update-mixed-cardinality-1.rq
+tests/libtracker-data/mixed-cardinality/update-mixed-cardinality-query-1.out
+tests/libtracker-data/mixed-cardinality/update-mixed-cardinality-query-1.rq
+tests/libtracker-data/nie/data-1.ttl
+tests/libtracker-data/nie/filter-characterset-1.out
+tests/libtracker-data/nie/filter-characterset-1.rq
+tests/libtracker-data/nie/filter-comment-1.out
+tests/libtracker-data/nie/filter-comment-1.rq
+tests/libtracker-data/nie/filter-description-1.out
+tests/libtracker-data/nie/filter-description-1.rq
+tests/libtracker-data/nie/filter-generator-1.out
+tests/libtracker-data/nie/filter-generator-1.rq
+tests/libtracker-data/nie/filter-identifier-1.out
+tests/libtracker-data/nie/filter-identifier-1.rq
+tests/libtracker-data/nie/filter-keyword-1.out
+tests/libtracker-data/nie/filter-keyword-1.rq
+tests/libtracker-data/nie/filter-language-1.out
+tests/libtracker-data/nie/filter-language-1.rq
+tests/libtracker-data/nie/filter-legal-1.out
+tests/libtracker-data/nie/filter-legal-1.rq
+tests/libtracker-data/nie/filter-mimetype-1.out
+tests/libtracker-data/nie/filter-mimetype-1.rq
+tests/libtracker-data/nie/filter-plaintextcontent-1.out
+tests/libtracker-data/nie/filter-plaintextcontent-1.rq
+tests/libtracker-data/nie/filter-subject-1.out
+tests/libtracker-data/nie/filter-subject-1.rq
+tests/libtracker-data/nie/filter-title-1.out
+tests/libtracker-data/nie/filter-title-1.rq
+tests/libtracker-data/nie/filter-version-1.out
+tests/libtracker-data/nie/filter-version-1.rq
+tests/libtracker-data/nie/test-suite.log
+tests/libtracker-data/nmo/data-1.ttl
+tests/libtracker-data/nmo/filter-boundary-1.out
+tests/libtracker-data/nmo/filter-boundary-1.rq
+tests/libtracker-data/nmo/filter-charset-1.out
+tests/libtracker-data/nmo/filter-charset-1.rq
+tests/libtracker-data/nmo/filter-contentdescription-1.out
+tests/libtracker-data/nmo/filter-contentdescription-1.rq
+tests/libtracker-data/nmo/filter-contentid-1.out
+tests/libtracker-data/nmo/filter-contentid-1.rq
+tests/libtracker-data/nmo/filter-contenttransferencoding-1.out
+tests/libtracker-data/nmo/filter-contenttransferencoding-1.rq
+tests/libtracker-data/nmo/filter-headername-1.out
+tests/libtracker-data/nmo/filter-headername-1.rq
+tests/libtracker-data/nmo/filter-headervalue-1.out
+tests/libtracker-data/nmo/filter-headervalue-1.rq
+tests/libtracker-data/nmo/filter-isanswered-1.out
+tests/libtracker-data/nmo/filter-isanswered-1.rq
+tests/libtracker-data/nmo/filter-isdeleted-1.out
+tests/libtracker-data/nmo/filter-isdeleted-1.rq
+tests/libtracker-data/nmo/filter-isdraft-1.out
+tests/libtracker-data/nmo/filter-isdraft-1.rq
+tests/libtracker-data/nmo/filter-isflagged-1.out
+tests/libtracker-data/nmo/filter-isflagged-1.rq
+tests/libtracker-data/nmo/filter-isread-1.out
+tests/libtracker-data/nmo/filter-isread-1.rq
+tests/libtracker-data/nmo/filter-isrecent-1.out
+tests/libtracker-data/nmo/filter-isrecent-1.rq
+tests/libtracker-data/nmo/filter-messageid-1.out
+tests/libtracker-data/nmo/filter-messageid-1.rq
+tests/libtracker-data/nmo/filter-messagesubject-1.out
+tests/libtracker-data/nmo/filter-messagesubject-1.rq
+tests/libtracker-data/nmo/test-suite.log
+tests/libtracker-data/ontologies/20-dc.ontology
+tests/libtracker-data/ontologies/31-nao.ontology
+tests/libtracker-data/ontologies/90-tracker.ontology
+tests/libtracker-data/optional/complex-data-1.ontology
+tests/libtracker-data/optional/complex-data-1.ttl
+tests/libtracker-data/optional/q-opt-complex-1.out
+tests/libtracker-data/optional/q-opt-complex-1.rq
+tests/libtracker-data/optional/simple-optional-triple.ontology
+tests/libtracker-data/optional/simple-optional-triple.out
+tests/libtracker-data/optional/simple-optional-triple.rq
+tests/libtracker-data/optional/simple-optional-triple.ttl
+tests/libtracker-data/optional/test-suite.log
+tests/libtracker-data/regex/regex-data-01.ontology
+tests/libtracker-data/regex/regex-data-01.ttl
+tests/libtracker-data/regex/regex-query-001.extra.out
+tests/libtracker-data/regex/regex-query-001.extra.rq
+tests/libtracker-data/regex/regex-query-001.out
+tests/libtracker-data/regex/regex-query-001.rq
+tests/libtracker-data/regex/regex-query-002.out
+tests/libtracker-data/regex/regex-query-002.rq
+tests/libtracker-data/regex/test-suite.log
+tests/libtracker-data/sort/data-sort-1.ontology
+tests/libtracker-data/sort/data-sort-1.ttl
+tests/libtracker-data/sort/data-sort-3.ontology
+tests/libtracker-data/sort/data-sort-3.ttl
+tests/libtracker-data/sort/data-sort-4.ontology
+tests/libtracker-data/sort/data-sort-4.ttl
+tests/libtracker-data/sort/data-sort-5.ontology
+tests/libtracker-data/sort/data-sort-5.ttl
+tests/libtracker-data/sort/query-sort-1.out
+tests/libtracker-data/sort/query-sort-1.rq
+tests/libtracker-data/sort/query-sort-2.out
+tests/libtracker-data/sort/query-sort-2.rq
+tests/libtracker-data/sort/query-sort-3.out
+tests/libtracker-data/sort/query-sort-3.rq
+tests/libtracker-data/sort/query-sort-4.out
+tests/libtracker-data/sort/query-sort-4.rq
+tests/libtracker-data/sort/query-sort-5.out
+tests/libtracker-data/sort/query-sort-5.rq
+tests/libtracker-data/sort/query-sort-6.out
+tests/libtracker-data/sort/query-sort-6.rq
+tests/libtracker-data/sort/query-sort-7.out
+tests/libtracker-data/sort/query-sort-7.rq
+tests/libtracker-data/sort/query-sort-8.out
+tests/libtracker-data/sort/query-sort-8.rq
+tests/libtracker-data/sort/test-suite.log
+tests/libtracker-data/subqueries/data-1.ontology
+tests/libtracker-data/subqueries/data-1.ttl
+tests/libtracker-data/subqueries/subqueries-1.out
+tests/libtracker-data/subqueries/subqueries-1.rq
+tests/libtracker-data/subqueries/subqueries-union-1.out
+tests/libtracker-data/subqueries/subqueries-union-1.rq
+tests/libtracker-data/subqueries/subqueries-union-2.out
+tests/libtracker-data/subqueries/subqueries-union-2.rq
+tests/libtracker-data/subqueries/test-suite.log
+tests/libtracker-data/turtle/test-suite.log
+tests/libtracker-data/turtle/turtle-data-001.ontology
+tests/libtracker-data/turtle/turtle-data-001.ttl
+tests/libtracker-data/turtle/turtle-data-002.ontology
+tests/libtracker-data/turtle/turtle-data-002.ttl
+tests/libtracker-data/turtle/turtle-query-001.out
+tests/libtracker-data/turtle/turtle-query-001.rq
+tests/libtracker-data/turtle/turtle-query-002.out
+tests/libtracker-data/turtle/turtle-query-002.rq
+tests/libtracker-data/dawg-testcases
+tests/libtracker-data/example.index
+tests/libtracker-data/run-test-in-tmp-dir.sh
+tests/libtracker-data/test-suite.log
+tests/libtracker-data/tracker-backup
+tests/libtracker-data/tracker-backup-test.c
+tests/libtracker-data/tracker-backup.log
+tests/libtracker-data/tracker-backup.trs
+tests/libtracker-data/tracker-crc32-test
+tests/libtracker-data/tracker-crc32-test.c
+tests/libtracker-data/tracker-crc32-test.log
+tests/libtracker-data/tracker-crc32-test.trs
+tests/libtracker-data/tracker-db-journal
+tests/libtracker-data/tracker-db-journal.c
+tests/libtracker-data/tracker-db-journal.log
+tests/libtracker-data/tracker-db-journal.trs
+tests/libtracker-data/tracker-db-manager-common.c
+tests/libtracker-data/tracker-db-manager-common.h
+tests/libtracker-data/tracker-ontology
+tests/libtracker-data/tracker-ontology-change
+tests/libtracker-data/tracker-ontology-change-test.c
+tests/libtracker-data/tracker-ontology-change.log
+tests/libtracker-data/tracker-ontology-change.trs
+tests/libtracker-data/tracker-ontology-test.c
+tests/libtracker-data/tracker-ontology.log
+tests/libtracker-data/tracker-ontology.trs
+tests/libtracker-data/tracker-sparql
+tests/libtracker-data/tracker-sparql-blank
+tests/libtracker-data/tracker-sparql-blank-test.c
+tests/libtracker-data/tracker-sparql-blank.log
+tests/libtracker-data/tracker-sparql-blank.trs
+tests/libtracker-data/tracker-sparql-test.c
+tests/libtracker-data/tracker-sparql.log
+tests/libtracker-data/tracker-sparql.trs
+tests/libtracker-extract/areas-ns.xmp
+tests/libtracker-extract/areas-with-contacts.xmp
+tests/libtracker-extract/areas.xmp
+tests/libtracker-extract/encoding-detect.bin
+tests/libtracker-extract/exif-free-img.jpg
+tests/libtracker-extract/exif-img.jpg
+tests/libtracker-extract/getline-test.txt
+tests/libtracker-extract/guarantee-mtime-test.txt
+tests/libtracker-extract/iptc-img.jpg
+tests/libtracker-extract/nb282393.xmp
+tests/libtracker-extract/nb282393_simple.xmp
+tests/libtracker-extract/test-suite.log
+tests/libtracker-extract/tracker-encoding
+tests/libtracker-extract/tracker-encoding-test.c
+tests/libtracker-extract/tracker-encoding.log
+tests/libtracker-extract/tracker-encoding.trs
+tests/libtracker-extract/tracker-exif-test
+tests/libtracker-extract/tracker-exif-test.c
+tests/libtracker-extract/tracker-exif-test.log
+tests/libtracker-extract/tracker-exif-test.trs
+tests/libtracker-extract/tracker-extract-info-test
+tests/libtracker-extract/tracker-extract-info-test.c
+tests/libtracker-extract/tracker-extract-info-test.log
+tests/libtracker-extract/tracker-extract-info-test.trs
+tests/libtracker-extract/tracker-guarantee-test
+tests/libtracker-extract/tracker-guarantee-test.c
+tests/libtracker-extract/tracker-guarantee-test.log
+tests/libtracker-extract/tracker-guarantee-test.trs
+tests/libtracker-extract/tracker-iptc-test
+tests/libtracker-extract/tracker-iptc-test.c
+tests/libtracker-extract/tracker-iptc-test.log
+tests/libtracker-extract/tracker-iptc-test.trs
+tests/libtracker-extract/tracker-test-utils
+tests/libtracker-extract/tracker-test-utils.c
+tests/libtracker-extract/tracker-test-utils.log
+tests/libtracker-extract/tracker-test-utils.trs
+tests/libtracker-extract/tracker-test-xmp
+tests/libtracker-extract/tracker-test-xmp.c
+tests/libtracker-extract/tracker-test-xmp.log
+tests/libtracker-extract/tracker-test-xmp.trs
+tests/libtracker-fts/limits/fts3limits-1.out
+tests/libtracker-fts/limits/fts3limits-1.rq
+tests/libtracker-fts/limits/fts3limits-2.out
+tests/libtracker-fts/limits/fts3limits-2.rq
+tests/libtracker-fts/limits/fts3limits-3.out
+tests/libtracker-fts/limits/fts3limits-3.rq
+tests/libtracker-fts/limits/fts3limits-4.out
+tests/libtracker-fts/limits/fts3limits-4.rq
+tests/libtracker-fts/limits/fts3limits-data.rq
+tests/libtracker-fts/limits/test-suite.log
+tests/libtracker-fts/prefix/fts3prefix-1.out
+tests/libtracker-fts/prefix/fts3prefix-1.rq
+tests/libtracker-fts/prefix/fts3prefix-2.out
+tests/libtracker-fts/prefix/fts3prefix-2.rq
+tests/libtracker-fts/prefix/fts3prefix-3.out
+tests/libtracker-fts/prefix/fts3prefix-3.rq
+tests/libtracker-fts/prefix/fts3prefix-data.rq
+tests/libtracker-fts/prefix/test-suite.log
+tests/libtracker-fts/data.ontology
+tests/libtracker-fts/fts3aa-1.out
+tests/libtracker-fts/fts3aa-1.rq
+tests/libtracker-fts/fts3aa-2.out
+tests/libtracker-fts/fts3aa-2.rq
+tests/libtracker-fts/fts3aa-data.rq
+tests/libtracker-fts/fts3ae-1.out
+tests/libtracker-fts/fts3ae-1.rq
+tests/libtracker-fts/fts3ae-data.rq
+tests/libtracker-fts/test-suite.log
+tests/libtracker-fts/tracker-fts-test
+tests/libtracker-fts/tracker-fts-test.c
+tests/libtracker-fts/tracker-fts-test.log
+tests/libtracker-fts/tracker-fts-test.trs
+tests/libtracker-fts/tracker-parser-test
+tests/libtracker-miner/data/dir/file1
+tests/libtracker-miner/data/dir/file2
+tests/libtracker-miner/data/file1
+tests/libtracker-miner/mock-miners/mock-miner-1.desktop
+tests/libtracker-miner/mock-miners/mock-miner-2.desktop
+tests/libtracker-miner/empty-gobject.c
+tests/libtracker-miner/empty-gobject.h
+tests/libtracker-miner/libtracker_miner_tests_la_vala.stamp
+tests/libtracker-miner/miners-mock.c
+tests/libtracker-miner/miners-mock.h
+tests/libtracker-miner/test-suite.log
+tests/libtracker-miner/thumbnailer-mock.c
+tests/libtracker-miner/thumbnailer-mock.h
+tests/libtracker-miner/tracker-connection-mock.c
+tests/libtracker-miner/tracker-connection-mock.vala
+tests/libtracker-miner/tracker-crawler-test
+tests/libtracker-miner/tracker-crawler-test.c
+tests/libtracker-miner/tracker-crawler-test.log
+tests/libtracker-miner/tracker-crawler-test.trs
+tests/libtracker-miner/tracker-file-enumerator-test
+tests/libtracker-miner/tracker-file-enumerator-test.c
+tests/libtracker-miner/tracker-file-enumerator-test.log
+tests/libtracker-miner/tracker-file-enumerator-test.trs
+tests/libtracker-miner/tracker-file-notifier-test
+tests/libtracker-miner/tracker-file-notifier-test.c
+tests/libtracker-miner/tracker-file-notifier-test.log
+tests/libtracker-miner/tracker-file-notifier-test.trs
+tests/libtracker-miner/tracker-file-system-test
+tests/libtracker-miner/tracker-file-system-test.c
+tests/libtracker-miner/tracker-file-system-test.log
+tests/libtracker-miner/tracker-file-system-test.trs
+tests/libtracker-miner/tracker-indexing-tree-test
+tests/libtracker-miner/tracker-indexing-tree-test.c
+tests/libtracker-miner/tracker-indexing-tree-test.log
+tests/libtracker-miner/tracker-indexing-tree-test.trs
+tests/libtracker-miner/tracker-miner-mock.c
+tests/libtracker-miner/tracker-miner-mock.h
+tests/libtracker-miner/tracker-miner-mock.vala
+tests/libtracker-miner/tracker-monitor-test
+tests/libtracker-miner/tracker-monitor-test.c
+tests/libtracker-miner/tracker-monitor-test.log
+tests/libtracker-miner/tracker-monitor-test.trs
+tests/libtracker-miner/tracker-priority-queue-test
+tests/libtracker-miner/tracker-priority-queue-test.c
+tests/libtracker-miner/tracker-priority-queue-test.log
+tests/libtracker-miner/tracker-priority-queue-test.trs
+tests/libtracker-miner/tracker-task-pool-test
+tests/libtracker-miner/tracker-task-pool-test.c
+tests/libtracker-miner/tracker-task-pool-test.log
+tests/libtracker-miner/tracker-task-pool-test.trs
+tests/libtracker-miner/tracker-thumbnailer-test
+tests/libtracker-miner/tracker-thumbnailer-test.c
+tests/libtracker-miner/tracker-thumbnailer-test.log
+tests/libtracker-miner/tracker-thumbnailer-test.trs
+tests/libtracker-sparql/test-suite.log
+tests/libtracker-sparql/tracker-gb-737023-test
+tests/libtracker-sparql/tracker-gb-737023-test.log
+tests/libtracker-sparql/tracker-gb-737023-test.trs
+tests/libtracker-sparql/tracker-gb-737023.c
+tests/libtracker-sparql/tracker-resource-test
+tests/libtracker-sparql/tracker-resource-test.c
+tests/libtracker-sparql/tracker-resource-test.log
+tests/libtracker-sparql/tracker-resource-test.trs
+tests/libtracker-sparql/tracker-sparql-test
+tests/libtracker-sparql/tracker-sparql-test.c
+tests/libtracker-sparql/tracker-sparql-test.log
+tests/libtracker-sparql/tracker-sparql-test.trs
+tests/libtracker-sparql/tracker-test
+tests/tracker-steroids/test-suite.log
+tests/tracker-steroids/tracker-test
+tests/tracker-steroids/tracker-test.c
+tests/tracker-steroids/tracker-test.log
+tests/tracker-steroids/tracker-test.trs
+tests/tracker-writeback/data/test01.jpg
+tests/tracker-writeback/01-writeback.py
+tests/tracker-writeback/test-suite.log
+tests/tracker-writeback/tests.xml
+tests/test-suite.log
+utils/clean-prefix/clean-tracker-prefix
+utils/data-generators/cc/source-data/area-codes.txt
+utils/data-generators/cc/source-data/company-names.txt
+utils/data-generators/cc/source-data/company-types.txt
+utils/data-generators/cc/source-data/email-domains.txt
+utils/data-generators/cc/source-data/equipment-manufacturers.txt
+utils/data-generators/cc/source-data/equipment-models.txt
+utils/data-generators/cc/source-data/female-first-name.txt
+utils/data-generators/cc/source-data/female-prefix.txt
+utils/data-generators/cc/source-data/job-titles.txt
+utils/data-generators/cc/source-data/last-name.txt
+utils/data-generators/cc/source-data/latin-words.txt
+utils/data-generators/cc/source-data/male-first-name.txt
+utils/data-generators/cc/source-data/male-prefix.txt
+utils/data-generators/cc/source-data/street-names.txt
+utils/data-generators/cc/source-data/street-types.txt
+utils/data-generators/cc/source-data/zip-codes.txt
+utils/data-generators/cc/ttl/README
+utils/data-generators/cc/__init__.py
+utils/data-generators/cc/convert_data.py
+utils/data-generators/cc/convert_data.pyc
+utils/data-generators/cc/default.cfg
+utils/data-generators/cc/gen_data.py
+utils/data-generators/cc/gen_data.pyc
+utils/data-generators/cc/generate
+utils/data-generators/cc/max.cfg
+utils/data-generators/cc/mfo.py
+utils/data-generators/cc/mfo.pyc
+utils/data-generators/cc/mlo.py
+utils/data-generators/cc/mlo.pyc
+utils/data-generators/cc/mto.py
+utils/data-generators/cc/mto.pyc
+utils/data-generators/cc/ncal.py
+utils/data-generators/cc/ncal.pyc
+utils/data-generators/cc/nco.py
+utils/data-generators/cc/nco.pyc
+utils/data-generators/cc/nfo.py
+utils/data-generators/cc/nfo.pyc
+utils/data-generators/cc/nmm.py
+utils/data-generators/cc/nmm.pyc
+utils/data-generators/cc/nmo.py
+utils/data-generators/cc/nmo.pyc
+utils/data-generators/cc/ontology_prefixes.py
+utils/data-generators/cc/ontology_prefixes.pyc
+utils/data-generators/cc/slo.py
+utils/data-generators/cc/slo.pyc
+utils/data-generators/cc/tools.py
+utils/data-generators/cc/tools.pyc
+utils/data-generators/cc/tracker.py
+utils/data-generators/cc/tracker.pyc
+utils/data-generators/create-tree-from-real-data
+utils/gtk-sparql/completion.py
+utils/gtk-sparql/completion_engine.py
+utils/gtk-sparql/gtk-sparql.py
+utils/gtk-sparql/gtk-sparql.ui
+utils/gtk-sparql/store.py
+utils/mtp/mtp-dummy
+utils/mtp/mtp-dummy.c
+utils/ontology/resources/LICENSE.txt
+utils/ontology/resources/logo-maemo-ontology.png
+utils/ontology/resources/maemo-logo.gif
+utils/ontology/resources/nepomuk-logo.png
+utils/ontology/resources/nie-maemo.css
+utils/ontology/resources/tracker-logo.png
+utils/ontology/data-validator
+utils/ontology/data-validator.c
+utils/ontology/ontology-validator
+utils/ontology/ontology-validator.c
+utils/ontology/rdfxml2metadatasample.xsl
+utils/ontology/rdfxml2servicesample.xsl
+utils/ontology/rdfxml2unittest_data.xsl
+utils/ontology/rdfxml2unittest_query.xsl
+utils/ontology/rdfxmlsample.xsl
+utils/ontology/README.example
+utils/ontology/sample.xsl
+utils/ontology/service2rdf-xml.py
+utils/ontology/service2xml.py
+utils/ontology/ttl2graphviz.c
+utils/ontology/ttl_graphviz.c
+utils/ontology/ttl_graphviz.h
+utils/sandbox/tracker-sandbox.py
+utils/tracker-resdump/tracker-resdump
+utils/tracker-resdump/tracker-resdump.c
+utils/tracker-resdump/tracker-resdump.vala
+utils/tracker-resdump/tracker_resdump_vala.stamp
+aclocal.m4
+AUTHORS
+autogen.sh
+ChangeLog
+ChangeLog.pre-0-6-93
+CMakeLists.txt
+config.h
+config.h.in
+config.log
+config.status
+configure
+configure.ac
+COPYING
+COPYING.GPL
+COPYING.LGPL
+data-provider.review
+gitlog-to-changelog
+gtk-doc.make
+INSTALL
+intltool-extract.in
+intltool-merge.in
+intltool-update.in
+libtool
+log
+MAINTAINERS
+NEWS
+README
+stamp-h1
+tap-driver.sh
+tap-test
+test-suite.log
+tracker.doap
\ No newline at end of file
diff --git a/Tracker.includes b/Tracker.includes
new file mode 100644
index 0000000..8029607
--- /dev/null
+++ b/Tracker.includes
@@ -0,0 +1,27 @@
+.
+docs/tools
+examples/libtracker-miner
+src/gvdb
+src/libtracker-bus
+src/libtracker-common
+src/libtracker-control
+src/libtracker-data
+src/libtracker-direct
+src/libtracker-extract
+src/libtracker-fts
+src/libtracker-miner
+src/libtracker-sparql
+src/miners/apps
+src/miners/fs
+src/miners/rss
+src/miners/user-guides
+src/plugins/evolution
+src/plugins/nautilus
+src/tracker
+src/tracker-extract
+src/tracker-store
+src/tracker-writeback
+tests/common
+tests/libtracker-data
+tests/libtracker-miner
+utils/ontology
\ No newline at end of file
diff --git a/src/tracker/tracker-index.c b/src/tracker/tracker-index.c
index 850fe2f..9658652 100644
--- a/src/tracker/tracker-index.c
+++ b/src/tracker/tracker-index.c
@@ -366,7 +366,9 @@ index_run (void)
        }
 
        /* All known options have their own exit points */
-       g_warn_if_reached ();
+       g_printerr("Use `tracker index --file` when giving a specific file or "
+                  "directory to index. See `tracker help index` for more "
+                  "information.\n");
 
        return EXIT_FAILURE;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]