comparison libgaim/value.h @ 15264:0a41469d6440

[gaim-migrate @ 18054] Added GAIM_SUBTYPE_USERINFO subtype for use by the displaying-userinfo signal in passing a GaimNotifyUserInfo committer: Tailor Script <tailor@pidgin.im>
author Evan Schoenberg <evan.s@dreskin.net>
date Tue, 26 Dec 2006 02:44:15 +0000
parents 8342b39f975b
children
comparison
equal deleted inserted replaced
15263:a46c40c7a0e9 15264:0a41469d6440
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 GAIM_SUBTYPE_XMLNODE,
79 GAIM_SUBTYPE_USERINFO
79 } GaimSubType; 80 } GaimSubType;
80 81
81 /** 82 /**
82 * A wrapper for a type, subtype, and specific type of value. 83 * A wrapper for a type, subtype, and specific type of value.
83 */ 84 */