comparison libpurple/internal.h @ 16637:250623ba4218

The GNOME coding guidelines recommend prefixing internal symbols with an underscore.
author Richard Laager <rlaager@wiktel.com>
date Sun, 29 Apr 2007 07:03:50 +0000
parents 1d1ddf972ac8
children a00cf76108c6 7c0a2ef88018
comparison
equal deleted inserted replaced
16636:c39af5774c3e 16637:250623ba4218
185 #define PURPLE_WEBSITE "http://pidgin.im/" 185 #define PURPLE_WEBSITE "http://pidgin.im/"
186 186
187 /* This is for the accounts code to notify the buddy icon code that 187 /* This is for the accounts code to notify the buddy icon code that
188 * it's done loading. We may want to replace this with a signal. */ 188 * it's done loading. We may want to replace this with a signal. */
189 void 189 void
190 purple_buddy_icons_account_loaded_cb(void); 190 _purple_buddy_icons_account_loaded_cb(void);
191 191
192 /* This is for the buddy list to notify the buddy icon code that 192 /* This is for the buddy list to notify the buddy icon code that
193 * it's done loading. We may want to replace this with a signal. */ 193 * it's done loading. We may want to replace this with a signal. */
194 void 194 void
195 purple_buddy_icons_blist_loaded_cb(void); 195 _purple_buddy_icons_blist_loaded_cb(void);
196 196
197 /* This is for the purple_core_migrate() code to tell the buddy 197 /* This is for the purple_core_migrate() code to tell the buddy
198 * icon subsystem about the old icons directory so it can 198 * icon subsystem about the old icons directory so it can
199 * migrate any icons in use. */ 199 * migrate any icons in use. */
200 void 200 void
201 purple_buddy_icon_set_old_icons_dir(const char *dirname); 201 _purple_buddy_icon_set_old_icons_dir(const char *dirname);
202 202
203 #endif /* _PURPLE_INTERNAL_H_ */ 203 #endif /* _PURPLE_INTERNAL_H_ */