comparison libgaim/value.h @ 14296:8342b39f975b

[gaim-migrate @ 16986] I got a patch from Ian Goldberg about a year ago to let plugins tweak XML packets as they were sent or received I finally tweaked it the way I wanted it, and here it is. If it sucks, blame me, otherwise give him credit committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 22 Aug 2006 19:43:30 +0000
parents 60b1bc8dbf37
children 0a41469d6440
comparison
equal deleted inserted replaced
14295:b76462fea543 14296:8342b39f975b
72 GAIM_SUBTYPE_BLIST_NODE, 72 GAIM_SUBTYPE_BLIST_NODE,
73 GAIM_SUBTYPE_CIPHER, 73 GAIM_SUBTYPE_CIPHER,
74 GAIM_SUBTYPE_STATUS, 74 GAIM_SUBTYPE_STATUS,
75 GAIM_SUBTYPE_LOG, 75 GAIM_SUBTYPE_LOG,
76 GAIM_SUBTYPE_XFER, 76 GAIM_SUBTYPE_XFER,
77 GAIM_SUBTYPE_SAVEDSTATUS 77 GAIM_SUBTYPE_SAVEDSTATUS,
78 GAIM_SUBTYPE_XMLNODE
78 } GaimSubType; 79 } GaimSubType;
79 80
80 /** 81 /**
81 * A wrapper for a type, subtype, and specific type of value. 82 * A wrapper for a type, subtype, and specific type of value.
82 */ 83 */