libpurple/certificate.h

branch
soc.2013.gobjectification.plugins
changeset 37156
5902dd574c6e
parent 37131
fe9ff76f1c6c
parent 36150
d8633f765a9e
child 37158
96b5ab42da00
--- a/libpurple/certificate.h	Fri Jun 27 01:07:11 2014 +0530
+++ b/libpurple/certificate.h	Wed Jul 09 11:42:34 2014 +0530
@@ -236,12 +236,6 @@
  *                <sbr/>@crt:    Certificate instance
  *                <sbr/>Returns: Binary DER representation of certificate - must
  *                               be freed using g_byte_array_free().
- * @get_display_string: Retrieves a string representation of the certificate
- *                      suitable for display
- *                      <sbr/>@crt:   Certificate instance
- *                      <sbr/>Returns: User-displayable string representation of
- *                                     certificate - must be freed using
- *                                     g_free().
  *
  * A certificate type.
  *
@@ -275,8 +269,6 @@
 	GSList * (* import_certificates)(const gchar * filename);
 	GByteArray * (* get_der_data)(PurpleCertificate *crt);
 
-	gchar * (* get_display_string)(PurpleCertificate *crt);
-
 	/*< private >*/
 	void (*_purple_reserved1)(void);
 };
@@ -697,7 +689,8 @@
  *
  * Retrieve a certificate from a pool.
  *
- * Returns: Retrieved certificate, or NULL if it wasn't there
+ * Returns: 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);

mercurial