comparison ChangeLog.API @ 31457:d7be95afe03a

Tweak kartikmohta's patch a bit to use accessors instead of directly accessing struct members, add the @since tag to the doxygen comment in the API addition, and add the API addition to !ChangeLog.API. Refs #1131.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Fri, 08 Apr 2011 01:21:15 +0000
parents a9e077fb65e9
children 6c9ff026927f
comparison
equal deleted inserted replaced
31456:4076f53cdd84 31457:d7be95afe03a
11 * purple_notify_user_info_add_pair_plaintext 11 * purple_notify_user_info_add_pair_plaintext
12 * purple_media_get_active_local_candidates 12 * purple_media_get_active_local_candidates
13 * purple_media_get_active_remote_candidates 13 * purple_media_get_active_remote_candidates
14 * purple_media_manager_get_video_caps (Jakub Adam) (#13095) 14 * purple_media_manager_get_video_caps (Jakub Adam) (#13095)
15 * purple_media_manager_set_video_caps (Jakub Adam) (#13095) 15 * purple_media_manager_set_video_caps (Jakub Adam) (#13095)
16 * purple_pounce_destroy_all_by_buddy (Kartik Mohta) (#1131)
16 * Added add_buddy_with_invite to PurplePluginProtocolInfo 17 * Added add_buddy_with_invite to PurplePluginProtocolInfo
17 * Added add_buddies_with_invite to PurplePluginProtocolInfo 18 * Added add_buddies_with_invite to PurplePluginProtocolInfo
18 * Added PurpleSrvTxtQueryUiOps which allow UIs to specify their 19 * Added PurpleSrvTxtQueryUiOps which allow UIs to specify their
19 own mechanisms to resolve SRV and/or TXT queries. It works 20 own mechanisms to resolve SRV and/or TXT queries. It works
20 similar to PurpleDnsQueryUiOps 21 similar to PurpleDnsQueryUiOps