comparison libpurple/pounce.h @ 18152:af0b9c6cbeb8

merge of 'a044da71f197bdd564f0d38ebb02798e06d1997f' and 'e64c6a26887b59ce7ad568ea1c551938e673c7a0'
author Nathan Walp <nwalp@pidgin.im>
date Sun, 17 Jun 2007 05:09:21 +0000
parents 323272a9bb65
children 44b4e8bd759b
comparison
equal deleted inserted replaced
18124:f88c2a41200d 18152:af0b9c6cbeb8
341 * @return The list of buddy pounces. 341 * @return The list of buddy pounces.
342 */ 342 */
343 GList *purple_pounces_get_all(void); 343 GList *purple_pounces_get_all(void);
344 344
345 /** 345 /**
346 * Returns a list of registered buddy pounces for the ui-type.
347 *
348 * @param ui The ID of the UI using the core.
349 *
350 * @return The list of buddy pounces. The list should be freed by
351 * the caller when it's no longer used.
352 * @since 2.1.0
353 */
354 GList *purple_pounces_get_all_for_ui(const char *ui);
355
356 /**
346 * Returns the buddy pounce subsystem handle. 357 * Returns the buddy pounce subsystem handle.
347 * 358 *
348 * @return The subsystem handle. 359 * @return The subsystem handle.
349 */ 360 */
350 void *purple_pounces_get_handle(void); 361 void *purple_pounces_get_handle(void);