pidgin/pidgin

33c30c4b33b4
Parents 2948449ffd12
Children 42ba908c25c7
Clarify docs - the PurpleCertificate from purple_certificate_pool_retrieve must
be freed using purple_certificate_destroy.
--- a/libpurple/certificate.h Wed Jun 25 18:41:59 2014 -0400
+++ b/libpurple/certificate.h Wed Jun 25 18:57:26 2014 -0400
@@ -639,7 +639,8 @@
* Retrieve a certificate from a pool.
* @param pool Pool to fish in
* @param id ID to look up
- * @return Retrieved certificate, or NULL if it wasn't there
+ * @return Retrieved certificate (to be freed with purple_certificate_destroy),
+ * or NULL if it wasn't there
*/
PurpleCertificate *
purple_certificate_pool_retrieve(PurpleCertificatePool *pool, const gchar *id);