Mercurial > pidgin
comparison src/gtkconv.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 | 0c85078fd371 |
children | 24d0da9c56f2 |
comparison
equal
deleted
inserted
replaced
5033:14bbf22917d9 | 5034:4691c5936c01 |
---|---|
1 /** | 1 /** |
2 * @file gtkconv.h GTK+ Conversation API | 2 * @file gtkconv.h GTK+ Conversation API |
3 * @ingroup gtkui | |
3 * | 4 * |
4 * gaim | 5 * gaim |
5 * | 6 * |
6 * Copyright (C) 2002-2003, Christian Hammond <chipx86@gnupdate.org> | 7 * Copyright (C) 2002-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 | 23 |
24 #ifndef _GAIM_GTK_CONVERSATION_H_ | 24 #ifndef _GAIM_GTK_CONVERSATION_H_ |
25 #define _GAIM_GTK_CONVERSATION_H_ | 25 #define _GAIM_GTK_CONVERSATION_H_ |
26 | 26 |