libpurple/reference/libpurple.toml.in

Mon, 31 Mar 2025 01:43:20 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 31 Mar 2025 01:43:20 -0500
changeset 43213
078c9e626db9
parent 43068
a974441beed0
permissions
-rw-r--r--

Add Pango to the gobject introspection and gi-docgen for libpurple

Testing Done:
Called in the turtles and verified the warnings were gone.

Reviewed at https://reviews.imfreedom.org/r/3948/

41164
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
1 [library]
42556
d2088215e302 Make sure our extra version information doesn't get passed to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents: 41801
diff changeset
2 version = "@PURPLE_MAJOR_VERSION@.@PURPLE_MINOR_VERSION@.@PURPLE_MICRO_VERSION@"
41164
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
3 browse_url = "https://keep.imfreedom.org/pidgin/pidgin/"
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
4 repository_url = "https://keep.imfreedom.org/pidgin/pidgin/"
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
5 website_url = "https://keep.imfreedom.org/pidgin/pidgin/"
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
6 authors = "Pidgin Developers"
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
7 logo_url = ""
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
8 license = "GPL-2.0-or-later"
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
9 description = "Purple Universal Chat Library"
43213
078c9e626db9 Add Pango to the gobject introspection and gi-docgen for libpurple
Gary Kramlich <grim@reaperworld.com>
parents: 43068
diff changeset
10 dependencies = [ "GLib-2.0", "GObject-2.0", "GPlugin-1.0", "Pango-1.0" ]
41164
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
11 devhelp = true
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
12 search_index = true
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
13
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
14 [dependencies."GLib-2.0"]
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
15 name = "GLib"
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
16 description = "General-purpose, portable utility library."
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
17 docs_url = "https://docs.gtk.org/glib/"
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
18
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
19 [dependencies."GObject-2.0"]
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
20 name = "GObject"
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
21 description = "The base type system library"
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
22 docs_url = "https://docs.gtk.org/gobject/"
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
23
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
24 [dependencies."GPlugin-1.0"]
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
25 name = "GPlugin"
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
26 description = "GPlugin Plugin Library"
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
27 docs_urls = "https://docs.imfreedom.org/gplugin/"
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
28
43213
078c9e626db9 Add Pango to the gobject introspection and gi-docgen for libpurple
Gary Kramlich <grim@reaperworld.com>
parents: 43068
diff changeset
29 [dependencies."Pango-1.0"]
078c9e626db9 Add Pango to the gobject introspection and gi-docgen for libpurple
Gary Kramlich <grim@reaperworld.com>
parents: 43068
diff changeset
30 name = "Pango"
078c9e626db9 Add Pango to the gobject introspection and gi-docgen for libpurple
Gary Kramlich <grim@reaperworld.com>
parents: 43068
diff changeset
31 description = "Internationalized text layout and rendering"
078c9e626db9 Add Pango to the gobject introspection and gi-docgen for libpurple
Gary Kramlich <grim@reaperworld.com>
parents: 43068
diff changeset
32 docs_url = "https://docs.gtk.org/Pango/"
078c9e626db9 Add Pango to the gobject introspection and gi-docgen for libpurple
Gary Kramlich <grim@reaperworld.com>
parents: 43068
diff changeset
33
41164
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
34 [theme]
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
35 name = "basic"
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
36 show_index_summary = true
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
37 show_class_hierarchy = true
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
38
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
39 [source-location]
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
40 base_url = "https://keep.imfreedom.org/pidgin/pidgin/file/default/"
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
41
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
42 [extra]
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
43 # The same order will be used when generating the index
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
44 content_files = [
43068
a974441beed0 Add an overview on how commands work
Gary Kramlich <grim@reaperworld.com>
parents: 42998
diff changeset
45 "contributing.md",
a974441beed0 Add an overview on how commands work
Gary Kramlich <grim@reaperworld.com>
parents: 42998
diff changeset
46 "section-commands.md",
a974441beed0 Add an overview on how commands work
Gary Kramlich <grim@reaperworld.com>
parents: 42998
diff changeset
47 "tut_c_plugins.md",
41164
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
48 ]
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
49 content_images = [
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
50 ]
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
51 urlmap_file = "urlmap.js"
42656
df9aafbae930 Add a doc-check unit test to libpurple and fix the issues it has found
Gary Kramlich <grim@reaperworld.com>
parents: 42556
diff changeset
52
df9aafbae930 Add a doc-check unit test to libpurple and fix the issues it has found
Gary Kramlich <grim@reaperworld.com>
parents: 42556
diff changeset
53 [[object]]
df9aafbae930 Add a doc-check unit test to libpurple and fix the issues it has found
Gary Kramlich <grim@reaperworld.com>
parents: 42556
diff changeset
54 pattern = "DEPRECATED_IN_*"
df9aafbae930 Add a doc-check unit test to libpurple and fix the issues it has found
Gary Kramlich <grim@reaperworld.com>
parents: 42556
diff changeset
55 hidden = true
df9aafbae930 Add a doc-check unit test to libpurple and fix the issues it has found
Gary Kramlich <grim@reaperworld.com>
parents: 42556
diff changeset
56
df9aafbae930 Add a doc-check unit test to libpurple and fix the issues it has found
Gary Kramlich <grim@reaperworld.com>
parents: 42556
diff changeset
57 [[object]]
df9aafbae930 Add a doc-check unit test to libpurple and fix the issues it has found
Gary Kramlich <grim@reaperworld.com>
parents: 42556
diff changeset
58 name = "DEPRECATED_FOR"
df9aafbae930 Add a doc-check unit test to libpurple and fix the issues it has found
Gary Kramlich <grim@reaperworld.com>
parents: 42556
diff changeset
59 hidden = true
df9aafbae930 Add a doc-check unit test to libpurple and fix the issues it has found
Gary Kramlich <grim@reaperworld.com>
parents: 42556
diff changeset
60
df9aafbae930 Add a doc-check unit test to libpurple and fix the issues it has found
Gary Kramlich <grim@reaperworld.com>
parents: 42556
diff changeset
61 [[object]]
df9aafbae930 Add a doc-check unit test to libpurple and fix the issues it has found
Gary Kramlich <grim@reaperworld.com>
parents: 42556
diff changeset
62 name = "UNAVAILABLE"
df9aafbae930 Add a doc-check unit test to libpurple and fix the issues it has found
Gary Kramlich <grim@reaperworld.com>
parents: 42556
diff changeset
63 hidden = true
df9aafbae930 Add a doc-check unit test to libpurple and fix the issues it has found
Gary Kramlich <grim@reaperworld.com>
parents: 42556
diff changeset
64
df9aafbae930 Add a doc-check unit test to libpurple and fix the issues it has found
Gary Kramlich <grim@reaperworld.com>
parents: 42556
diff changeset
65 [[object]]
df9aafbae930 Add a doc-check unit test to libpurple and fix the issues it has found
Gary Kramlich <grim@reaperworld.com>
parents: 42556
diff changeset
66 name = "UNAVAILABLE_MACRO"
df9aafbae930 Add a doc-check unit test to libpurple and fix the issues it has found
Gary Kramlich <grim@reaperworld.com>
parents: 42556
diff changeset
67 hidden = true
df9aafbae930 Add a doc-check unit test to libpurple and fix the issues it has found
Gary Kramlich <grim@reaperworld.com>
parents: 42556
diff changeset
68
df9aafbae930 Add a doc-check unit test to libpurple and fix the issues it has found
Gary Kramlich <grim@reaperworld.com>
parents: 42556
diff changeset
69 [[object]]
df9aafbae930 Add a doc-check unit test to libpurple and fix the issues it has found
Gary Kramlich <grim@reaperworld.com>
parents: 42556
diff changeset
70 name = "UNAVAILABLE_STATIC_INLINE"
df9aafbae930 Add a doc-check unit test to libpurple and fix the issues it has found
Gary Kramlich <grim@reaperworld.com>
parents: 42556
diff changeset
71 hidden = true
df9aafbae930 Add a doc-check unit test to libpurple and fix the issues it has found
Gary Kramlich <grim@reaperworld.com>
parents: 42556
diff changeset
72
df9aafbae930 Add a doc-check unit test to libpurple and fix the issues it has found
Gary Kramlich <grim@reaperworld.com>
parents: 42556
diff changeset
73 [[object]]
df9aafbae930 Add a doc-check unit test to libpurple and fix the issues it has found
Gary Kramlich <grim@reaperworld.com>
parents: 42556
diff changeset
74 name = "UNAVAILABLE_TYPE"
42995
006b071042ed Replace the core-initialized signal with Purple.Ui::started
Gary Kramlich <grim@reaperworld.com>
parents: 42847
diff changeset
75 hidden = true

mercurial