diff -r 04c99b24db84 -r d891503c8aa6 libpurple/plugins.h --- a/libpurple/plugins.h Wed Jan 29 10:01:14 2014 +0530 +++ b/libpurple/plugins.h Wed Jan 29 10:10:12 2014 +0530 @@ -485,7 +485,7 @@ * * @plugin: The plugin whose dependent plugins are returned. * - * Returns: (TODO const): The list of a plugins that depend on the specified plugin. + * Returns: (transfer none): The list of a plugins that depend on the specified plugin. */ GSList *purple_plugin_get_dependent_plugins(const PurplePlugin *plugin); @@ -810,7 +810,7 @@ /** * Returns a list of all loaded plugins. * - * Returns: (TODO const): A list of all loaded plugins. + * Returns: (transfer none): A list of all loaded plugins. */ GList *purple_plugins_get_loaded(void);