comparison pidgin/gtkcertmgr.h @ 19031:8c3fecc32451

- Make a real Certificate Manager dialog instead of a stupid popup. It supports "show" and "hide" and is generally wonderful
author William Ehlhardt <williamehlhardt@gmail.com>
date Wed, 18 Jul 2007 23:29:59 +0000
parents 597d3167c1cc
children caec09fdcc12
comparison
equal deleted inserted replaced
19030:7d0c12b5dda8 19031:8c3fecc32451
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 */
34 typedef struct _PidginCertificateManager PidginCertificateManager; 35 typedef struct _PidginCertificateManager PidginCertificateManager;
35 36
36 /** GTK+ Certificate Manager */ 37 /** GTK+ Certificate Manager */
37 struct _PidginCertificateManager { 38 struct _PidginCertificateManager {
38 GtkWidget *window; 39 GtkWidget *window;
47 /** 48 /**
48 * Show the certificate manager window 49 * Show the certificate manager window
49 */ 50 */
50 void pidgin_certmgr_show(void); 51 void pidgin_certmgr_show(void);
51 52
53 /**
54 * Hide the certificate manager window
55 */
56 void pidgin_certmgr_hide(void);
57
52 /*@}*/ 58 /*@}*/
53 59
54 #endif /* _PIDGINCERTMGR_H_ */ 60 #endif /* _PIDGINCERTMGR_H_ */