Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 9528:7ca073ddf9b0 | 9529:803e642650e1 |
|---|---|
| 29 typedef struct _GaimPluginPrefFrame GaimPluginPrefFrame; | 29 typedef struct _GaimPluginPrefFrame GaimPluginPrefFrame; |
| 30 typedef struct _GaimPluginPref GaimPluginPref; | 30 typedef struct _GaimPluginPref GaimPluginPref; |
| 31 | 31 |
| 32 typedef enum { | 32 typedef enum { |
| 33 GAIM_PLUGIN_PREF_NONE, | 33 GAIM_PLUGIN_PREF_NONE, |
| 34 GAIM_PLUGIN_PREF_CHOICE | 34 GAIM_PLUGIN_PREF_CHOICE, |
| 35 GAIM_PLUGIN_PREF_INFO, /**< no-value label */ | |
| 35 } GaimPluginPrefType; | 36 } GaimPluginPrefType; |
| 36 | 37 |
| 37 #include <glib.h> | 38 #include <glib.h> |
| 38 #include "prefs.h" | 39 #include "prefs.h" |
| 39 | 40 |
