Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
#include <tuple.h>
Public Attributes | |
gchar | name [TUPLE_NAME_MAX] |
TupleValueType | type |
union { | |
gchar * string | |
gint integer | |
} | value |
Definition at line 109 of file tuple.h.
Referenced by tuple_copy_value(), tuple_associate_int(), tuple_get_int(), tf_get_var(), and tuple_formatter_eval_do().
gchar TupleValue::name[TUPLE_NAME_MAX] |
Definition at line 105 of file tuple.h.
Referenced by tuple_copy_value(), tuple_copy(), and tuple_associate_data().
gchar* TupleValue::string |
Definition at line 108 of file tuple.h.
Referenced by tuple_value_destroy(), tuple_copy_value(), tuple_associate_data(), set_string(), tuple_get_string(), tf_get_var(), and tuple_formatter_eval_do().
Definition at line 106 of file tuple.h.
Referenced by tuple_value_destroy(), tuple_copy_value(), tuple_associate_data(), tuple_get_value_type(), tuple_get_string(), tuple_get_int(), tf_get_var(), and tuple_formatter_eval_do().
union { ... } TupleValue::value |