comparison ChangeLog.API @ 22098:67463431121f

Update the ChangeLog.API to reflect my API additions.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 13 Jan 2008 22:50:32 +0000
parents 1278280fa0b6
children 252b96b6a32c 2bff44d78523
comparison
equal deleted inserted replaced
22097:eab7d03edfcb 22098:67463431121f
16 * purple_roomlist_room_get_parent 16 * purple_roomlist_room_get_parent
17 * purple_roomlist_room_get_fields 17 * purple_roomlist_room_get_fields
18 * purple_roomlist_field_get_type 18 * purple_roomlist_field_get_type
19 * purple_roomlist_field_get_label 19 * purple_roomlist_field_get_label
20 * purple_roomlist_field_get_hidden 20 * purple_roomlist_field_get_hidden
21 * unlocalized_name field in PurpleAttentionType for UIs that need it.
22 * Some accessor and mutator functions for PurpleAttentionType:
23 * purple_attention_type_set_name
24 * purple_attention_type_set_incoming_desc
25 * purple_attention_type_set_outgoing_desc
26 * purple_attention_type_set_icon_name
27 * purple_attention_type_set_unlocalized_name
28 * purple_attention_type_get_name
29 * purple_attention_type_get_incoming_desc
30 * purple_attention_type_get_outgoing_desc
31 * purple_attention_type_get_icon_name
32 * purple_attention_type_get_unlocalized_name
21 33
22 Pidgin: 34 Pidgin:
23 Added: 35 Added:
24 * pidgin_create_dialog to create a window that closes on escape. Also 36 * pidgin_create_dialog to create a window that closes on escape. Also
25 added utility functions pidgin_dialog_get_vbox_with_properties, 37 added utility functions pidgin_dialog_get_vbox_with_properties,