comparison ChangeLog.API @ 30118: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
comparison
equal deleted inserted replaced
30117:ae2b1f9bde75 30118:4d0ccbc905aa
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
2 2
3 version 2.7.0 (??/??/????): 3 version 2.7.0 (??/??/????):
4 libpurple: 4 libpurple:
5 Added: 5 Added:
6 * Account signals (see account-signals.dox); useful for D-Bus
7 * account-signed-on
8 * account-signed-off
9 * account-connection-error
6 * purple_account_get_name_for_display 10 * purple_account_get_name_for_display
7 * purple_buddy_get_media_caps 11 * purple_buddy_get_media_caps
8 * purple_buddy_set_media_caps 12 * purple_buddy_set_media_caps
9 * purple_contact_get_group 13 * purple_contact_get_group
10 * purple_media_candidate_copy 14 * purple_media_candidate_copy