doc/reference/libpurple/libpurple.toml.in

changeset 42847
fbb0d252bc35
parent 42846
c176f1b12aaa
child 42848
f9a04b0bed1f
equal deleted inserted replaced
42846:c176f1b12aaa 42847:fbb0d252bc35
1 [library]
2 version = "@PURPLE_MAJOR_VERSION@.@PURPLE_MINOR_VERSION@.@PURPLE_MICRO_VERSION@"
3 browse_url = "https://keep.imfreedom.org/pidgin/pidgin/"
4 repository_url = "https://keep.imfreedom.org/pidgin/pidgin/"
5 website_url = "https://keep.imfreedom.org/pidgin/pidgin/"
6 authors = "Pidgin Developers"
7 logo_url = ""
8 license = "GPL-2.0-or-later"
9 description = "Purple Universal Chat Library"
10 dependencies = [ "GLib-2.0", "GObject-2.0", "GPlugin-1.0" ]
11 devhelp = true
12 search_index = true
13
14 [dependencies."GLib-2.0"]
15 name = "GLib"
16 description = "General-purpose, portable utility library."
17 docs_url = "https://docs.gtk.org/glib/"
18
19 [dependencies."GObject-2.0"]
20 name = "GObject"
21 description = "The base type system library"
22 docs_url = "https://docs.gtk.org/gobject/"
23
24 [dependencies."GPlugin-1.0"]
25 name = "GPlugin"
26 description = "GPlugin Plugin Library"
27 docs_urls = "https://docs.imfreedom.org/gplugin/"
28
29 [theme]
30 name = "basic"
31 show_index_summary = true
32 show_class_hierarchy = true
33
34 [source-location]
35 base_url = "https://keep.imfreedom.org/pidgin/pidgin/file/default/"
36
37 [extra]
38 # The same order will be used when generating the index
39 content_files = [
40 "contributing.md",
41 "signals_connection.md",
42 "signals_core.md",
43 "tut_c_plugins.md",
44 ]
45 content_images = [
46 ]
47 urlmap_file = "urlmap.js"
48
49 [[object]]
50 pattern = "DEPRECATED_IN_*"
51 hidden = true
52
53 [[object]]
54 name = "DEPRECATED_FOR"
55 hidden = true
56
57 [[object]]
58 name = "UNAVAILABLE"
59 hidden = true
60
61 [[object]]
62 name = "UNAVAILABLE_MACRO"
63 hidden = true
64
65 [[object]]
66 name = "UNAVAILABLE_STATIC_INLINE"
67 hidden = true
68
69 [[object]]
70 name = "UNAVAILABLE_TYPE"
71 hidden = true

mercurial