gtkprivacy.h

Go to the documentation of this file.
00001 
00025 #ifndef _PIDGINPRIVACY_H_
00026 #define _PIDGINPRIVACY_H_
00027 
00028 #include "privacy.h"
00029 
00033 void pidgin_privacy_init(void);
00034 
00038 void pidgin_privacy_dialog_show(void);
00039 
00043 void pidgin_privacy_dialog_hide(void);
00044 
00054 void pidgin_request_add_permit(PurpleAccount *account, const char *name);
00055 
00065 void pidgin_request_add_block(PurpleAccount *account, const char *name);
00066 
00072 PurplePrivacyUiOps *pidgin_privacy_get_ui_ops(void);
00073 
00074 #endif /* _PIDGINPRIVACY_H_ */