ChangeLog.API

branch
release-2.1.0
changeset 18108
cb8669f16994
parent 18105
bab0b0bcb664
parent 18101
3ce21b5a182c
child 18124
ab653ee99e42
equal deleted inserted replaced
18105:bab0b0bcb664 18108:cb8669f16994
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

mercurial