comparison src/gtkconv.c @ 10297:ec140184437b

[gaim-migrate @ 11480] "After applying this patch, which modifies the make files and makes the @file/@ingroup markers at the top of several gtk files more uniform, the following files should be renamed: dnd-hints.h -> gtkdnd-hints.h dnd-hints.c -> gtkdnd-hints.c gaim-disclosure.h -> gtkgaim-disclosure.h gaim-disclosure.c -> gtkgaim-disclosure.c stock.h -> gtkstock.h stock.c -> gtkstock.c I believe that completes the renaming of files which are explicitly for gtkgaim; all files in /gaim/src which depend upon gtk should now have gtk in their name. There are two candidates which might be considered part of gtkgaim rather than part of the core, but I didn't modify them: session.c and log.c. Both are quite gaim-UI specific, it seems, particularly session, but perhaps other UIs could also make use of their functionality. -Evan " committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 02 Dec 2004 20:34:19 +0000
parents 3016b1b32339
children 61852117568f
comparison
equal deleted inserted replaced
10296:a7b2fd5efcf2 10297:ec140184437b
1 /** 1 /**
2 * @file gtkconv.h GTK+ Conversation API 2 * @file gtkconv.c GTK+ Conversation API
3 * @ingroup gtkui 3 * @ingroup gtkui
4 *
5 * gaim
4 * 6 *
5 * Gaim is the legal property of its developers, whose names are too numerous 7 * Gaim is the legal property of its developers, whose names are too numerous
6 * to list here. Please refer to the COPYRIGHT file distributed with this 8 * to list here. Please refer to the COPYRIGHT file distributed with this
7 * source distribution. 9 * source distribution.
8 * 10 *
47 #include "prpl.h" 49 #include "prpl.h"
48 #include "request.h" 50 #include "request.h"
49 #include "sound.h" 51 #include "sound.h"
50 #include "util.h" 52 #include "util.h"
51 53
52 #include "dnd-hints.h" 54 #include "gtkdnd-hints.h"
53 #include "gtkblist.h" 55 #include "gtkblist.h"
54 #include "gtkconv.h" 56 #include "gtkconv.h"
55 #include "gtkdialogs.h" 57 #include "gtkdialogs.h"
56 #include "gtkimhtml.h" 58 #include "gtkimhtml.h"
57 #include "gtkimhtmltoolbar.h" 59 #include "gtkimhtmltoolbar.h"
58 #include "gtklog.h" 60 #include "gtklog.h"
59 #include "gtkpounce.h" 61 #include "gtkpounce.h"
60 #include "gtkprivacy.h" 62 #include "gtkprivacy.h"
61 #include "gtkutils.h" 63 #include "gtkutils.h"
62 #include "stock.h" 64 #include "gtkstock.h"
63 65
64 /* XXX */ 66 /* XXX */
65 #include "gaim.h" 67 #include "gaim.h"
66 68
67 #define AUTO_RESPONSE "&lt;AUTO-REPLY&gt; : " 69 #define AUTO_RESPONSE "&lt;AUTO-REPLY&gt; : "