| 360 |
360 |
| 361 /** |
361 /** |
| 362 * Define a custom gaim settings directory, overriding the default (user's home directory/.gaim) |
362 * Define a custom gaim settings directory, overriding the default (user's home directory/.gaim) |
| 363 * @param dir The custom settings directory |
363 * @param dir The custom settings directory |
| 364 */ |
364 */ |
| 365 void set_gaim_user_dir(const char *dir); |
365 void gaim_util_set_user_dir(const char *dir); |
| 366 |
366 |
| 367 /** |
367 /** |
| 368 * Builds a complete path from the root, making any directories along |
368 * Builds a complete path from the root, making any directories along |
| 369 * the path which do not already exist. |
369 * the path which do not already exist. |
| 370 * |
370 * |