comparison src/util.h @ 10869:3e43c132f151

[gaim-migrate @ 12556] We no longer call "serv_add_buddies" at log in. Any PRPL that relied on that should look through the buddy list itself and do whatever it needs to after calling gaim_connection_set_state(gc, GAIM_CONNECTED); committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 25 Apr 2005 03:55:11 +0000
parents c4cb90065e1d
children 6240d7fd5b2c
comparison
equal deleted inserted replaced
10868:4a56b48dbaa6 10869:3e43c132f151
348 */ 348 */
349 const gchar *gaim_home_dir(void); 349 const gchar *gaim_home_dir(void);
350 350
351 /** 351 /**
352 * Returns the gaim settings directory in the user's home directory. 352 * Returns the gaim settings directory in the user's home directory.
353 * This is usually ~/.gaim
353 * 354 *
354 * @return The gaim settings directory. 355 * @return The gaim settings directory.
355 * 356 *
356 * @see gaim_home_dir() 357 * @see gaim_home_dir()
357 */ 358 */