Mercurial > pidgin.yaz
changeset 19036:caec09fdcc12
- Add a Certificate GTK management interface type
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Thu, 19 Jul 2007 08:00:05 +0000 |
parents | 284199d26040 |
children | d33d3203bbeb |
files | pidgin/gtkcertmgr.h |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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); }; /**************************************************************************/