comparison libpurple/protocols/oscar/visibility.h @ 30806:4e804413b12b

Added a way to view the Visible/Invisible lists. The UI is kind of crippled, but that seems to be the best we can do with the notify API.
author ivan.komarov@soc.pidgin.im
date Tue, 29 Jun 2010 21:17:02 +0000
parents 5bfef3338383
children
comparison
equal deleted inserted replaced
30805:5bfef3338383 30806:4e804413b12b
20 20
21 #ifndef _VISIBILITY_H_ 21 #ifndef _VISIBILITY_H_
22 #define _VISIBILITY_H_ 22 #define _VISIBILITY_H_
23 23
24 #include "oscar.h" 24 #include "oscar.h"
25 #include "plugin.h"
25 #include "util.h" 26 #include "util.h"
26 27
27 PurpleMenuAction * create_visibility_menu_item(OscarData *od, const char *bname); 28 PurpleMenuAction * create_visibility_menu_item(OscarData *od, const char *bname);
29 void oscar_show_visible_list(PurplePluginAction *action);
30 void oscar_show_invisible_list(PurplePluginAction *action);
28 31
29 #endif 32 #endif