| 37021:04c99b24db84 | 37022:d891503c8aa6 |
|---|---|
| 483 /** | 483 /** |
| 484 * Returns a list of plugins that depend on a particular plugin. | 484 * Returns a list of plugins that depend on a particular plugin. |
| 485 * | 485 * |
| 486 * @plugin: The plugin whose dependent plugins are returned. | 486 * @plugin: The plugin whose dependent plugins are returned. |
| 487 * | 487 * |
| 488 * Returns: (TODO const): The list of a plugins that depend on the specified plugin. | 488 * Returns: (transfer none): The list of a plugins that depend on the specified plugin. |
| 489 */ | 489 */ |
| 490 GSList *purple_plugin_get_dependent_plugins(const PurplePlugin *plugin); | 490 GSList *purple_plugin_get_dependent_plugins(const PurplePlugin *plugin); |
| 491 | 491 |
| 492 /*@}*/ | 492 /*@}*/ |
| 493 | 493 |
| 808 GList *purple_plugins_find_all(void); | 808 GList *purple_plugins_find_all(void); |
| 809 | 809 |
| 810 /** | 810 /** |
| 811 * Returns a list of all loaded plugins. | 811 * Returns a list of all loaded plugins. |
| 812 * | 812 * |
| 813 * Returns: (TODO const): A list of all loaded plugins. | 813 * Returns: (transfer none): A list of all loaded plugins. |
| 814 */ | 814 */ |
| 815 GList *purple_plugins_get_loaded(void); | 815 GList *purple_plugins_get_loaded(void); |
| 816 | 816 |
| 817 /** | 817 /** |
| 818 * Add a new directory to search for plugins | 818 * Add a new directory to search for plugins |