comparison ChangeLog.API @ 31710:4dabe4bdfb29

conversation: Strip off the exposed function pointers. Getting that into a useful form would take a bit more planning than I was hoping.
author Paul Aurich <paul@darkrain42.org>
date Tue, 21 Jun 2011 01:40:54 +0000
parents 47f7b8ca6149
children 298685661f89
comparison
equal deleted inserted replaced
31709:5e173ccbfdb8 31710:4dabe4bdfb29
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
2 2
3 version 2.9.0 (MM/DD/YYYY): 3 version 2.9.0 (MM/DD/YYYY):
4 libpurple: 4 libpurple:
5 Added: 5 Added:
6 * Hash table and equivalence function to PurpleConvChat struct, 6 * Hash table to PurpleConvChat struct, used to make
7 which makes purple_conv_chat_cb_find O(1). The equivalence 7 purple_conv_chat_cb_find O(1).
8 function should only be set by a prpl, and must only be set
9 before any occupants are in the room.
10 * ui_data opaque pointer to PurpleConvChatBuddy struct. 8 * ui_data opaque pointer to PurpleConvChatBuddy struct.
11 9
12 Deprecated: 10 Deprecated:
13 * purple_conv_chat_set_users 11 * purple_conv_chat_set_users
14 * PurpleConvChat in_room list 12 * PurpleConvChat in_room list