comparison ChangeLog.API @ 18121:9b9e202eb449

merge of 'bfe8046c64de924e7495c4913a6db09a462b1d85' and 'dedd3ec8f99fdd14b30a54ea1142e9daee336eff'
author Richard Laager <rlaager@wiktel.com>
date Sat, 16 Jun 2007 20:34:35 +0000
parents 97b735ca9d7a ab6d2763b8d8
children 323272a9bb65
comparison
equal deleted inserted replaced
18113:97b735ca9d7a 18121:9b9e202eb449
19 * purple_conversation_do_command 19 * purple_conversation_do_command
20 * purple_conversation_get_extended_menu 20 * purple_conversation_get_extended_menu
21 * purple_core_ensure_single_instance 21 * purple_core_ensure_single_instance
22 This is for UIs to use to ensure only one copy is running. 22 This is for UIs to use to ensure only one copy is running.
23 * purple_dbus_is_owner 23 * purple_dbus_is_owner
24 * purple_dbusify_const_GList
25 * purple_dbusify_const_GSList
26 * purple_const_GList_to_array
27 * purple_const_GSList_to_array
28 * purple_image_data_calculate_filename 24 * purple_image_data_calculate_filename
29 * pidgin_retrieve_user_info, shows immediate feedback when getting 25 * pidgin_retrieve_user_info, shows immediate feedback when getting
30 information about a user. 26 information about a user.
31 * purple_timeout_add_seconds 27 * purple_timeout_add_seconds
32 Callers should prefer this to purple_timeout_add for timers 28 Callers should prefer this to purple_timeout_add for timers
37 * purple_xfer_get_remote_user 33 * purple_xfer_get_remote_user
38 * gtk_imhtml_animation_new 34 * gtk_imhtml_animation_new
39 Can be used for inserting an animated image into an IMHTML. 35 Can be used for inserting an animated image into an IMHTML.
40 36
41 Changed: 37 Changed:
42 * Mark some return types const: 38 * The documentation of the following functions now properly
39 declares that the returned value must not be modified or
40 freed, which was always the case:
43 * purple_accounts_get_all 41 * purple_accounts_get_all
44 * purple_connections_get_all 42 * purple_connections_get_all
45 * purple_connections_get_connecting 43 * purple_connections_get_connecting
46 * purple_conv_chat_get_ignored 44 * purple_conv_chat_get_ignored
47 * purple_conv_chat_get_users 45 * purple_conv_chat_get_users
48 * purple_get_chats 46 * purple_get_chats
49 * purple_get_conversations 47 * purple_get_conversations
50 * purple_get_ims 48 * purple_get_ims
51 * purple_notify_user_info_get_entries 49 * purple_notify_user_info_get_entries
52 50 * The following functions now return a GList* instead of a
53 Deprecated: 51 const GList*, as const is not very useful with GLists. The
54 * purple_dbusify_GList: Use purple_dbusify_const_GList (and 52 returned value still must not be modified or freed:
55 g_list_free if needed) if depending on 2.1.0 is okay. 53 * purple_account_get_status_types
56 * purple_dbusify_GSList: Use purple_dbusify_const_GSList (and 54 * purple_mime_document_get_fields
57 g_slist_free if needed) if depending on 2.1.0 is okay.. 55 * purple_mime_document_get_parts
58 * purple_GList_to_array: Use purple_const_GList_to_array (and 56 * purple_mime_part_get_fields
59 g_list_free if needed) if depending on 2.1.0 is okay.. 57 * purple_request_fields_get_required
60 * purple_GSList_to_array: Use purple_const_GSList_to_array (and 58 * purple_request_field_list_get_selected
61 g_slist_free if needed) if depending on 2.1.0 is okay.. 59 * purple_request_field_list_get_items
60 * purple_status_type_get_attrs
61 * purple_presence_get_statuses
62 * purple_request_field_list_set_selected now takes a GList*
63 instead of a const GList* for items, as const is not very
64 useful with GLists. The passed list is still not modified
65 or freed.
66 * purple_presence_add_list now takes a GList* instead of a
67 const GList* for source_list, as const is not very useful with
68 GLists. The passed list is still not modified or freed.
62 69
63 Pidgin: 70 Pidgin:
64 Changed: 71 Changed:
65 * pidgin_append_menu_action returns the menuitem added to the menu. 72 * pidgin_append_menu_action returns the menuitem added to the menu.
66 * pidgin_separator returns the separator added to the menu. 73 * pidgin_separator returns the separator added to the menu.
67 74
68 Finch: 75 Finch:
69 Added: 76 Added:
70 * finch_retrieve_user_info 77 * finch_retrieve_user_info
78
79 Changed:
80 * gnt_tree_get_rows() now returns a GList* instead of a const
81 GList*, as const is not very useful with GLists. The
82 returned value still must not be modified or freed.
71 83
72 version 2.0.2 (6/14/2007): 84 version 2.0.2 (6/14/2007):
73 Pidgin: 85 Pidgin:
74 Deprecated: 86 Deprecated:
75 * pidgin_dialogs_alias_contact: This will be removed in 3.0.0 87 * pidgin_dialogs_alias_contact: This will be removed in 3.0.0