comparison src/gtkimhtml.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 3ee1b1409660
children 44945824ba60
comparison
equal deleted inserted replaced
5033:14bbf22917d9 5034:4691c5936c01
1 /* 1 /**
2 * GtkIMHtml 2 * @file gtkimhtml.h Gaim IM rendering component
3 * @ingroup gtkui
3 * 4 *
4 * Copyright (C) 2000, Eric Warmenhoven <warmenhoven@yahoo.com> 5 * Copyright (C) 2000, Eric Warmenhoven <warmenhoven@yahoo.com>
5 * 6 *
6 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
7 * under the terms of the GNU General Public License as published by 8 * under the terms of the GNU General Public License as published by
14 * GNU General Public License for more details. 15 * GNU General Public License for more details.
15 * 16 *
16 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 *
20 */ 20 */
21 21
22 #ifndef __GTK_IMHTML_H 22 #ifndef __GTK_IMHTML_H
23 #define __GTK_IMHTML_H 23 #define __GTK_IMHTML_H
24 24