| 29 #define _PIDGINCERTMGR_H_ |
29 #define _PIDGINCERTMGR_H_ |
| 30 |
30 |
| 31 /************************************************************************** |
31 /************************************************************************** |
| 32 * @name Structures * |
32 * @name Structures * |
| 33 **************************************************************************/ |
33 **************************************************************************/ |
| 34 /* @TODO : this stuff may not be needed; see .c file */ |
|
| 35 typedef struct _PidginCertificateManager PidginCertificateManager; |
34 typedef struct _PidginCertificateManager PidginCertificateManager; |
| 36 |
35 |
| 37 /** GTK+ Certificate Manager */ |
36 /** |
| |
37 * GTK+ Certificate Manager subwidget |
| |
38 */ |
| 38 struct _PidginCertificateManager { |
39 struct _PidginCertificateManager { |
| 39 GtkWidget *window; |
40 /** Create, configure, show, and return the management interface */ |
| 40 |
41 GtkWidget * (* build)(void); |
| 41 /* I am very empty :( */ |
|
| 42 }; |
42 }; |
| 43 |
43 |
| 44 /**************************************************************************/ |
44 /**************************************************************************/ |
| 45 /** @name Certificate Manager API */ |
45 /** @name Certificate Manager API */ |
| 46 /**************************************************************************/ |
46 /**************************************************************************/ |