# HG changeset patch # User William Ehlhardt # Date 1184832005 0 # Node ID caec09fdcc12da8178603f59fadc6e778e5c29f3 # Parent 284199d26040dce7ee662b5075952148439676e5 - Add a Certificate GTK management interface type diff -r 284199d26040 -r caec09fdcc12 pidgin/gtkcertmgr.h --- a/pidgin/gtkcertmgr.h Thu Jul 19 07:44:24 2007 +0000 +++ b/pidgin/gtkcertmgr.h Thu Jul 19 08:00:05 2007 +0000 @@ -31,14 +31,14 @@ /************************************************************************** * @name Structures * **************************************************************************/ -/* @TODO : this stuff may not be needed; see .c file */ typedef struct _PidginCertificateManager PidginCertificateManager; -/** GTK+ Certificate Manager */ +/** + * GTK+ Certificate Manager subwidget + */ struct _PidginCertificateManager { - GtkWidget *window; - - /* I am very empty :( */ + /** Create, configure, show, and return the management interface */ + GtkWidget * (* build)(void); }; /**************************************************************************/