src/plugin.h

changeset 5949
bb7cbf02dda9
parent 5944
f19df037ac58
child 6485
3c7ba18e32f1
--- a/src/plugin.h	Tue Jun 24 03:49:11 2003 +0000
+++ b/src/plugin.h	Tue Jun 24 03:50:31 2003 +0000
@@ -253,9 +253,12 @@
 void gaim_plugins_destroy_all(void);
 
 /**
- * Attempts to load all the plugins that were loaded when gaim last quit
+ * Attempts to load all the plugins in the specified preference key
+ * that were loaded when gaim last quit.
+ *
+ * @param key The preference key containing the list of plugins.
  */
-void gaim_plugins_load_saved(void);
+void gaim_plugins_load_saved(const char *key);
 
 /**
  * Probes for plugins in the registered module paths.

mercurial