Mercurial > pidgin
comparison HACKING @ 9619:da88e2cd5c53
[gaim-migrate @ 10463]
Odds n ends.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 31 Jul 2004 20:48:03 +0000 |
parents | 3434d420fe69 |
children | 4d05b6e9e9cd |
comparison
equal
deleted
inserted
replaced
9618:848e5fbcd520 | 9619:da88e2cd5c53 |
---|---|
189 of those little dialog windows are created. Things like the warn dialog | 189 of those little dialog windows are created. Things like the warn dialog |
190 and the add buddy dialog are here. Not all of the dialogs in gaim are in | 190 and the add buddy dialog are here. Not all of the dialogs in gaim are in |
191 this file, though. But most of them are. This is also where do_import | 191 this file, though. But most of them are. This is also where do_import |
192 is housed, to import buddy lists. (The actual buddy list parsing code | 192 is housed, to import buddy lists. (The actual buddy list parsing code |
193 is in util.c for winaim lists and buddy.c for gaim's own lists.) | 193 is in util.c for winaim lists and buddy.c for gaim's own lists.) |
194 | |
195 gaimrc.c: | |
196 This controls everything about the .gaimrc file. There's not really much | |
197 to say about it; this is probably one of the better designed and easier | |
198 to follow files in gaim. The important functions are towards the bottom. | |
199 This file is also utterly deprecated. It is used only for importing | |
200 on upgrade. the prefs.c and prefs.h files replace the control, | |
201 and gtkprefs.c replaces the gui component. | |
202 | 194 |
203 gtkimhtml.c: | 195 gtkimhtml.c: |
204 This is gaim's HTML widget. It replaced the old widget, GtkHtml (which | 196 This is gaim's HTML widget. It replaced the old widget, GtkHtml (which |
205 was different than GNOME's GtkHTML). It's self-contained (it doesn't | 197 was different than GNOME's GtkHTML). It's self-contained (it doesn't |
206 use any of gaim's code) and is actually a separate project from gaim | 198 use any of gaim's code) and is actually a separate project from gaim |