# HG changeset patch
# User Yoshiki Yazawa (paragraph) tag into HTML. */
+static void
+msim_markup_p_to_html(MsimSession *session, xmlnode *root, gchar **begin, gchar **end)
+{
+ /* Just pass through unchanged.
+ *
+ * Note: attributes currently aren't passed, if there are any. */
+ *begin = g_strdup(" ");
+ *end = g_strdup("
+
+ @signaldef certificate-stored
+ @signalproto
+void (*certificate_stored)(PurpleCertificatePool *pool, const gchar *id, gpointer data);
+ @endsignalproto
+ @signaldesc
+ Emitted when a pool stores a certificate. Connect to the pool instance.
+ @param pool Pool the certificate has been stored into
+ @param id Key the certificate was stored under
+ @endsignaldef
+
+ @signaldef certificate-deleted
+ @signalproto
+void (*certificate_deleted)(PurpleCertificatePool *pool, const gchar *id, gpointer data);
+ @endsignalproto
+ @signaldesc
+ Emitted when a pool deletes a certificate. Connect to the pool instance.
+ @param pool Pool the certificate was deleted from
+ @param id Key that was deleted
+ @endsignaldef
+
+ */
+// vim: syntax=c tw=75 et
diff -r 5e76304ebcc8 -r 7f8cf35fc99b doc/funniest_home_convos.txt
--- a/doc/funniest_home_convos.txt Sat Aug 25 08:42:33 2007 +0000
+++ b/doc/funniest_home_convos.txt Tue Aug 28 09:20:27 2007 +0000
@@ -474,3 +474,16 @@
19:23 <-- elb has quit (K-lined)
+19:01
(paragraph) tag into HTML. */ -static void -msim_markup_p_to_html(MsimSession *session, xmlnode *root, gchar **begin, gchar **end) -{ - /* Just pass through unchanged. - * - * Note: attributes currently aren't passed, if there are any. */ - *begin = g_strdup("
"); - *end = g_strdup("
"); -} - -/** Convert the msim markup