comparison src/value.h @ 8809:fde4101fa183

[gaim-migrate @ 9571] Added the GaimValue changes from my status rewrite tree to here. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 25 Apr 2004 22:31:50 +0000
parents fa6395637e2c
children 48c6552be372
comparison
equal deleted inserted replaced
8808:bbd8cdaf0ad5 8809:fde4101fa183
161 * @param value The value to destroy. 161 * @param value The value to destroy.
162 */ 162 */
163 void gaim_value_destroy(GaimValue *value); 163 void gaim_value_destroy(GaimValue *value);
164 164
165 /** 165 /**
166 * Duplicated a GaimValue.
167 *
168 * @param value The value to duplicate.
169 *
170 * @return The duplicate value.
171 */
172 GaimValue *gaim_value_dup(const GaimValue *value);
173
174 /**
166 * Returns a value's type. 175 * Returns a value's type.
167 * 176 *
168 * @return The value's type. 177 * @return The value's type.
169 */ 178 */
170 GaimType gaim_value_get_type(const GaimValue *value); 179 GaimType gaim_value_get_type(const GaimValue *value);