comparison PROGRAMMING_NOTES @ 3713:e3a8baffcc24

[gaim-migrate @ 3846] *** empty log message *** committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Wed, 16 Oct 2002 19:37:15 +0000
parents 9682c0e022c6
children e074172f4a41
comparison
equal deleted inserted replaced
3712:ac6ca3890c53 3713:e3a8baffcc24
7 7
8 - Use g_getenv, g_snprintf, g_vsnprintf 8 - Use g_getenv, g_snprintf, g_vsnprintf
9 9
10 - Use gaim_home_dir instead of g_get_home_dir or g_getenv("HOME") 10 - Use gaim_home_dir instead of g_get_home_dir or g_getenv("HOME")
11 11
12 - Make sure when including win32dep.h that it is the last header to
13 be included.
12 14
13 PLUGINS & PROTOS 15 PLUGINS & PROTOS
14 ---------------- 16 ----------------
15 17
16 - G_MODULE_EXPORT all functions which are to be accessed from outside the 18 - G_MODULE_EXPORT all functions which are to be accessed from outside the