Mercurial > pidgin
changeset 18011:3cf22b52a942
ChangeLog the timeout changes, and add some commentary.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 20 May 2007 14:08:56 +0000 |
parents | 1fcd21ea6780 |
children | c6803512f30e |
files | ChangeLog.API |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog.API Sun May 20 14:05:52 2007 +0000 +++ b/ChangeLog.API Sun May 20 14:08:56 2007 +0000 @@ -2,9 +2,17 @@ version 2.1.0 (??/??/????): Added: + * PurpleEventLoopUiOps.timeout_add_seconds + UIs can now use better scheduling for whole-second timers. For + example, clients based on the glib event loop can now use + g_timeout_add_seconds(). * pidgin_create_window() * purple_core_ensure_single_instance() + This is for UIs to use to ensure only one copy is running. * purple_dbus_is_owner() + * purple_timeout_add_seconds() + Callers should prefer this to purple_timeout_add() for timers + longer than 1 second away. Be aware of the rounding, though. version 2.0.0 (5/3/2007): Please note all functions, defines, and data structures have been