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 tf_get_var(), tuple_associate_int(), tuple_copy_value(), tuple_formatter_eval_do(), and tuple_get_int().
gchar TupleValue::name[TUPLE_NAME_MAX] |
Definition at line 105 of file tuple.h.
Referenced by tuple_associate_data(), tuple_copy(), and tuple_copy_value().
gchar* TupleValue::string |
Definition at line 108 of file tuple.h.
Referenced by set_string(), tf_get_var(), tuple_associate_data(), tuple_copy_value(), tuple_formatter_eval_do(), tuple_get_string(), and tuple_value_destroy().
Definition at line 106 of file tuple.h.
Referenced by tf_get_var(), tuple_associate_data(), tuple_copy_value(), tuple_formatter_eval_do(), tuple_get_int(), tuple_get_string(), tuple_get_value_type(), and tuple_value_destroy().
union { ... } TupleValue::value |