comparison libpurple/log.h @ 32687:02a2e8183b1d

Clean the API documentation in preparation for 3.0.0 by removing all the old @since tags.
author andrew.victor@mxit.com
date Sun, 25 Sep 2011 18:56:58 +0000
parents 6e1967b0f90b
children
comparison
equal deleted inserted replaced
32685:9d5b87e1a4d0 32687:02a2e8183b1d
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