Sun, 20 Oct 2013 15:11:49 +0530
Changed dox files to xml files for gtk-doc, and included them in the top-level XMLs.
The contents of the xml files mostly still need to be refactored.
|
36905
d256e7a2ec4c
Changed dox files to xml files for gtk-doc, and included them in the top-level XMLs.
Ankit Vani <a@nevitus.org>
parents:
36900
diff
changeset
|
1 | <?xml version='1.0' encoding="ISO-8859-1"?> |
|
d256e7a2ec4c
Changed dox files to xml files for gtk-doc, and included them in the top-level XMLs.
Ankit Vani <a@nevitus.org>
parents:
36900
diff
changeset
|
2 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" |
|
d256e7a2ec4c
Changed dox files to xml files for gtk-doc, and included them in the top-level XMLs.
Ankit Vani <a@nevitus.org>
parents:
36900
diff
changeset
|
3 | "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ |
|
d256e7a2ec4c
Changed dox files to xml files for gtk-doc, and included them in the top-level XMLs.
Ankit Vani <a@nevitus.org>
parents:
36900
diff
changeset
|
4 | ]> |
|
d256e7a2ec4c
Changed dox files to xml files for gtk-doc, and included them in the top-level XMLs.
Ankit Vani <a@nevitus.org>
parents:
36900
diff
changeset
|
5 | <chapter id="chapter-signals-protocol"> |
|
d256e7a2ec4c
Changed dox files to xml files for gtk-doc, and included them in the top-level XMLs.
Ankit Vani <a@nevitus.org>
parents:
36900
diff
changeset
|
6 | <title>Protocol signals</title> |
| 36786 | 7 | |
|
36905
d256e7a2ec4c
Changed dox files to xml files for gtk-doc, and included them in the top-level XMLs.
Ankit Vani <a@nevitus.org>
parents:
36900
diff
changeset
|
8 | <programlisting> |
| 36786 | 9 | @signals |
| 10 | @signal protocol-added | |
| 11 | @signal protocol-removed | |
| 12 | @endsignals | |
| 13 | ||
| 14 | @see protocols.h | |
| 15 | ||
| 16 | @signaldef protocol-added | |
| 17 | @signalproto | |
| 18 | void (*protocol_added)(PurpleProtocol *protocol); | |
| 19 | @endsignalproto | |
| 20 | @signaldesc | |
| 21 | Emitted when a protocol is added. | |
| 22 | @param protocol The protocol that was added. | |
| 23 | @endsignaldef | |
| 24 | ||
| 25 | @signaldef protocol-removed | |
| 26 | @signalproto | |
| 27 | void (*protocol_removed)(PurpleProtocol *protocol); | |
| 28 | @endsignalproto | |
| 29 | @signaldesc | |
| 30 | Emitted when a protocol is removed. | |
| 31 | @param protocol The protocol that was removed. | |
| 32 | @endsignaldef | |
| 33 | ||
|
36905
d256e7a2ec4c
Changed dox files to xml files for gtk-doc, and included them in the top-level XMLs.
Ankit Vani <a@nevitus.org>
parents:
36900
diff
changeset
|
34 | </programlisting> |
|
d256e7a2ec4c
Changed dox files to xml files for gtk-doc, and included them in the top-level XMLs.
Ankit Vani <a@nevitus.org>
parents:
36900
diff
changeset
|
35 | </chapter> |