comparison ChangeLog.API @ 22214:2b426862ffbf

Add accessor and update finch to not touch the internals of PurpleConnection.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 26 Jan 2008 21:13:46 +0000
parents 6bb29f94862c
children b99d6d21cd79
comparison
equal deleted inserted replaced
22213:16ff37f64e29 22214:2b426862ffbf
33 * Add some PurpleBuddyListNode accessor functions: 33 * Add some PurpleBuddyListNode accessor functions:
34 * purple_blist_node_get_parent 34 * purple_blist_node_get_parent
35 * purple_blist_node_get_first_child 35 * purple_blist_node_get_first_child
36 * purple_blist_node_get_sibling_next 36 * purple_blist_node_get_sibling_next
37 * purple_blist_node_get_sibling_prev 37 * purple_blist_node_get_sibling_prev
38 * purple_chat_get_account
39 * Added last_received to PurpleConnection, the time_t of the 38 * Added last_received to PurpleConnection, the time_t of the
40 last received packet. 39 last received packet.
40 * Added some more accessor functions:
41 * purple_chat_get_account
42 * purple_connection_get_prpl
41 43
42 Pidgin: 44 Pidgin:
43 Added: 45 Added:
44 * pidgin_create_dialog to create a window that closes on escape. Also 46 * pidgin_create_dialog to create a window that closes on escape. Also
45 added utility functions pidgin_dialog_get_vbox_with_properties, 47 added utility functions pidgin_dialog_get_vbox_with_properties,