- More documentation soc.2007.certmgr

Fri, 22 Jun 2007 03:38:43 +0000

author
William Ehlhardt <williamehlhardt@gmail.com>
date
Fri, 22 Jun 2007 03:38:43 +0000
branch
soc.2007.certmgr
changeset 18457
e9e60bed8906
parent 18456
1971d0938744
child 18458
e2f60e9d44aa

- More documentation

libpurple/certificate.h file | annotate | diff | comparison | revisions
--- 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);
 

mercurial