libpurple/pounce.h

changeset 38716
b9bed228745a
parent 37131
fe9ff76f1c6c
child 38745
f4376b1f4682
--- a/libpurple/pounce.h	Fri Sep 15 21:42:12 2017 -0400
+++ b/libpurple/pounce.h	Fri Sep 15 22:04:18 2017 -0400
@@ -358,7 +358,7 @@
  *
  * Returns a list of all registered buddy pounces.
  *
- * Returns: (transfer none): The list of buddy pounces.
+ * Returns: (element-type PurplePounce) (transfer none): The list of buddy pounces.
  */
 GList *purple_pounces_get_all(void);
 
@@ -368,8 +368,7 @@
  *
  * Returns a list of registered buddy pounces for the ui-type.
  *
- * Returns: The list of buddy pounces. The list should be freed by
- *         the caller when it's no longer used.
+ * Returns: (element-type PurplePounce) (transfer container): The list of buddy pounces.
  */
 GList *purple_pounces_get_all_for_ui(const char *ui);
 

mercurial