doc/ui-ops.dox

Wed, 03 Oct 2007 14:39:43 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Wed, 03 Oct 2007 14:39:43 +0000
changeset 20816
bb55605a4b8d
parent 19127
0df21f28444a
child 22526
4223bc1ce147
permissions
-rw-r--r--

plucked revision to convert input from locale to utf8.
applied changes from 993fb1ddb2641d61186ba02a33ea311619d3120a
through 967c309eece08bbcbf0e9833ab268ba44a509165

19127
0df21f28444a Add a page to the documentation listing all UiOps structures.
Will Thompson <resiak@pidgin.im>
parents:
diff changeset
1 /** @page ui-ops UiOps structures
0df21f28444a Add a page to the documentation listing all UiOps structures.
Will Thompson <resiak@pidgin.im>
parents:
diff changeset
2
0df21f28444a Add a page to the documentation listing all UiOps structures.
Will Thompson <resiak@pidgin.im>
parents:
diff changeset
3 When implementing a UI for libpurple, you need to fill in various UiOps
0df21f28444a Add a page to the documentation listing all UiOps structures.
Will Thompson <resiak@pidgin.im>
parents:
diff changeset
4 structures:
0df21f28444a Add a page to the documentation listing all UiOps structures.
Will Thompson <resiak@pidgin.im>
parents:
diff changeset
5
0df21f28444a Add a page to the documentation listing all UiOps structures.
Will Thompson <resiak@pidgin.im>
parents:
diff changeset
6 - #PurpleAccountUiOps
0df21f28444a Add a page to the documentation listing all UiOps structures.
Will Thompson <resiak@pidgin.im>
parents:
diff changeset
7 - #PurpleBlistUiOps
0df21f28444a Add a page to the documentation listing all UiOps structures.
Will Thompson <resiak@pidgin.im>
parents:
diff changeset
8 - #PurpleConnectionUiOps
0df21f28444a Add a page to the documentation listing all UiOps structures.
Will Thompson <resiak@pidgin.im>
parents:
diff changeset
9 - #PurpleConversationUiOps
0df21f28444a Add a page to the documentation listing all UiOps structures.
Will Thompson <resiak@pidgin.im>
parents:
diff changeset
10 - #PurpleCoreUiOps
0df21f28444a Add a page to the documentation listing all UiOps structures.
Will Thompson <resiak@pidgin.im>
parents:
diff changeset
11 - #PurpleDebugUiOps
0df21f28444a Add a page to the documentation listing all UiOps structures.
Will Thompson <resiak@pidgin.im>
parents:
diff changeset
12 - #PurpleDnsQueryUiOps
0df21f28444a Add a page to the documentation listing all UiOps structures.
Will Thompson <resiak@pidgin.im>
parents:
diff changeset
13 - #PurpleEventLoopUiOps
0df21f28444a Add a page to the documentation listing all UiOps structures.
Will Thompson <resiak@pidgin.im>
parents:
diff changeset
14 - #PurpleIdleUiOps
0df21f28444a Add a page to the documentation listing all UiOps structures.
Will Thompson <resiak@pidgin.im>
parents:
diff changeset
15 - #PurpleNotifyUiOps
0df21f28444a Add a page to the documentation listing all UiOps structures.
Will Thompson <resiak@pidgin.im>
parents:
diff changeset
16 - #PurplePrivacyUiOps
0df21f28444a Add a page to the documentation listing all UiOps structures.
Will Thompson <resiak@pidgin.im>
parents:
diff changeset
17 - #PurpleRequestUiOps
0df21f28444a Add a page to the documentation listing all UiOps structures.
Will Thompson <resiak@pidgin.im>
parents:
diff changeset
18 - #PurpleRoomlistUiOps
0df21f28444a Add a page to the documentation listing all UiOps structures.
Will Thompson <resiak@pidgin.im>
parents:
diff changeset
19 - #PurpleSoundUiOps
0df21f28444a Add a page to the documentation listing all UiOps structures.
Will Thompson <resiak@pidgin.im>
parents:
diff changeset
20 - #PurpleWhiteboardUiOps
0df21f28444a Add a page to the documentation listing all UiOps structures.
Will Thompson <resiak@pidgin.im>
parents:
diff changeset
21 - #PurpleXferUiOps
0df21f28444a Add a page to the documentation listing all UiOps structures.
Will Thompson <resiak@pidgin.im>
parents:
diff changeset
22
0df21f28444a Add a page to the documentation listing all UiOps structures.
Will Thompson <resiak@pidgin.im>
parents:
diff changeset
23 */
0df21f28444a Add a page to the documentation listing all UiOps structures.
Will Thompson <resiak@pidgin.im>
parents:
diff changeset
24 // vim: ft=c.doxygen

mercurial