Mercurial > pidgin
diff libpurple/value.h @ 31948:d3e36e7af9e7
Hide PurpleValue.
| author | masca@cpw.pidgin.im |
|---|---|
| date | Thu, 25 Aug 2011 04:15:16 +0000 |
| parents | 5ffd5582f5fe |
| children | 98520ee78f12 |
line wrap: on
line diff
--- a/libpurple/value.h Wed Aug 24 04:38:46 2011 +0000 +++ b/libpurple/value.h Thu Aug 25 04:15:16 2011 +0000 @@ -86,40 +86,7 @@ /** * A wrapper for a type, subtype, and specific type of value. */ -typedef struct -{ - PurpleType type; - unsigned short flags; - - union - { - char char_data; - unsigned char uchar_data; - gboolean boolean_data; - short short_data; - unsigned short ushort_data; - int int_data; - unsigned int uint_data; - long long_data; - unsigned long ulong_data; - gint64 int64_data; - guint64 uint64_data; - char *string_data; - void *object_data; - void *pointer_data; - int enum_data; - void *boxed_data; - - } data; - - union - { - unsigned int subtype; - char *specific_type; - - } u; - -} PurpleValue; +typedef struct _PurpleValue PurpleValue; #ifdef __cplusplus extern "C" {
