gtksavedstatuses.h

Go to the documentation of this file.
00001 
00025 #ifndef _PIDGINSAVEDSTATUSES_H_
00026 #define _PIDGINSAVEDSTATUSES_H_
00027 
00028 #include "savedstatuses.h"
00029 #include "status.h"
00030 
00034 void pidgin_status_window_show(void);
00035 
00039 void pidgin_status_window_hide(void);
00040 
00058 void pidgin_status_editor_show(gboolean edit, PurpleSavedStatus *status);
00059 
00068 GtkWidget *pidgin_status_menu(PurpleSavedStatus *status, GCallback callback);
00069 
00075 void *pidgin_status_get_handle(void);
00076 
00080 void pidgin_status_init(void);
00081 
00085 void pidgin_status_uninit(void);
00086 
00087 #endif /* _PIDGINSAVEDSTATUSES_H_ */