comparison libpurple/log.h @ 32672:3828a61c44da

A boring and large patch so I can merge heads.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 23 Dec 2011 08:21:58 +0000
parents 6e1967b0f90b
children 98520ee78f12
comparison
equal deleted inserted replaced
32671:0e69949b3e61 32672:3828a61c44da
299 * 299 *
300 * @param type The type of the log 300 * @param type The type of the log
301 * @param name The name of the log 301 * @param name The name of the log
302 * @param account The account 302 * @param account The account
303 * @return The activity score 303 * @return The activity score
304 *
305 * @since 2.6.0
306 */ 304 */
307 int purple_log_get_activity_score(PurpleLogType type, const char *name, PurpleAccount *account); 305 int purple_log_get_activity_score(PurpleLogType type, const char *name, PurpleAccount *account);
308 306
309 /** 307 /**
310 * Tests whether a log is deletable 308 * Tests whether a log is deletable