comparison ChangeLog.API @ 22168:2bff44d78523

Add some accessor functions for PurpleBlistNode.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 21 Jan 2008 19:43:55 +0000
parents 67463431121f
children 8c5d0180c326
comparison
equal deleted inserted replaced
22154:f577201bf30f 22168:2bff44d78523
28 * purple_attention_type_get_name 28 * purple_attention_type_get_name
29 * purple_attention_type_get_incoming_desc 29 * purple_attention_type_get_incoming_desc
30 * purple_attention_type_get_outgoing_desc 30 * purple_attention_type_get_outgoing_desc
31 * purple_attention_type_get_icon_name 31 * purple_attention_type_get_icon_name
32 * purple_attention_type_get_unlocalized_name 32 * purple_attention_type_get_unlocalized_name
33 * Add some PurpleBuddyListNode accessor functions:
34 * purple_blist_node_get_parent
35 * purple_blist_node_get_first_child
36 * purple_blist_node_get_sibling_next
33 37
34 Pidgin: 38 Pidgin:
35 Added: 39 Added:
36 * pidgin_create_dialog to create a window that closes on escape. Also 40 * pidgin_create_dialog to create a window that closes on escape. Also
37 added utility functions pidgin_dialog_get_vbox_with_properties, 41 added utility functions pidgin_dialog_get_vbox_with_properties,