summaryrefslogtreecommitdiff
path: root/docs/reference/libtracker-sparql/tracker-sparql.toml.in
blob: ceae430d36d5dee01331269678a48457496bb5aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[library]
version = "@version@"
browse_url = "https://gitlab.gnome.org/GNOME/tracker/"
repository_url = "https://gitlab.gnome.org/GNOME/tracker.git"
website_url = "https://tracker.gnome.org/"
authors = "Tracker Development Team"
logo_url = "logo.svg"
license = "GPL-2.1-or-later"
description = "Low-footprint RDF triple store with SPARQL 1.1 interface"

dependencies = [ "GObject-2.0", "Gio-2.0" ]
devhelp = true
search_index = true

  [dependencies."GObject-2.0"]
  name = "GObject"
  description = "The base type system library"
  docs_url = "https://docs.gtk.org/gobject/"

  [dependencies."Gio-2.0"]
  name = "Gio"
  description = "GObject Interfaces and Objects, Networking, IPC, and I/O"
  docs_url = "https://docs.gtk.org/gio/"

[theme]
name = "basic"
show_index_summary = true
show_class_hierarchy = false

[source-location]
base_url = "https://gitlab.gnome.org/GNOME/tracker/-/blob/master/"

[extra]
content_files = [
    @content@,
]
content_images = [
    "logo.svg",
]

urlmap_file = "urlmap.js"

# Overrides
[[object]]
# Deprecation macros don't matter to anyone but us
pattern = "DEPRECATED_IN.*"
hidden = true

[[object]]
# Object type name capitalization messes with gi-docgen matching of type macros
pattern = "ENDPOINT_DBUS.*"
hidden = true