comparison src/util.h @ 5826:bd0d0e89cac3

[gaim-migrate @ 6256] You can once again set your buddy icon. Of course, you* haven't been using CVS, so you've always been able to set your buddy icon. * Gaim developers not applicable committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 10 Jun 2003 01:09:26 +0000
parents 9eb5b13fd412
children 059d95c67cda
comparison
equal deleted inserted replaced
5825:729e688fd2e7 5826:bd0d0e89cac3
342 * @param replacement The substring you want inserted in place 342 * @param replacement The substring you want inserted in place
343 * of the delimiting substring. 343 * of the delimiting substring.
344 */ 344 */
345 gchar *gaim_strreplace(const gchar *string, const gchar *delimiter, const gchar *replacement); 345 gchar *gaim_strreplace(const gchar *string, const gchar *delimiter, const gchar *replacement);
346 346
347 /**
348 * Returns a string representing a filesize in the appropriate units (MB, KB, GB, etc.)
349 *
350 * @param size The size
351 */
352 char *gaim_get_size_string(size_t size);
353
347 #endif /* _GAIM_UTIL_H_ */ 354 #endif /* _GAIM_UTIL_H_ */