libpurple/plugins.h

branch
soc.2013.gobjectification.plugins
changeset 37022
d891503c8aa6
parent 37021
04c99b24db84
child 37023
d9bcdc9a91e6
--- 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);
 

mercurial