# HG changeset patch # User William Ehlhardt # Date 1182483523 0 # Node ID eac58c6caae737bf73dc2514e8870d3a640f57a7 # Parent 895831f93380c9839d156abad0181848ea509ad3 - More documentation diff -r 895831f93380 -r eac58c6caae7 libpurple/certificate.h --- a/libpurple/certificate.h Fri Jun 22 03:33:52 2007 +0000 +++ b/libpurple/certificate.h Fri Jun 22 03:38:43 2007 +0000 @@ -107,7 +107,8 @@ * Retrieves the certificate public key fingerprint using SHA1 * * @param crt Certificate instance - * @return Binary representation of SHA1 hash + * @return Binary representation of SHA1 hash - must be freed using + * g_byte_array_free() */ GByteArray * (* get_fingerprint_sha1)(PurpleCertificate *crt);