Mercurial > pidgin
diff ChangeLog.API @ 29707:4d0ccbc905aa
account: Add copies of connection signed-(on|off) and connection-error.
These are useful for D-Bus, where a program has no ability to figure out
what account correlates to a signed-off or connection-error signal without
tracking (before-hand) the association with account and connection id
(by the time the program tries to call purple_connection_get_account, the
gc is destroyed). Fixes #11130.
Patch from Yonas Yanfa (I fixed a few issues and moved it all to account.c)
committer: Paul Aurich <paul@darkrain42.org>
author | yonas.yanfa@gmail.com |
---|---|
date | Mon, 12 Apr 2010 03:55:07 +0000 |
parents | c35fd54ec64b |
children | b983db2b01f5 35a1cf247168 |
line wrap: on
line diff
--- a/ChangeLog.API Mon Apr 12 03:42:03 2010 +0000 +++ b/ChangeLog.API Mon Apr 12 03:55:07 2010 +0000 @@ -3,6 +3,10 @@ version 2.7.0 (??/??/????): libpurple: Added: + * Account signals (see account-signals.dox); useful for D-Bus + * account-signed-on + * account-signed-off + * account-connection-error * purple_account_get_name_for_display * purple_buddy_get_media_caps * purple_buddy_set_media_caps