diff src/plugin.h @ 5573:5e7de337a053

[gaim-migrate @ 5976] Account saving and loading _mostly_ works. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 30 May 2003 23:57:11 +0000
parents 9442e8d0b21d
children 6aa7651c7c15
line wrap: on
line diff
--- a/src/plugin.h	Fri May 30 23:05:01 2003 +0000
+++ b/src/plugin.h	Fri May 30 23:57:11 2003 +0000
@@ -343,11 +343,18 @@
 /**
  * Returns a list of all loaded plugins.
  *
- * @return A list of all plugins.
+ * @return A list of all loaded plugins.
  */
 GList *gaim_plugins_get_loaded(void);
 
 /**
+ * Returns a list of all protocol plugins.
+ *
+ * @return A list of all protocol plugins.
+ */
+GList *gaim_plugins_get_protocols(void);
+
+/**
  * Returns a list of all plugins, whether loaded or not.
  *
  * @return A list of all plugins.