comparison ChangeLog.API @ 21334:e76b99d95214

disapproval of revision '77472405559c3b4779b5a300cc433f2e03b4e336'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:01:26 +0000
parents f0ec79698fb7
children 7b30d02a36aa
comparison
equal deleted inserted replaced
21245:f0ec79698fb7 21334:e76b99d95214
32 * purple_request_file_with_hint() 32 * purple_request_file_with_hint()
33 * purple_request_folder_with_hint() 33 * purple_request_folder_with_hint()
34 * purple_request_input_with_hint() 34 * purple_request_input_with_hint()
35 * purple_request_ok_cancel_with_hint() 35 * purple_request_ok_cancel_with_hint()
36 * purple_request_yes_no_with_hint() 36 * purple_request_yes_no_with_hint()
37
38 UI hints set by libpurple:
39 * PURPLE_REQUEST_UI_HINT_ACCOUNT
40 * PURPLE_REQUEST_UI_HINT_BLIST
41 * PURPLE_REQUEST_UI_HINT_BUDDY
42 * PURPLE_REQUEST_UI_HINT_CONV
43 * PURPLE_REQUEST_UI_HINT_REGISTER
44 * PURPLE_REQUEST_UI_HINT_XFER
45
46 Common UI hints set by UIs:
47 * PURPLE_REQUEST_UI_HINT_ACCOUNTMGR
48 * PURPLE_REQUEST_UI_HINT_CERTMGR
49 * PURPLE_REQUEST_UI_HINT_PLUGINMGR
50 * PURPLE_REQUEST_UI_HINT_POUNCEMGR
51 * PURPLE_REQUEST_UI_HINT_PREFSMGR
52 * PURPLE_REQUEST_UI_HINT_STATUSMGR
53 37
54 Changed: 38 Changed:
55 * purple_plugin_unload() now honors the return value of a 39 * purple_plugin_unload() now honors the return value of a
56 plugin's unload function and can actually return FALSE now. 40 plugin's unload function and can actually return FALSE now.
57 * purple_plugin_unload() no longer does its own notifications 41 * purple_plugin_unload() no longer does its own notifications