Sat, 22 Sep 2007 20:42:40 +0000
Revert Sean's change made in 603d11d2afa75893b2d930dcc54647fed2665476 to
autogen.sh. He added a --previous argument to glib-gettextize, which I get
an error about and can't find documented anywhere. If this was legit, it
should be re-committed with appropriate testing for backwards compatibility and
a proper commit message.
/** @page certificate-signals Certificate Signals @signals @signal certificate-stored @signal certificate-deleted @endsignals <hr> @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