comparison libpurple/internal.h @ 31828:da81195f635e

Drop the .gaim -> .purple migration code
author Richard Laager <rlaager@wiktel.com>
date Fri, 18 Mar 2011 02:59:12 +0000
parents 39716f7d2c93
children c2fa3a76a0be
comparison
equal deleted inserted replaced
31827:3b4e12c42d3c 31828:da81195f635e
174 /* This is for the buddy list to notify the buddy icon code that 174 /* This is for the buddy list to notify the buddy icon code that
175 * it's done loading. We may want to replace this with a signal. */ 175 * it's done loading. We may want to replace this with a signal. */
176 void 176 void
177 _purple_buddy_icons_blist_loaded_cb(void); 177 _purple_buddy_icons_blist_loaded_cb(void);
178 178
179 /* This is for the purple_core_migrate() code to tell the buddy
180 * icon subsystem about the old icons directory so it can
181 * migrate any icons in use. */
182 void
183 _purple_buddy_icon_set_old_icons_dir(const char *dirname);
184
185 /** 179 /**
186 * Creates a connection to the specified account and either connects 180 * Creates a connection to the specified account and either connects
187 * or attempts to register a new account. If you are logging in, 181 * or attempts to register a new account. If you are logging in,
188 * the connection uses the current active status for this account. 182 * the connection uses the current active status for this account.
189 * So if you want to sign on as "away," for example, you need to 183 * So if you want to sign on as "away," for example, you need to