gntpounce.h

Go to the documentation of this file.
00001 
00025 #ifndef _FINCHPOUNCE_H_
00026 #define _FINCHPOUNCE_H_
00027 
00028 #include "pounce.h"
00029 
00037 void finch_pounce_editor_show(PurpleAccount *account, const char *name,
00038                                 PurplePounce *cur_pounce);
00039 
00043 void finch_pounces_manager_show(void);
00044 
00048 void finch_pounces_manager_hide(void);
00049 
00055 void *finch_pounces_get_handle(void);
00056 
00060 void finch_pounces_init(void);
00061 
00065 void finch_pounces_uninit(void);
00066 
00067 #endif /* _PURPLE_GTKPOUNCE_H_ */