comparison pidgin/gtkcertmgr.h @ 19037:d33d3203bbeb

- Add label field to PidginCertificateManager
author William Ehlhardt <williamehlhardt@gmail.com>
date Thu, 19 Jul 2007 08:10:19 +0000
parents caec09fdcc12
children 44b4e8bd759b
comparison
equal deleted inserted replaced
19036:caec09fdcc12 19037:d33d3203bbeb
37 * GTK+ Certificate Manager subwidget 37 * GTK+ Certificate Manager subwidget
38 */ 38 */
39 struct _PidginCertificateManager { 39 struct _PidginCertificateManager {
40 /** Create, configure, show, and return the management interface */ 40 /** Create, configure, show, and return the management interface */
41 GtkWidget * (* build)(void); 41 GtkWidget * (* build)(void);
42 /** Notebook label to use in the CertMgr dialog */
43 gchar *label;
42 }; 44 };
43 45
44 /**************************************************************************/ 46 /**************************************************************************/
45 /** @name Certificate Manager API */ 47 /** @name Certificate Manager API */
46 /**************************************************************************/ 48 /**************************************************************************/