libpurple/certificate.h

changeset 36150
d8633f765a9e
parent 36147
e256e8133f37
child 36200
4721e2194afa
child 37156
5902dd574c6e
--- a/libpurple/certificate.h	Mon Jul 07 23:45:17 2014 -0700
+++ b/libpurple/certificate.h	Mon Jul 07 23:57:43 2014 -0700
@@ -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);
 };

mercurial