Mercurial > pidgin.yaz
comparison ChangeLog.API @ 21245:f0ec79698fb7
Document the addition of the PURPLE_REQUEST_UI_HINT_* defines.
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Sun, 14 Oct 2007 20:55:36 +0000 |
| parents | 110f23ef3542 |
| children | 5915ad785ee7 e76b99d95214 |
comparison
equal
deleted
inserted
replaced
| 21244:a20ef7180680 | 21245:f0ec79698fb7 |
|---|---|
| 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 | |
| 37 | 53 |
| 38 Changed: | 54 Changed: |
| 39 * purple_plugin_unload() now honors the return value of a | 55 * purple_plugin_unload() now honors the return value of a |
| 40 plugin's unload function and can actually return FALSE now. | 56 plugin's unload function and can actually return FALSE now. |
| 41 * purple_plugin_unload() no longer does its own notifications | 57 * purple_plugin_unload() no longer does its own notifications |
