gplugin/gplugin

Parents 06d9506c1030
Children 125979dd0777
Fix the transfer annotation for gplugin_manager_list_plugins as we do not return copies of the elements
--- a/gplugin/gplugin-manager.c Thu Feb 27 02:42:09 2020 -0600
+++ b/gplugin/gplugin-manager.c Thu Feb 27 02:42:53 2020 -0600
@@ -1652,8 +1652,8 @@
* Returns a #GList of all plugin id's. Each id should be queried directly
* for more information.
*
- * Return value: (element-type utf8) (transfer full): A #GList of each unique
- * plugin id.
+ * Return value: (element-type utf8) (transfer container): A #GList of each
+ * unique plugin id.
*/
GList *
gplugin_manager_list_plugins(void)