diff 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
line wrap: on
line diff
--- a/libpurple/pounce.h	Sun Jun 17 00:19:12 2007 +0000
+++ b/libpurple/pounce.h	Sun Jun 17 01:07:25 2007 +0000
@@ -343,6 +343,17 @@
 GList *purple_pounces_get_all(void);
 
 /**
+ * Returns a list of registered buddy pounces for the ui-type.
+ *
+ * @param ui  The ID of the UI using the core.
+ *
+ * @return The list of buddy pounces. The list should be freed by
+ *         the caller when it's no longer used.
+ * @since  2.1.0
+ */
+GList *purple_pounces_get_all_for_ui(const char *ui);
+
+/**
  * Returns the buddy pounce subsystem handle.
  *
  * @return The subsystem handle.