ChangeLog.API

changeset 30029
367b5ada9aff
parent 30028
4f2a6183f20a
child 30043
93f407d5f92e
equal deleted inserted replaced
30028:4f2a6183f20a 30029:367b5ada9aff
15 * purple_contact_get_group 15 * purple_contact_get_group
16 * purple_media_candidate_copy 16 * purple_media_candidate_copy
17 * purple_media_codec_copy 17 * purple_media_codec_copy
18 * purple_media_manager_get_backend_type 18 * purple_media_manager_get_backend_type
19 * purple_media_manager_set_backend_type 19 * purple_media_manager_set_backend_type
20 * purple_network_get_all_local_system_ips, which returns all local 20 * purple_network_get_all_local_system_ips, which returns all
21 IPs on the system. On systems with the getifaddrs() function, 21 local IPs on the system. On systems with the getifaddrs()
22 this will return both IPv4 and IPv6 addresses (excluding link-local 22 function, this will return both IPv4 and IPv6 addresses
23 and loopback addresses). On others, it returns just IPv4 addresses. 23 (excluding link-local and loopback addresses). On others,
24 it returns just IPv4 addresses.
24 * purple_network_listen_family and 25 * purple_network_listen_family and
25 purple_network_listen_range_family. These will replace the 26 purple_network_listen_range_family. These will replace the
26 versions without _family in 3.0.0 and allow the caller to 27 versions without _family in 3.0.0 and allow the caller to
27 specifically request either an IPv4 or IPv6 socket. IPv6 is 28 specifically request either an IPv4 or IPv6 socket. IPv6 is
28 only supported if the getaddrinfo() function is available 29 only supported if the getaddrinfo() function is available
36 * buddy-caps-changed blist signal 37 * buddy-caps-changed blist signal
37 * ui-caps-changed media manager signal 38 * ui-caps-changed media manager signal
38 * sent-attention conversation signal 39 * sent-attention conversation signal
39 * got-attention conversation signal 40 * got-attention conversation signal
40 * PurpleMood struct in status.h 41 * PurpleMood struct in status.h
41 * purple_certificates_import for importing multiple certificates from 42 * purple_certificates_import for importing multiple
42 a single file (and corresponding import_certificates member of 43 certificates from a single file (and corresponding
43 PurpleCertificateScheme struct) 44 import_certificates member of PurpleCertificateScheme struct)
44 45
45 Pidgin: 46 Pidgin:
46 Added: 47 Added:
47 * pidgin_dialogs_buildinfo (should not be used by anything but Pidgin) 48 * pidgin_dialogs_buildinfo (should not be used by anything but Pidgin)
48 * pidgin_dialogs_developers (should not be used by anything but Pidgin) 49 * pidgin_dialogs_developers (should not be used by anything but Pidgin)

mercurial