comparison src/roomlist.h @ 9030:7ab20f829190

[gaim-migrate @ 9806] Siege updated the code for creating right-click menu's for buddies, chats, groups, etc. It uses more stuff from the blist API and less stuff from multi.h. It also combines the code for right-click menus for chats, buddies, etc. (all types of blist nodes). So PRPLs and plugins can easily add right-click menu options to anything in the buddy list in a clean way. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 23 May 2004 17:27:45 +0000
parents b540c735a6ad
children 5d9c991549cd
comparison
equal deleted inserted replaced
9029:697e169dac12 9030:7ab20f829190
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25 25
26 #ifndef _GAIM_ROOMLIST_H_ 26 #ifndef _GAIM_ROOMLIST_H_
27 #define _GAIM_ROOMLIST_H_ 27 #define _GAIM_ROOMLIST_H_
28
29
30 #include <glib/glist.h>
31 #include "account.h"
32
28 33
29 /**************************************************************************/ 34 /**************************************************************************/
30 /** Data Structures */ 35 /** Data Structures */
31 /**************************************************************************/ 36 /**************************************************************************/
32 37