comparison PROGRAMMING_NOTES @ 5338:10b5ac17fdd6

[gaim-migrate @ 5714] Note on paths written to the .gaimrc file committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Thu, 08 May 2003 23:25:54 +0000
parents 59ff9d0b7b85
children da88e2cd5c53
comparison
equal deleted inserted replaced
5337:1c71d1337b1c 5338:10b5ac17fdd6
29 29
30 it should be: 30 it should be:
31 31
32 printf("File in DATADIR is: %s%s%s\n", DATADIR, G_DIR_SEPARATOR_S, "pic.png"); 32 printf("File in DATADIR is: %s%s%s\n", DATADIR, G_DIR_SEPARATOR_S, "pic.png");
33 33
34 - When writing out paths to .gaimrc, use wgaim_escape_dirsep. This is necessary
35 because the Windows dir separator '\' is being used to escape characters, when
36 paths are read in from the .gaimrc file.
37
34 PLUGINS & PROTOS 38 PLUGINS & PROTOS
35 ---------------- 39 ----------------
36 40
37 - G_MODULE_EXPORT all functions which are to be accessed from outside the 41 - G_MODULE_EXPORT all functions which are to be accessed from outside the
38 scope of its "dll" or "so". (E.G. gaim_plugin_init) 42 scope of its "dll" or "so". (E.G. gaim_plugin_init)