Mercurial > pidgin
diff libpurple/plugin.h @ 32226:02a2e8183b1d
Clean the API documentation in preparation for 3.0.0 by removing all the old @since tags.
| author | andrew.victor@mxit.com |
|---|---|
| date | Sun, 25 Sep 2011 18:56:58 +0000 |
| parents | 4f6b06139734 |
| children | 98520ee78f12 |
line wrap: on
line diff
--- a/libpurple/plugin.h Sat Sep 24 22:21:48 2011 +0000 +++ b/libpurple/plugin.h Sun Sep 25 18:56:58 2011 +0000 @@ -317,8 +317,6 @@ * startup" by excluding said plugins from the list of plugins to save. The * UI needs to call purple_plugins_save_loaded() after calling this for it * to have any effect. - * - * @since 2.3.0 */ void purple_plugin_disable(PurplePlugin *plugin); @@ -515,8 +513,6 @@ * Returns a list of plugin search paths. * * @constreturn A list of searched paths. - * - * @since 2.6.0 */ GList *purple_plugins_get_search_paths(void);
