comparison ChangeLog.API @ 18046:58e28ccf08e6

merge of '9d95292d55daedb7f74c7df323ad2c69d347d384' and 'fc5f9423f83f31e42ce80066eec30cdbbae7be01'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 05 Jun 2007 01:38:09 +0000
parents 6b7b13adb9b1 c588a4a9d287
children 37a0a0f5122c
comparison
equal deleted inserted replaced
18043:6b7b13adb9b1 18046:58e28ccf08e6
13 g_timeout_add_seconds(). 13 g_timeout_add_seconds().
14 * pidgin_create_window() 14 * pidgin_create_window()
15 * purple_core_ensure_single_instance() 15 * purple_core_ensure_single_instance()
16 This is for UIs to use to ensure only one copy is running. 16 This is for UIs to use to ensure only one copy is running.
17 * purple_dbus_is_owner() 17 * purple_dbus_is_owner()
18 * purple_image_data_calculate_filename()
19 * purple_timeout_add_seconds()
20 Callers should prefer this to purple_timeout_add() for timers
21 longer than 1 second away. Be aware of the rounding, though.
18 * purple_timeout_add_seconds() 22 * purple_timeout_add_seconds()
19 Callers should prefer this to purple_timeout_add() for timers 23 Callers should prefer this to purple_timeout_add() for timers
20 longer than 1 second away. Be aware of the rounding, though. 24 longer than 1 second away. Be aware of the rounding, though.
21 * purple_conversation_get_extended_menu 25 * purple_conversation_get_extended_menu
22 * purple_conversation_do_command 26 * purple_conversation_do_command