| 21 * purple_account_privacy_get_permitted |
21 * purple_account_privacy_get_permitted |
| 22 * PurpleAccountPresence and PurpleBuddyPresence inherit PurplePresence |
22 * PurpleAccountPresence and PurpleBuddyPresence inherit PurplePresence |
| 23 * purple_account_presence_new |
23 * purple_account_presence_new |
| 24 * purple_buddy_presence_new |
24 * purple_buddy_presence_new |
| 25 * purple_account_register_completed |
25 * purple_account_register_completed |
| 26 * PurpleAESCipher, PurpleDESCipher, PurpleDES3Cipher, PurpleHMACCipher, |
|
| 27 PurplePBKDF2Cipher and PurpleRC4Cipher inherit PurpleCipher |
|
| 28 * purple_aes_cipher_new |
|
| 29 * purple_des3_cipher_new |
|
| 30 * purple_des_cipher_new |
|
| 31 * purple_hmac_cipher_new |
|
| 32 * purple_pbkdf2_cipher_new |
|
| 33 * purple_rc4_cipher_new |
|
| 34 * purple_blist_node_is_transient |
26 * purple_blist_node_is_transient |
| 35 * purple_blist_node_set_transient |
27 * purple_blist_node_set_transient |
| 36 * purple_certificate_get_der_data |
28 * purple_certificate_get_der_data |
| 37 * purple_certificate_get_display_string |
29 * purple_certificate_get_display_string |
| 38 * purple_chat_user_get_alias |
30 * purple_chat_user_get_alias |
| 53 * purple_conversation_message_get_conv |
45 * purple_conversation_message_get_conv |
| 54 * PurpleCountingNode, inherits PurpleBlistNode |
46 * PurpleCountingNode, inherits PurpleBlistNode |
| 55 * purple_counting_node_get_* |
47 * purple_counting_node_get_* |
| 56 * purple_counting_node_change_* |
48 * purple_counting_node_change_* |
| 57 * purple_counting_node_set_* |
49 * purple_counting_node_set_* |
| 58 * PurpleHash and purple_hash_* API |
|
| 59 * PurpleMD4Hash, PurpleMD5Hash, PurpleSHA1Hash and PurpleSHA265Hash |
|
| 60 inherit PurpleHash |
|
| 61 * purple_md4_hash_new |
|
| 62 * purple_md5_hash_new |
|
| 63 * purple_sha1_hash_new |
|
| 64 * purple_sha256_hash_new |
|
| 65 * PurpleIMConversation and PurpleChatConversation inherit |
50 * PurpleIMConversation and PurpleChatConversation inherit |
| 66 PurpleConversation |
51 PurpleConversation |
| 67 * purple_notify_emails_pending |
52 * purple_notify_emails_pending |
| 68 * purple_notify_emails_present |
53 * purple_notify_emails_present |
| 69 * purple_notify_searchresult_column_get_title |
54 * purple_notify_searchresult_column_get_title |
| 195 GObjects), blistnodetypes (Buddy, Chat, Contact, Group GObjects) |
180 GObjects), blistnodetypes (Buddy, Chat, Contact, Group GObjects) |
| 196 * circbuffer.h renamed to circularbuffer.h |
181 * circbuffer.h renamed to circularbuffer.h |
| 197 * conversation.h has been split into conversation.h |
182 * conversation.h has been split into conversation.h |
| 198 (PurpleConversation), conversationtypes.h (PurpleIMConversation and |
183 (PurpleConversation), conversationtypes.h (PurpleIMConversation and |
| 199 PurpleChatConversation) and conversations.h (Conversations subsystem) |
184 PurpleChatConversation) and conversations.h (Conversations subsystem) |
| 200 * Files in libpurple/ciphers have been renamed. To use a particular |
|
| 201 cipher, include its header. |
|
| 202 * Renamed ft.h file to xfer.h |
185 * Renamed ft.h file to xfer.h |
| 203 * Renamed plugin.h file to plugins.h |
186 * Renamed plugin.h file to plugins.h |
| 204 * prpl.h has been split into protocol.h (PurpleProtocol GObject and |
187 * prpl.h has been split into protocol.h (PurpleProtocol GObject and |
| 205 protocol interfaces) and protocols.h (protocols subsystem) |
188 protocol interfaces) and protocols.h (protocols subsystem) |
| 206 * status.h has been split into status.h (Status API) and presence.h |
189 * status.h has been split into status.h (Status API) and presence.h |
| 257 Please see the documentation for details. |
240 Please see the documentation for details. |
| 258 * purple_conv_chat_cb_* functions are now purple_chat_user_* |
241 * purple_conv_chat_cb_* functions are now purple_chat_user_* |
| 259 * Replaced 'chat-buddy' with 'chat-user' in conversation signals |
242 * Replaced 'chat-buddy' with 'chat-user' in conversation signals |
| 260 * Replaced chatname, buddyname arguments of 'chat-user-flags' (formerly |
243 * Replaced chatname, buddyname arguments of 'chat-user-flags' (formerly |
| 261 'chat-buddy-flags') signal with PurpleChatUser * |
244 'chat-buddy-flags') signal with PurpleChatUser * |
| 262 * PurpleCipher split into PurpleCipher and PurpleHash, both are |
|
| 263 GObjects. Please see the documentation for details. |
|
| 264 * purple_cipher_context_* functions are now purple_cipher_* |
|
| 265 * PurpleCircBuffer changed to PurpleCircularBuffer, is now a GObject. |
245 * PurpleCircBuffer changed to PurpleCircularBuffer, is now a GObject. |
| 266 Please see the documentation for details. |
246 Please see the documentation for details. |
| 267 * purple_circ_buffer_* functions are now purple_circular_buffer_* |
247 * purple_circ_buffer_* functions are now purple_circular_buffer_* |
| 268 * purple_connection_error now takes a PurpleConnectionError |
248 * purple_connection_error now takes a PurpleConnectionError |
| 269 as the second parameter |
249 as the second parameter |
| 428 * purple_buddy_icons_set_custom_icon |
407 * purple_buddy_icons_set_custom_icon |
| 429 * purple_certificate_check_signature_chain_with_failing. Use |
408 * purple_certificate_check_signature_chain_with_failing. Use |
| 430 purple_certificate_check_signature_chain, instead |
409 purple_certificate_check_signature_chain, instead |
| 431 * purple_certificate_display_x509. Use purple_request_certificate, |
410 * purple_certificate_display_x509. Use purple_request_certificate, |
| 432 instead |
411 instead |
| 433 * PurpleCipherContext |
412 * Purple Cipher API (PurpleCipherContext and friends). |
| 434 * purple_cipher_context_destroy |
413 Use GLib's GHmac or GChecksum instead. |
| 435 * purple_cipher_context_get_data |
|
| 436 * purple_cipher_context_get_option |
|
| 437 * purple_cipher_context_new |
|
| 438 * purple_cipher_context_new_by_name |
|
| 439 * purple_cipher_context_set_data |
|
| 440 * purple_cipher_context_set_option |
|
| 441 * purple_cipher_get_capabilities |
|
| 442 * purple_cipher_get_name |
|
| 443 * PurpleCipherOps |
|
| 444 * purple_ciphers_* |
|
| 445 * PurpleCipher's init and uninit operations |
|
| 446 * purple_connection_error_reason |
414 * purple_connection_error_reason |
| 447 * purple_connection_new |
415 * purple_connection_new |
| 448 * purple_connection_new_unregister |
416 * purple_connection_new_unregister |
| 449 * purple_connection_destroy |
417 * purple_connection_destroy |
| 450 * purple_connection_set_account |
418 * purple_connection_set_account |