comparison PROGRAMMING_NOTES @ 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 10b5ac17fdd6
children 83ec0b408926
comparison
equal deleted inserted replaced
9618:848e5fbcd520 9619:da88e2cd5c53
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
38 PLUGINS & PROTOS 34 PLUGINS & PROTOS
39 ---------------- 35 ----------------
40 36
41 - G_MODULE_EXPORT all functions which are to be accessed from outside the 37 - G_MODULE_EXPORT all functions which are to be accessed from outside the
42 scope of its "dll" or "so". (E.G. gaim_plugin_init) 38 scope of its "dll" or "so". (E.G. gaim_plugin_init)