comparison libpurple/value.h @ 16375:391a79778f89

Rework the buddy icon subsystem to use the imgstore subsystem, and modify the imgstore subsystem to not require IDs for everything.
author Richard Laager <rlaager@wiktel.com>
date Tue, 24 Apr 2007 03:57:07 +0000
parents 32c366eeeb99
children 602295db8e6b
comparison
equal deleted inserted replaced
16374:2a19bbc743ed 16375:391a79778f89
74 PURPLE_SUBTYPE_STATUS, 74 PURPLE_SUBTYPE_STATUS,
75 PURPLE_SUBTYPE_LOG, 75 PURPLE_SUBTYPE_LOG,
76 PURPLE_SUBTYPE_XFER, 76 PURPLE_SUBTYPE_XFER,
77 PURPLE_SUBTYPE_SAVEDSTATUS, 77 PURPLE_SUBTYPE_SAVEDSTATUS,
78 PURPLE_SUBTYPE_XMLNODE, 78 PURPLE_SUBTYPE_XMLNODE,
79 PURPLE_SUBTYPE_USERINFO 79 PURPLE_SUBTYPE_USERINFO,
80 PURPLE_SUBTYPE_STORED_IMAGE
80 } PurpleSubType; 81 } PurpleSubType;
81 82
82 /** 83 /**
83 * A wrapper for a type, subtype, and specific type of value. 84 * A wrapper for a type, subtype, and specific type of value.
84 */ 85 */