diff src/prefs.h @ 12712:8ae981f2c9cb

[gaim-migrate @ 15056] SF Patch #1395207 from Sadrul "Gaim currently doesn't allow to have formatted/multiline string as a preference for core-plugins. It'd be great if core plugins could have formatted strings for preference (ie. have imhtml+toolbar for the preference in the Plugin-preference dialog) without actually having to worry about gtk-codes." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 04 Jan 2006 04:14:02 +0000
parents fc464a0abccc
children ff267281e882
line wrap: on
line diff
--- a/src/prefs.h	Wed Jan 04 03:01:32 2006 +0000
+++ b/src/prefs.h	Wed Jan 04 04:14:02 2006 +0000
@@ -29,6 +29,16 @@
 #include <glib.h>
 
 /**
+ * String format for preferences.
+ */
+typedef enum
+{
+	GAIM_STRING_FORMAT_TYPE_NONE      = 0,
+	GAIM_STRING_FORMAT_TYPE_MULTILINE = 1 << 0,
+	GAIM_STRING_FORMAT_TYPE_HTML      = 1 << 1
+} GaimStringFormatType;
+
+/**
  * Pref data types.
  */
 typedef enum _GaimPrefType