comparison libpurple/pounce.h @ 18137:323272a9bb65

Fix #1574. (Pidgin and Finch show each other's pounces, interact in strange ways)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 17 Jun 2007 01:07:25 +0000
parents 32c366eeeb99
children 44b4e8bd759b
comparison
equal deleted inserted replaced
18136:00cec200ec58 18137:323272a9bb65
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);