doc/ui-ops.dox

Thu, 07 Jan 2010 23:47:00 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Thu, 07 Jan 2010 23:47:00 +0000
branch
release-2.6.5
changeset 29043
987e76be147e
parent 22526
4223bc1ce147
child 34958
102488cc3c05
permissions
-rw-r--r--

*** Plucked rev d1026e37e4b82add833d2a302a41c8f84e4e2bbb (cc475d6ed3e62e0458659c41bb58ac72f63d88c9):
Fix a crash when disconnecting with a pending buddy icon fetch request.
We weren't canceling our asynchronous URL fetch

*** Plucked rev 03d1409613057bd402e5659d936f59a6d201a93e (cc475d6ed3e62e0458659c41bb58ac72f63d88c9):
Two changes:
1. If we're about to make another request to fetch an icon then cancel
the first one (if it exists)
2. When freeing a buddy, only attempt to cancel a url request if it is non-NULL

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

mercurial