Mercurial > pidgin
changeset 22211:eddcf0f2da51
Update the ChangeLog.API for the buddylist managers.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 26 Jan 2008 20:28:35 +0000 |
parents | a276345c21a0 |
children | 6bb29f94862c |
files | ChangeLog.API |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog.API Sat Jan 26 17:14:59 2008 +0000 +++ b/ChangeLog.API Sat Jan 26 20:28:35 2008 +0000 @@ -63,6 +63,12 @@ * finch_roomlist_get_ui_ops and finch_roomlist_show_all * finch_request_field_get_widget to get the widget for a request field. + * finch_blist_get_tree to get the GntTree widget representing the + buddy list. + * FinchBlistManager structure to manage the buddylist view, and some + util functions finch_blist_install_manager, + finch_blist_uninstall_manager, finch_blist_manager_find and + finch_blist_manager_add_node. libgnt: * Added gnt_tree_set_row_color to set the color for a row in a tree.