Wed, 30 Apr 2008 11:27:17 +0000
disapproval of revision '48018e2c0eeccd0d745b803d282556e69b6b8311'
This really needs to happen with the appropriate magic necessary to allow
adding newer functions when necessary without forcing a bump in the
major. I am not necessarily succumbing to 'fear of incrementing a version
number' or anything, I just don't think this particular feature is
important or useful enough. I would be interested to see if there's still
any confusion left after the change from 'Screenname' to 'Username'.
|
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 |
|
22526
4223bc1ce147
Document PurpleEventLoopUiOps and associated misc.
Will Thompson <resiak@pidgin.im>
parents:
19127
diff
changeset
|
13 | - #PurpleEventLoopUiOps (without this, nothing will work and you will cry) |
|
19127
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 |