changeset 18937:eac58c6caae7

- More documentation
author William Ehlhardt <williamehlhardt@gmail.com>
date Fri, 22 Jun 2007 03:38:43 +0000
parents 895831f93380
children f2ddc4b10d72
files libpurple/certificate.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);