comparison ChangeLog.API @ 30266:b9df84b0574f

Sort.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 30 Apr 2010 03:50:31 +0000
parents e72f6383095b
children eec68edb463f
comparison
equal deleted inserted replaced
30265:e72f6383095b 30266:b9df84b0574f
6 * Account signals (see account-signals.dox); useful for D-Bus 6 * Account signals (see account-signals.dox); useful for D-Bus
7 * account-signed-on 7 * account-signed-on
8 * account-signed-off 8 * account-signed-off
9 * account-connection-error 9 * account-connection-error
10 * purple_account_get_name_for_display 10 * purple_account_get_name_for_display
11 * purple_account_get_privacy_type
11 * purple_account_get_public_alias 12 * purple_account_get_public_alias
12 * purple_account_get_privacy_type 13 * purple_account_set_privacy_type
13 * purple_account_set_public_alias 14 * purple_account_set_public_alias
14 * purple_account_set_privacy_type 15 * buddy-caps-changed blist signal
16 * Added media_caps to the PurpleBuddy struct
15 * purple_buddy_get_media_caps 17 * purple_buddy_get_media_caps
16 * purple_buddy_set_media_caps 18 * purple_buddy_set_media_caps
19 * purple_certificates_import for importing multiple
20 certificates from a single file (and corresponding
21 import_certificates member of PurpleCertificateScheme struct)
22 * autojoin connection signal
17 * purple_contact_get_group 23 * purple_contact_get_group
24 * sent-attention conversation signal
25 * got-attention conversation signal
26 * ui-caps-changed media manager signal
18 * purple_media_candidate_copy 27 * purple_media_candidate_copy
19 * purple_media_codec_copy 28 * purple_media_codec_copy
20 * purple_media_manager_get_backend_type 29 * purple_media_manager_get_backend_type
21 * purple_media_manager_set_backend_type 30 * purple_media_manager_set_backend_type
31 * PurpleMood struct in status.h
22 * purple_network_get_all_local_system_ips, which returns all 32 * purple_network_get_all_local_system_ips, which returns all
23 local IPs on the system. On systems with the getifaddrs() 33 local IPs on the system. On systems with the getifaddrs()
24 function, this will return both IPv4 and IPv6 addresses 34 function, this will return both IPv4 and IPv6 addresses
25 (excluding link-local and loopback addresses). On others, 35 (excluding link-local and loopback addresses). On others,
26 it returns just IPv4 addresses. 36 it returns just IPv4 addresses.
29 versions without _family in 3.0.0 and allow the caller to 39 versions without _family in 3.0.0 and allow the caller to
30 specifically request either an IPv4 or IPv6 socket. IPv6 is 40 specifically request either an IPv4 or IPv6 socket. IPv6 is
31 only supported if the getaddrinfo() function is available 41 only supported if the getaddrinfo() function is available
32 at build-time (not the case on Windows, currently). 42 at build-time (not the case on Windows, currently).
33 * purple_prpl_got_media_caps 43 * purple_prpl_got_media_caps
44 * purple_request_action_with_icon
45 * purple_request_action_with_icon_varg
34 * purple_socket_get_family 46 * purple_socket_get_family
35 * purple_socket_speaks_ipv4 47 * purple_socket_speaks_ipv4
36 * purple_unescape_text 48 * purple_unescape_text
37 * purple_uuid_random 49 * purple_uuid_random
38 * purple_xfer_get_thumbnail 50 * purple_xfer_get_thumbnail
39 * purple_xfer_get_thumbnail_mimetype 51 * purple_xfer_get_thumbnail_mimetype
40 * purple_xfer_set_thumbnail 52 * purple_xfer_set_thumbnail
41 * purple_xfer_prepare_thumbnail 53 * purple_xfer_prepare_thumbnail
42 * purple_request_action_with_icon
43 * purple_request_action_with_icon_varg
44 * media_caps to the PurpleBuddy struct
45 * buddy-caps-changed blist signal
46 * ui-caps-changed media manager signal
47 * sent-attention conversation signal
48 * got-attention conversation signal
49 * PurpleMood struct in status.h
50 * purple_certificates_import for importing multiple
51 certificates from a single file (and corresponding
52 import_certificates member of PurpleCertificateScheme struct)
53 * autojoin connection signal
54 54
55 Pidgin: 55 Pidgin:
56 Added: 56 Added:
57 * pidgin_dialogs_buildinfo (should not be used by anything but Pidgin) 57 * pidgin_dialogs_buildinfo (should not be used by anything but Pidgin)
58 * pidgin_dialogs_developers (should not be used by anything but Pidgin) 58 * pidgin_dialogs_developers (should not be used by anything but Pidgin)