comparison libpurple/plugins/perl/common/Certificate.xs @ 32727:089acf3a8aa1

Remove purple_certificate_display_x509 from Perl wrappers.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 28 Feb 2012 07:10:15 +0000
parents 1bcedeb32bb4
children
comparison
equal deleted inserted replaced
32726:c47349fcd270 32727:089acf3a8aa1
64 purple_certificate_copy(crt) 64 purple_certificate_copy(crt)
65 Purple::Certificate crt 65 Purple::Certificate crt
66 66
67 void 67 void
68 purple_certificate_destroy(crt) 68 purple_certificate_destroy(crt)
69 Purple::Certificate crt
70
71 void
72 purple_certificate_display_x509(crt)
73 Purple::Certificate crt 69 Purple::Certificate crt
74 70
75 ## changed order of arguments, so that $cert->export($file) could be used 71 ## changed order of arguments, so that $cert->export($file) could be used
76 gboolean 72 gboolean
77 purple_certificate_export(crt, filename) 73 purple_certificate_export(crt, filename)