comparison libpurple/plugin.h @ 32687: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
comparison
equal deleted inserted replaced
32685:9d5b87e1a4d0 32687:02a2e8183b1d
315 * 315 *
316 * This function adds the plugin to a list of plugins to "disable at the next 316 * This function adds the plugin to a list of plugins to "disable at the next
317 * startup" by excluding said plugins from the list of plugins to save. The 317 * startup" by excluding said plugins from the list of plugins to save. The
318 * UI needs to call purple_plugins_save_loaded() after calling this for it 318 * UI needs to call purple_plugins_save_loaded() after calling this for it
319 * to have any effect. 319 * to have any effect.
320 *
321 * @since 2.3.0
322 */ 320 */
323 void purple_plugin_disable(PurplePlugin *plugin); 321 void purple_plugin_disable(PurplePlugin *plugin);
324 322
325 /** 323 /**
326 * Reloads a plugin. 324 * Reloads a plugin.
513 511
514 /** 512 /**
515 * Returns a list of plugin search paths. 513 * Returns a list of plugin search paths.
516 * 514 *
517 * @constreturn A list of searched paths. 515 * @constreturn A list of searched paths.
518 *
519 * @since 2.6.0
520 */ 516 */
521 GList *purple_plugins_get_search_paths(void); 517 GList *purple_plugins_get_search_paths(void);
522 518
523 /** 519 /**
524 * Unloads all loaded plugins. 520 * Unloads all loaded plugins.