comparison ChangeLog.API @ 17811:e62095e99db0

Add new function purple_xfer_get_remote_user. Expose the xfer-functions to dbus. Register the xfer's so dbus-scripts can play with them, and we don't get a runtime dbus-whining.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 27 May 2007 21:35:47 +0000
parents 274ceb453176
children 79c1f60ece2e
comparison
equal deleted inserted replaced
17810:8bc2b7ec45c1 17811:e62095e99db0
5 * purple_conversation_get_extended_menu 5 * purple_conversation_get_extended_menu
6 * purple_conversation_do_command 6 * purple_conversation_do_command
7 * pidgin_retrieve_user_info, shows immediate feedback when getting 7 * pidgin_retrieve_user_info, shows immediate feedback when getting
8 information about a user. 8 information about a user.
9 * gtk_imhtml_setup_entry 9 * gtk_imhtml_setup_entry
10 * purple_xfer_get_remote_user
10 11
11 Changed: 12 Changed:
12 * pidgin_separator returns the separator added to the menu. 13 * pidgin_separator returns the separator added to the menu.
13 * pidgin_append_menu_action returns the menuitem added to the menu. 14 * pidgin_append_menu_action returns the menuitem added to the menu.
14 15