libpurple/plugin.h

changeset 32604
8d0a34f26244
parent 32314
82713f0be6da
child 32787
7072f190d6ad
child 34023
6bc30809f7fe
--- 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);
 

mercurial