Thu, 19 Jul 2007 08:00:05 +0000
- Add a Certificate GTK management interface type
| pidgin/gtkcertmgr.h | file | annotate | diff | comparison | revisions |
--- 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); }; /**************************************************************************/