- Add a Certificate GTK management interface type soc.2007.certmgr

Thu, 19 Jul 2007 08:00:05 +0000

author
William Ehlhardt <williamehlhardt@gmail.com>
date
Thu, 19 Jul 2007 08:00:05 +0000
branch
soc.2007.certmgr
changeset 18820
4151da0055b3
parent 18819
f0114d3a5bb1
child 18821
7024d0ee56e1

- 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);
 };
 
 /**************************************************************************/

mercurial