comparison ChangeLog.API @ 18776:adb8092d3267

On Tue, 2007-07-31 at 08:50 -0400, Evan Schoenberg wrote: > The libpurple 2.1.0 changelog.API lists > purple_image_data_calculate_filename() as an added function, but I > can't find it. Was it added and subsequently removed? I suspect so.
author Richard Laager <rlaager@wiktel.com>
date Thu, 02 Aug 2007 12:20:59 +0000
parents 473a3db9e691
children 7a594763c229
comparison
equal deleted inserted replaced
18775:ffec8cb71858 18776:adb8092d3267
17 * purple_conversation_do_command 17 * purple_conversation_do_command
18 * purple_conversation_get_extended_menu 18 * purple_conversation_get_extended_menu
19 * purple_core_ensure_single_instance 19 * purple_core_ensure_single_instance
20 This is for UIs to use to ensure only one copy is running. 20 This is for UIs to use to ensure only one copy is running.
21 * purple_dbus_is_owner 21 * purple_dbus_is_owner
22 * purple_image_data_calculate_filename
23 * purple_timeout_add_seconds 22 * purple_timeout_add_seconds
24 Callers should prefer this to purple_timeout_add for timers 23 Callers should prefer this to purple_timeout_add for timers
25 longer than 1 second away. Be aware of the rounding, though. 24 longer than 1 second away. Be aware of the rounding, though.
26 * purple_timeout_add_seconds 25 * purple_timeout_add_seconds
27 Callers should prefer this to purple_timeout_add for timers 26 Callers should prefer this to purple_timeout_add for timers