diff src/pluginpref.h @ 9529:803e642650e1

[gaim-migrate @ 10356] " This patch adds support for a plugin preference representing informative text, such as a short statement regarding an option or elaborating on the available choices." --Christopher (siege) O'Brien (14:55:43) rw_grim: oh yeah, i checked out siege's patch for plugin prefs.. looks good to me.. i didn't actually test it.. but it's nothing major.. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 14 Jul 2004 19:13:42 +0000
parents b540c735a6ad
children db62420a53a2
line wrap: on
line diff
--- a/src/pluginpref.h	Wed Jul 14 19:11:07 2004 +0000
+++ b/src/pluginpref.h	Wed Jul 14 19:13:42 2004 +0000
@@ -31,7 +31,8 @@
 
 typedef enum {
 	GAIM_PLUGIN_PREF_NONE,
-	GAIM_PLUGIN_PREF_CHOICE
+	GAIM_PLUGIN_PREF_CHOICE,
+	GAIM_PLUGIN_PREF_INFO,   /**< no-value label */
 } GaimPluginPrefType;
 
 #include <glib.h>