comparison libpurple/util.h @ 32827:4a34689eeb33 default tip

merged from im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 19 Nov 2011 14:42:54 +0900
parents 0f94ec89f0bc 5525312cf589
children
comparison
equal deleted inserted replaced
32692:0f94ec89f0bc 32827:4a34689eeb33
1089 * 1089 *
1090 * @param size The size 1090 * @param size The size
1091 * 1091 *
1092 * @return The string in units form. This must be freed. 1092 * @return The string in units form. This must be freed.
1093 */ 1093 */
1094 char *purple_str_size_to_units(size_t size); 1094 char *purple_str_size_to_units(goffset size);
1095 1095
1096 /** 1096 /**
1097 * Converts seconds into a human-readable form. 1097 * Converts seconds into a human-readable form.
1098 * 1098 *
1099 * @param sec The seconds. 1099 * @param sec The seconds.