comparison src/gtkblist.h @ 5906:390d32a6b130

[gaim-migrate @ 6338] auto-join for chats in the buddy list. Yes, the interface sucks. I suck at making interfaces. I'm sure someone more talented will make it pretty, or maybe even HIG-y. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 16 Jun 2003 05:14:05 +0000
parents 059d95c67cda
children 1b56a833d665
comparison
equal deleted inserted replaced
5905:dbe2a2174be9 5906:390d32a6b130
3 * @ingroup gtkui 3 * @ingroup gtkui
4 * 4 *
5 * gaim 5 * gaim
6 * 6 *
7 * Copyright (C) 2002-2003, Sean Egan <sean.egan@binghamton.edu> 7 * Copyright (C) 2002-2003, Sean Egan <sean.egan@binghamton.edu>
8 * 8 *
9 * This program is free software; you can redistribute it and/or modify 9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by 10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or 11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version. 12 * (at your option) any later version.
13 * 13 *
80 ((list)->ui_ops == gaim_get_gtk_blist_ui_ops()) 80 ((list)->ui_ops == gaim_get_gtk_blist_ui_ops())
81 81
82 /************************************************************************** 82 /**************************************************************************
83 * @name GTK+ Buddy List API 83 * @name GTK+ Buddy List API
84 **************************************************************************/ 84 **************************************************************************/
85
86 /**
87 * Initializes the GTK+ blist system.
88 */
89 void gaim_gtk_blist_init(void);
90
85 /** 91 /**
86 * Returns the UI operations structure for the buddy list. 92 * Returns the UI operations structure for the buddy list.
87 * 93 *
88 * @return The GTK list operations structure. 94 * @return The GTK list operations structure.
89 */ 95 */