libpurple/purpleaccountmanager.h

changeset 42291
a86b7bcbb471
parent 42234
95aec1611d01
child 42338
2548eb61acc9
--- a/libpurple/purpleaccountmanager.h	Mon Aug 21 23:48:33 2023 -0500
+++ b/libpurple/purpleaccountmanager.h	Tue Aug 22 00:24:14 2023 -0500
@@ -154,7 +154,7 @@
  *
  * Looks up an account based on its id property.
  *
- * Returns: (transfer none): The account if found, otherwise %NULL.
+ * Returns: (transfer full): The account if found, otherwise %NULL.
  *
  * Since: 3.0.0
  */
@@ -169,7 +169,7 @@
  * Attempts to find an account in @manager with the matching @username and
  * @protocol_id.
  *
- * Returns: (transfer none): The account if found, otherwise %NULL.
+ * Returns: (transfer full): The account if found, otherwise %NULL.
  *
  * Since: 3.0.0
  */
@@ -184,7 +184,7 @@
  *
  * Attempts to find an account in @manager with a custom matching function.
  *
- * Returns: (transfer none): The account if found, otherwise %NULL.
+ * Returns: (transfer full): The account if found, otherwise %NULL.
  *
  * Since: 3.0.0
  */

mercurial