| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This also adds `tracker extract -o json` to dump resources in JSON-LD,
in anticipation of corresponding updates in tracker-miners.git.
|
|
|
|
|
| |
These are C helper functions, so users may create trees of TrackerResources
without having to manually unref all non-root ones.
|
|
|
|
|
|
|
| |
We don't need defining TrackerSparqlBuilder here, and it causes it
to get picked up twice in C and Vala girs.
https://bugzilla.gnome.org/show_bug.cgi?id=782091
|
|
|
|
| |
Quite harmless, but triggers gtk-doc warnings.
|
|
This provides a "resource-oriented" API for inserting and updating the
database. Rather than having to generate SPARQL queries, you can use the
TrackerResource abstraction to prepare information about a set of
resources, then generate a SPARQL query automatically.
TrackerResource can also serialize to Turtle directly.
https://bugzilla.gnome.org/show_bug.cgi?id=767472
|