Mercurial > pidgin
comparison src/value.h @ 11979:717cbb3115bc
[gaim-migrate @ 14272]
patch from Eoin Coffey to add a GAIM_SUBTYPE_STATUS to GaimType
committer: Tailor Script <tailor@pidgin.im>
| author | Gary Kramlich <grim@reaperworld.com> |
|---|---|
| date | Sat, 05 Nov 2005 01:57:00 +0000 |
| parents | 185ca25b5c7e |
| children | a1e241dd50b6 |
comparison
equal
deleted
inserted
replaced
| 11978:3b6b39b86771 | 11979:717cbb3115bc |
|---|---|
| 68 GAIM_SUBTYPE_CONNECTION, | 68 GAIM_SUBTYPE_CONNECTION, |
| 69 GAIM_SUBTYPE_CONVERSATION, | 69 GAIM_SUBTYPE_CONVERSATION, |
| 70 GAIM_SUBTYPE_CONV_WINDOW, | 70 GAIM_SUBTYPE_CONV_WINDOW, |
| 71 GAIM_SUBTYPE_PLUGIN, | 71 GAIM_SUBTYPE_PLUGIN, |
| 72 GAIM_SUBTYPE_BLIST_NODE, | 72 GAIM_SUBTYPE_BLIST_NODE, |
| 73 GAIM_SUBTYPE_CIPHER | 73 GAIM_SUBTYPE_CIPHER, |
| 74 GAIM_SUBTYPE_STATUS | |
| 74 | 75 |
| 75 } GaimSubType; | 76 } GaimSubType; |
| 76 | 77 |
| 77 /** | 78 /** |
| 78 * A wrapper for a type, subtype, and specific type of value. | 79 * A wrapper for a type, subtype, and specific type of value. |
