summaryrefslogtreecommitdiff
path: root/docs/design/tracker-structural-view.dot
diff options
context:
space:
mode:
Diffstat (limited to 'docs/design/tracker-structural-view.dot')
-rw-r--r--docs/design/tracker-structural-view.dot2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/design/tracker-structural-view.dot b/docs/design/tracker-structural-view.dot
index 153c76045..94ed33695 100644
--- a/docs/design/tracker-structural-view.dot
+++ b/docs/design/tracker-structural-view.dot
@@ -20,6 +20,7 @@ digraph G {
libqttracker [label="<<library>>\n\nlibqttracker"];
libthumbnailer [label="<<library>>\n\nlibthumbnailer"];
+ libcontentaction [label="<<library>>\n\nlibcontentaction"];
trackerutils [label="<<command-line>>\n\ntracker-utils"];
trackerstore [label="<<process>>\n\ntracker-store"];
sqlite [label="<<library>>\n\nsqlite" ];
@@ -64,6 +65,7 @@ digraph G {
app -> libqttracker [label="<<link>>"]
app -> libthumbnailer [label="<<link>>"]
+ app -> libcontentaction [label="<<link>>"]
trackerextract -> extractionlibs [label="<<link>>"]
trackerextract -> gstreamer [label="<<link>>"]