Mercurial > pidgin
comparison libpurple/log.h @ 32819:2c6510167895 default tip
propagate from branch 'im.pidgin.pidgin.2.x.y' (head 3315c5dfbd0ad16511bdcf865e5b07c02d07df24)
to branch 'im.pidgin.pidgin' (head cbd1eda6bcbf0565ae7766396bb8f6f419cb6a9a)
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sat, 02 Jun 2012 02:30:49 +0000 |
parents | 98520ee78f12 |
children |
comparison
equal
deleted
inserted
replaced
32818:01ff09d4a463 | 32819:2c6510167895 |
---|---|
179 | 179 |
180 /* IMPORTANT: Some code in log.c allocates these without zeroing them. | 180 /* IMPORTANT: Some code in log.c allocates these without zeroing them. |
181 * IMPORTANT: Update that code if you add members here. */ | 181 * IMPORTANT: Update that code if you add members here. */ |
182 }; | 182 }; |
183 | 183 |
184 #ifdef __cplusplus | 184 G_BEGIN_DECLS |
185 extern "C" { | |
186 #endif | |
187 | 185 |
188 /***************************************/ | 186 /***************************************/ |
189 /** @name Log Functions */ | 187 /** @name Log Functions */ |
190 /***************************************/ | 188 /***************************************/ |
191 /*@{*/ | 189 /*@{*/ |
299 * | 297 * |
300 * @param type The type of the log | 298 * @param type The type of the log |
301 * @param name The name of the log | 299 * @param name The name of the log |
302 * @param account The account | 300 * @param account The account |
303 * @return The activity score | 301 * @return The activity score |
304 * | |
305 * @since 2.6.0 | |
306 */ | 302 */ |
307 int purple_log_get_activity_score(PurpleLogType type, const char *name, PurpleAccount *account); | 303 int purple_log_get_activity_score(PurpleLogType type, const char *name, PurpleAccount *account); |
308 | 304 |
309 /** | 305 /** |
310 * Tests whether a log is deletable | 306 * Tests whether a log is deletable |
574 void purple_log_uninit(void); | 570 void purple_log_uninit(void); |
575 | 571 |
576 /*@}*/ | 572 /*@}*/ |
577 | 573 |
578 | 574 |
579 #ifdef __cplusplus | 575 G_END_DECLS |
580 } | |
581 #endif | |
582 | 576 |
583 #endif /* _PURPLE_LOG_H_ */ | 577 #endif /* _PURPLE_LOG_H_ */ |