pidgin/pidgin

Parents e0b11d28b39e
Children 5f8b886eafce
Add a missing transfer annotation to purple_history_manager_get_active

Testing Done:
Build `libpurple/Purple-3.0.gir` and verified the warning was gone.

Reviewed at https://reviews.imfreedom.org/r/1041/
--- a/libpurple/purplehistorymanager.h Tue Oct 12 05:05:29 2021 -0500
+++ b/libpurple/purplehistorymanager.h Tue Oct 12 05:09:42 2021 -0500
@@ -117,7 +117,7 @@
*
* Gets the active #PurpleHistoryAdapter instance.
*
- * Returns: The active @adapter
+ * Returns: (transfer none): The active @adapter
*
* Since: 3.0.0
*/