doc/reference/libpurple/libpurple.toml.in

Sun, 14 Apr 2024 02:32:44 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Sun, 14 Apr 2024 02:32:44 -0500
changeset 42731
c29c417539ff
parent 42727
67132affc27c
child 42733
fa0997afdc85
permissions
-rw-r--r--

Remove the old accounts signals as they're no longer used

Testing Done:
Called in the turtles.

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

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"
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
10 dependencies = [ "GLib-2.0", "GObject-2.0", "GPlugin-1.0" ]
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
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
29 [theme]
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
30 name = "basic"
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
31 show_index_summary = true
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
32 show_class_hierarchy = true
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
33
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
34 [source-location]
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
35 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
36
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
37 [extra]
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
38 # 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
39 content_files = [
41655
f0fdd404bfc4 Replace the old contributing docs with a link to the online version.
Gary Kramlich <grim@reaperworld.com>
parents: 41164
diff changeset
40 "contributing.md",
41164
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
41 "plugin_i18n.md",
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
42 "plugin_ids.md",
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
43 "signals_cmd.md",
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
44 "signals_connection.md",
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
45 "signals_conversation.md",
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
46 "signals_core.md",
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
47 "signals_jabber.md",
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
48 "tut_c_plugins.md",
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
49 ]
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
50 content_images = [
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
51 ]
d861b10105fb Convert the libpurple docs to gi-docgen
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
52 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
53
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 [[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
55 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
56 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
57
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 [[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
59 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
60 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
61
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 [[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
63 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
64 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
65
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 [[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
67 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
68 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
69
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 [[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
71 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
72 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
73
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 [[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
75 name = "UNAVAILABLE_TYPE"
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
76 hidden = true

mercurial