comparison src/gtkft.h @ 5034:4691c5936c01

[gaim-migrate @ 5377] More to recompile! Put some special Doxygen group tags in the documentation. I'm basically organizing it so when you do a make docs, you get a little Modules page showing "Gaim Core" and "GTK+ User Interface." This should make it easy for us to show which files belong in either category for now. This is kind of in preparation for all the core/ui split stuff I hope to start soon. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 05 Apr 2003 10:45:32 +0000
parents aa2ceea841b4
children 3becf79500d2
comparison
equal deleted inserted replaced
5033:14bbf22917d9 5034:4691c5936c01
1 /** 1 /**
2 * @file gtkft.h The GTK+ file transfer UI 2 * @file gtkft.h The GTK+ file transfer UI
3 * @ingroup gtkui
3 * 4 *
4 * gaim 5 * gaim
5 * 6 *
6 * Copyright (C) 2003, Christian Hammond <chipx86@gnupdate.org> 7 * Copyright (C) 2003, Christian Hammond <chipx86@gnupdate.org>
7 * 8 *
16 * GNU General Public License for more details. 17 * GNU General Public License for more details.
17 * 18 *
18 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 20 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 *
22 */ 22 */
23 #ifndef _GAIM_GTK_FT_H_ 23 #ifndef _GAIM_GTK_FT_H_
24 #define _GAIM_GTK_FT_H_ 24 #define _GAIM_GTK_FT_H_
25 25
26 #include "ft.h" 26 #include "ft.h"