comparison ChangeLog.API @ 32790:3e7a7e14af62

Our API really shouldn't have a 'gc' in it anymore.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 24 Oct 2011 05:37:19 +0000
parents 8878ea011fa1
children 46177ee4af40
comparison
equal deleted inserted replaced
32789:fb2458f2326b 32790:3e7a7e14af62
72 parameter 72 parameter
73 * purple_certificate_check_signature_chain now returns a list of failing 73 * purple_certificate_check_signature_chain now returns a list of failing
74 PurpleCertificate*s as the second parameter 74 PurpleCertificate*s as the second parameter
75 * purple_connection_error now takes a PurpleConnectionError 75 * purple_connection_error now takes a PurpleConnectionError
76 as the second parameter 76 as the second parameter
77 * purple_conversation_get_gc renamed to
78 purple_conversation_get_connection
77 * purple_dnsquery_a now takes a PurpleAccount as the first parameter 79 * purple_dnsquery_a now takes a PurpleAccount as the first parameter
78 * purple_network_listen now takes the protocol family as the second 80 * purple_network_listen now takes the protocol family as the second
79 parameter 81 parameter
80 * purple_network_listen now takes a boolean indicating external port 82 * purple_network_listen now takes a boolean indicating external port
81 mapping as the fourth parameter 83 mapping as the fourth parameter