diff -r 2741f531a00e -r a86b7bcbb471 libpurple/purpleaccountmanager.h --- 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 */