doc/reference/pidgin/pidgin-docs.xml

Fri, 05 Mar 2021 03:31:29 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Fri, 05 Mar 2021 03:31:29 -0600
changeset 40810
28d50eece92d
parent 40762
a7aca87d5ceb
child 40858
2bd48c93678a
permissions
-rw-r--r--

Create a PidginAvatar widget.

This does everything the existing code does, but trying to integrate right now
is kind of difficult. The plan is to use this in a new PidginInfoPane I have
started, but that change got very large so I just packed it into the end of
the existing info pane.

The only things that are not implement right now, are making menu items
insensitive and that's because we need to figure out a better want to handle
custom avatars for users.

Testing Done:
Ran locally.

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

35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
1 <?xml version="1.0"?>
40534
8dad2981fb86 Separate the AccountChooser from its model and move options to filters
Gary Kramlich <grim@reaperworld.com>
parents: 40533
diff changeset
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
3 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
4
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
5 <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
6 <!ENTITY version SYSTEM "version.xml">
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
7 ]>
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
8 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
9 <bookinfo>
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
10 <title>Pidgin Reference Manual</title>
35438
959833cecad7 Add introductions on doc index pages
Ankit Vani <a@nevitus.org>
parents: 35425
diff changeset
11 <abstract>
959833cecad7 Add introductions on doc index pages
Ankit Vani <a@nevitus.org>
parents: 35425
diff changeset
12 <title>Pidgin &version;</title>
959833cecad7 Add introductions on doc index pages
Ankit Vani <a@nevitus.org>
parents: 35425
diff changeset
13 <para>
959833cecad7 Add introductions on doc index pages
Ankit Vani <a@nevitus.org>
parents: 35425
diff changeset
14 Pidgin is a GTK+ frontend to libpurple.
959833cecad7 Add introductions on doc index pages
Ankit Vani <a@nevitus.org>
parents: 35425
diff changeset
15 </para>
959833cecad7 Add introductions on doc index pages
Ankit Vani <a@nevitus.org>
parents: 35425
diff changeset
16 </abstract>
35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
17 </bookinfo>
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
18
37395
b46c3e15775e Use the same doc style for Finch Pidgin and Purple
Jorge Villaseñor <salinasv@pidgin.im>
parents: 37133
diff changeset
19 <part id="API">
35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
20 <title>API Reference</title>
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
21
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
22 <xi:include href="xml/gtkaccount.xml" />
35451
206524351826 Add sections for finch and re-arrange its doc index
Ankit Vani <a@nevitus.org>
parents: 35448
diff changeset
23 <xi:include href="xml/gtkblist.xml" />
35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
24 <xi:include href="xml/gtkconn.xml" />
35451
206524351826 Add sections for finch and re-arrange its doc index
Ankit Vani <a@nevitus.org>
parents: 35448
diff changeset
25 <xi:include href="xml/gtkconv.xml" />
206524351826 Add sections for finch and re-arrange its doc index
Ankit Vani <a@nevitus.org>
parents: 35448
diff changeset
26 <xi:include href="xml/gtkconvwin.xml" />
39714
60257ba57a28 Clean up some failures in the docs
Gary Kramlich <grim@reaperworld.com>
parents: 39627
diff changeset
27 <xi:include href="xml/gtkdialogs.xml" />
60257ba57a28 Clean up some failures in the docs
Gary Kramlich <grim@reaperworld.com>
parents: 39627
diff changeset
28 <xi:include href="xml/gtkdnd-hints.xml" />
60257ba57a28 Clean up some failures in the docs
Gary Kramlich <grim@reaperworld.com>
parents: 39627
diff changeset
29 <xi:include href="xml/gtkicon-theme-loader.xml" />
35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
30 <xi:include href="xml/gtkicon-theme.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
31 <xi:include href="xml/gtkidle.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
32 <xi:include href="xml/gtkmedia.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
33 <xi:include href="xml/gtknotify.xml" />
35451
206524351826 Add sections for finch and re-arrange its doc index
Ankit Vani <a@nevitus.org>
parents: 35448
diff changeset
34 <xi:include href="xml/gtkpluginpref.xml" />
35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
35 <xi:include href="xml/gtkprefs.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
36 <xi:include href="xml/gtkprivacy.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
37 <xi:include href="xml/gtkrequest.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
38 <xi:include href="xml/gtkroomlist.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
39 <xi:include href="xml/gtksavedstatuses.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
40 <xi:include href="xml/gtkscrollbook.xml" />
35778
8ea15abd8688 Comments: PurpleSmileyTheme
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35770
diff changeset
41 <xi:include href="xml/gtksmiley-manager.xml" />
8ea15abd8688 Comments: PurpleSmileyTheme
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35770
diff changeset
42 <xi:include href="xml/gtksmiley-theme.xml" />
39714
60257ba57a28 Clean up some failures in the docs
Gary Kramlich <grim@reaperworld.com>
parents: 39627
diff changeset
43 <xi:include href="xml/gtkstatus-icon-theme.xml" />
35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
44 <xi:include href="xml/gtkstatusbox.xml" />
39714
60257ba57a28 Clean up some failures in the docs
Gary Kramlich <grim@reaperworld.com>
parents: 39627
diff changeset
45 <xi:include href="xml/gtkutils.xml" />
60257ba57a28 Clean up some failures in the docs
Gary Kramlich <grim@reaperworld.com>
parents: 39627
diff changeset
46 <xi:include href="xml/gtkwhiteboard.xml" />
60257ba57a28 Clean up some failures in the docs
Gary Kramlich <grim@reaperworld.com>
parents: 39627
diff changeset
47 <xi:include href="xml/gtkxfer.xml" />
60257ba57a28 Clean up some failures in the docs
Gary Kramlich <grim@reaperworld.com>
parents: 39627
diff changeset
48 <xi:include href="xml/minidialog.xml" />
60257ba57a28 Clean up some failures in the docs
Gary Kramlich <grim@reaperworld.com>
parents: 39627
diff changeset
49 <xi:include href="xml/pidgin.xml" />
60257ba57a28 Clean up some failures in the docs
Gary Kramlich <grim@reaperworld.com>
parents: 39627
diff changeset
50 <xi:include href="xml/pidginabout.xml" />
40534
8dad2981fb86 Separate the AccountChooser from its model and move options to filters
Gary Kramlich <grim@reaperworld.com>
parents: 40533
diff changeset
51 <xi:include href="xml/pidginaccountactionsmenu.xml" />
40233
0c7b2c569028 Add missing files to Pidgin API docs.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40232
diff changeset
52 <xi:include href="xml/pidginaccountchooser.xml" />
40534
8dad2981fb86 Separate the AccountChooser from its model and move options to filters
Gary Kramlich <grim@reaperworld.com>
parents: 40533
diff changeset
53 <xi:include href="xml/pidginaccountfilterconnected.xml" />
8dad2981fb86 Separate the AccountChooser from its model and move options to filters
Gary Kramlich <grim@reaperworld.com>
parents: 40533
diff changeset
54 <xi:include href="xml/pidginaccountfilterprotocol.xml" />
40386
65fd2cd524e5 Clean up some docs
Gary Kramlich <grim@reaperworld.com>
parents: 40385
diff changeset
55 <xi:include href="xml/pidginaccountsmenu.xml" />
40534
8dad2981fb86 Separate the AccountChooser from its model and move options to filters
Gary Kramlich <grim@reaperworld.com>
parents: 40533
diff changeset
56 <xi:include href="xml/pidginaccountstore.xml" />
40386
65fd2cd524e5 Clean up some docs
Gary Kramlich <grim@reaperworld.com>
parents: 40385
diff changeset
57 <xi:include href="xml/pidginactiongroup.xml" />
40711
3ec3eae31fe4 Fix a number of issues with the pidgin api reference
Gary Kramlich <grim@reaperworld.com>
parents: 40695
diff changeset
58 <xi:include href="xml/pidginapplication.xml" />
40526
c8cc1a4c4a02 Add support for message attachments
Gary Kramlich <grim@reaperworld.com>
parents: 40510
diff changeset
59 <xi:include href="xml/pidginattachment.xml" />
40810
28d50eece92d Create a PidginAvatar widget.
Gary Kramlich <grim@reaperworld.com>
parents: 40762
diff changeset
60 <xi:include href="xml/pidginavatar.xml" />
40585
e48ab6b7e367 Rename remaining mentions of gtkcellrendererexpander into pidgincellrendererexpander
Sorvival <sorvival@tutanota.com>
parents: 40577
diff changeset
61 <xi:include href="xml/pidgincellrendererexpander.xml" />
40533
b1921b17b683 Replace some utility functions with actual widgets
Gary Kramlich <grim@reaperworld.com>
parents: 40526
diff changeset
62 <xi:include href="xml/pidginclosebutton.xml" />
40233
0c7b2c569028 Add missing files to Pidgin API docs.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40232
diff changeset
63 <xi:include href="xml/pidgincontactcompletion.xml" />
40728
2dbfbaeefe40 Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents: 40723
diff changeset
64 <xi:include href="xml/pidgincontactlist.xml" />
40577
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents: 40534
diff changeset
65 <xi:include href="xml/pidginconversationwindow.xml" />
40711
3ec3eae31fe4 Fix a number of issues with the pidgin api reference
Gary Kramlich <grim@reaperworld.com>
parents: 40695
diff changeset
66 <xi:include href="xml/pidgincore.xml" />
40730
12b38cca63d7 Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents: 40728
diff changeset
67 <xi:include href="xml/pidgincredentialproviderstore.xml" />
12b38cca63d7 Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents: 40728
diff changeset
68 <xi:include href="xml/pidgincredentialspage.xml" />
39714
60257ba57a28 Clean up some failures in the docs
Gary Kramlich <grim@reaperworld.com>
parents: 39627
diff changeset
69 <xi:include href="xml/pidgindebug.xml" />
40533
b1921b17b683 Replace some utility functions with actual widgets
Gary Kramlich <grim@reaperworld.com>
parents: 40526
diff changeset
70 <xi:include href="xml/pidgindialog.xml" />
39714
60257ba57a28 Clean up some failures in the docs
Gary Kramlich <grim@reaperworld.com>
parents: 39627
diff changeset
71 <xi:include href="xml/pidgingdkpixbuf.xml" />
40233
0c7b2c569028 Add missing files to Pidgin API docs.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40232
diff changeset
72 <xi:include href="xml/pidginicon.xml" />
0c7b2c569028 Add missing files to Pidgin API docs.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40232
diff changeset
73 <xi:include href="xml/pidgininvitedialog.xml" />
39714
60257ba57a28 Clean up some failures in the docs
Gary Kramlich <grim@reaperworld.com>
parents: 39627
diff changeset
74 <xi:include href="xml/pidginlog.xml" />
40211
45afb46a918d Fix the docs and potfiles
Gary Kramlich <grim@reaperworld.com>
parents: 39714
diff changeset
75 <xi:include href="xml/pidginmenutray.xml" />
39714
60257ba57a28 Clean up some failures in the docs
Gary Kramlich <grim@reaperworld.com>
parents: 39627
diff changeset
76 <xi:include href="xml/pidginmessage.xml" />
40385
c3e9a7d14e6f Move the mood api to it's own files and remove the remaining bits of the old menu bar from gtkblist
Gary Kramlich <grim@reaperworld.com>
parents: 40377
diff changeset
77 <xi:include href="xml/pidginmooddialog.xml" />
40223
10206095ed25 Add pidginplugininfo and pidginpluginsdialog to the docs while removing gtkplugin
Gary Kramlich <grim@reaperworld.com>
parents: 40214
diff changeset
78 <xi:include href="xml/pidginplugininfo.xml" />
10206095ed25 Add pidginplugininfo and pidginpluginsdialog to the docs while removing gtkplugin
Gary Kramlich <grim@reaperworld.com>
parents: 40214
diff changeset
79 <xi:include href="xml/pidginpluginsdialog.xml" />
40377
be51a9f44cea Fix up the docs for PidginBuddyListMenu and PidginPluginsMenu.
Gary Kramlich <grim@reaperworld.com>
parents: 40234
diff changeset
80 <xi:include href="xml/pidginpluginsmenu.xml" />
40652
0006f8158d6e Extract pidgin_presence_get_icon_name from PidginPresenceIcon so others can use it.
Gary Kramlich <grim@reaperworld.com>
parents: 40601
diff changeset
81 <xi:include href="xml/pidginpresence.xml" />
40601
228284223862 Create PidginPresenceIcon that displays the correct icon for its bound PurplePresence
Gary Kramlich <grim@reaperworld.com>
parents: 40592
diff changeset
82 <xi:include href="xml/pidginpresenceicon.xml" />
40711
3ec3eae31fe4 Fix a number of issues with the pidgin api reference
Gary Kramlich <grim@reaperworld.com>
parents: 40695
diff changeset
83 <xi:include href="xml/pidginprotocolchooser.xml" />
3ec3eae31fe4 Fix a number of issues with the pidgin api reference
Gary Kramlich <grim@reaperworld.com>
parents: 40695
diff changeset
84 <xi:include href="xml/pidginprotocolstore.xml" />
35451
206524351826 Add sections for finch and re-arrange its doc index
Ankit Vani <a@nevitus.org>
parents: 35448
diff changeset
85 <xi:include href="xml/pidginstock.xml" />
40695
df2674f2d982 Rename the pidgin_style_* api to pidgin_style_context_*
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
86 <xi:include href="xml/pidginstylecontext.xml" />
39395
4c014de35067 doc: Add missing Pidgin sections to documentation
Mike Ruprecht <cmaiku@gmail.com>
parents: 39310
diff changeset
87 <xi:include href="xml/pidgintalkatu.xml" />
39714
60257ba57a28 Clean up some failures in the docs
Gary Kramlich <grim@reaperworld.com>
parents: 39627
diff changeset
88 <xi:include href="xml/pidgintooltip.xml" />
40533
b1921b17b683 Replace some utility functions with actual widgets
Gary Kramlich <grim@reaperworld.com>
parents: 40526
diff changeset
89 <xi:include href="xml/pidginwindow.xml" />
37395
b46c3e15775e Use the same doc style for Finch Pidgin and Purple
Jorge Villaseñor <salinasv@pidgin.im>
parents: 37133
diff changeset
90 </part>
35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
91
37395
b46c3e15775e Use the same doc style for Finch Pidgin and Purple
Jorge Villaseñor <salinasv@pidgin.im>
parents: 37133
diff changeset
92 <part id="signals">
35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
93 <title>Purple-signals Reference</title>
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
94
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
95 <xi:include href="signals_gtkaccount.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
96 <xi:include href="signals_gtkblist.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
97 <xi:include href="signals_gtkconv.xml" />
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
98 <xi:include href="signals_gtklog.xml" />
37395
b46c3e15775e Use the same doc style for Finch Pidgin and Purple
Jorge Villaseñor <salinasv@pidgin.im>
parents: 37133
diff changeset
99 </part>
35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
100
40227
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40214
diff changeset
101 <part>
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40214
diff changeset
102 <title>Appendices</title>
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40214
diff changeset
103
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40214
diff changeset
104 <index id="api-index-full">
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40214
diff changeset
105 <title>API Index</title>
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40214
diff changeset
106 <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40214
diff changeset
107 </index>
35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
108
40227
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40214
diff changeset
109 <index id="api-deprecated">
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40214
diff changeset
110 <title>Index of deprecated symbols</title>
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40214
diff changeset
111 <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40214
diff changeset
112 </index>
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40214
diff changeset
113
40231
95cb23d6bf48 Add 3.0.0 new API index to Pidgin docs.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40227
diff changeset
114 <index id="api-3.0.0">
95cb23d6bf48 Add 3.0.0 new API index to Pidgin docs.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40227
diff changeset
115 <title>Index of new symbols in 3.0.0</title>
95cb23d6bf48 Add 3.0.0 new API index to Pidgin docs.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40227
diff changeset
116 <xi:include href="xml/api-index-3.0.0.xml"><xi:fallback /></xi:include>
95cb23d6bf48 Add 3.0.0 new API index to Pidgin docs.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40227
diff changeset
117 </index>
40232
8c47b8137dab Add Since tags for 2.10.0.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40231
diff changeset
118 <index id="api-2.10.0">
8c47b8137dab Add Since tags for 2.10.0.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40231
diff changeset
119 <title>Index of new symbols in 2.10.0</title>
8c47b8137dab Add Since tags for 2.10.0.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40231
diff changeset
120 <xi:include href="xml/api-index-2.10.0.xml"><xi:fallback /></xi:include>
8c47b8137dab Add Since tags for 2.10.0.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40231
diff changeset
121 </index>
40231
95cb23d6bf48 Add 3.0.0 new API index to Pidgin docs.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40227
diff changeset
122
40227
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40214
diff changeset
123 <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
a9ce65b33ff6 doc: Rename API indices to match libgnt.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40214
diff changeset
124 </part>
35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
125 </book>

mercurial