doc/reference/libpurple/ui_ops.xml

Tue, 17 Nov 2020 22:05:15 -0600

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Tue, 17 Nov 2020 22:05:15 -0600
changeset 40612
f2f4d445ff7b
parent 40243
474bc477bda8
child 40613
55230eededd8
permissions
-rw-r--r--

Use gio for bonjour xfer closing.

Just one more thing I missed because it used `recv` unlike everything else.

Testing Done:
Send/receive with bonjour on the same machine, checking debug window for errors.

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

35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
1 <?xml version='1.0' encoding="ISO-8859-1"?>
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
2 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
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 <chapter id="chapter-ui-ops">
35435
6244260231f3 Add links to UIOps structures in ui_ops.xml
Ankit Vani <a@nevitus.org>
parents: 35389
diff changeset
6 <title>List of <literal>UiOps</literal> Structures</title>
35389
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 <para>
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
9 When implementing a UI for libpurple, you need to fill in various UiOps
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
10 structures:
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
11
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
12 <itemizedlist>
35435
6244260231f3 Add links to UIOps structures in ui_ops.xml
Ankit Vani <a@nevitus.org>
parents: 35389
diff changeset
13 <listitem><link linkend="PurpleAccountUiOps"><literal>PurpleAccountUiOps</literal></link></listitem>
38544
1ee40af0baea docs: Update ui_ops.xml to current list of UiOps structures
Mike Ruprecht <cmaiku@gmail.com>
parents: 38423
diff changeset
14 <listitem><link linkend="PurpleCommandsUiOps"><literal>PurpleCommandsUiOps</literal></link></listitem>
35435
6244260231f3 Add links to UIOps structures in ui_ops.xml
Ankit Vani <a@nevitus.org>
parents: 35389
diff changeset
15 <listitem><link linkend="PurpleConnectionUiOps"><literal>PurpleConnectionUiOps</literal></link></listitem>
6244260231f3 Add links to UIOps structures in ui_ops.xml
Ankit Vani <a@nevitus.org>
parents: 35389
diff changeset
16 <listitem><link linkend="PurpleConversationUiOps"><literal>PurpleConversationUiOps</literal></link></listitem>
6244260231f3 Add links to UIOps structures in ui_ops.xml
Ankit Vani <a@nevitus.org>
parents: 35389
diff changeset
17 <listitem><link linkend="PurpleCoreUiOps"><literal>PurpleCoreUiOps</literal></link></listitem>
6244260231f3 Add links to UIOps structures in ui_ops.xml
Ankit Vani <a@nevitus.org>
parents: 35389
diff changeset
18 <listitem><link linkend="PurpleIdleUiOps"><literal>PurpleIdleUiOps</literal></link></listitem>
6244260231f3 Add links to UIOps structures in ui_ops.xml
Ankit Vani <a@nevitus.org>
parents: 35389
diff changeset
19 <listitem><link linkend="PurpleNotifyUiOps"><literal>PurpleNotifyUiOps</literal></link></listitem>
6244260231f3 Add links to UIOps structures in ui_ops.xml
Ankit Vani <a@nevitus.org>
parents: 35389
diff changeset
20 <listitem><link linkend="PurpleRequestUiOps"><literal>PurpleRequestUiOps</literal></link></listitem>
6244260231f3 Add links to UIOps structures in ui_ops.xml
Ankit Vani <a@nevitus.org>
parents: 35389
diff changeset
21 <listitem><link linkend="PurpleRoomlistUiOps"><literal>PurpleRoomlistUiOps</literal></link></listitem>
6244260231f3 Add links to UIOps structures in ui_ops.xml
Ankit Vani <a@nevitus.org>
parents: 35389
diff changeset
22 <listitem><link linkend="PurpleSoundUiOps"><literal>PurpleSoundUiOps</literal></link></listitem>
6244260231f3 Add links to UIOps structures in ui_ops.xml
Ankit Vani <a@nevitus.org>
parents: 35389
diff changeset
23 <listitem><link linkend="PurpleWhiteboardUiOps"><literal>PurpleWhiteboardUiOps</literal></link></listitem>
6244260231f3 Add links to UIOps structures in ui_ops.xml
Ankit Vani <a@nevitus.org>
parents: 35389
diff changeset
24 <listitem><link linkend="PurpleXferUiOps"><literal>PurpleXferUiOps</literal></link></listitem>
35389
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
25 </itemizedlist>
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
26 </para>
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
27
884a5385bb2c Added doc/reference directory with the documentation .xml files
Ankit Vani <a@nevitus.org>
parents:
diff changeset
28 </chapter>

mercurial