comparison src/audacious/pluginenum.c @ 3699:ddde4794b4e2

Export tuple formatter API.
author William Pitcock <nenolod@atheme.org>
date Sun, 07 Oct 2007 00:16:35 -0500
parents 0ef1a18a5583
children e766d3aec087
comparison
equal deleted inserted replaced
3698:0ef1a18a5583 3699:ddde4794b4e2
116 .tuple_dissociate = tuple_dissociate 116 .tuple_dissociate = tuple_dissociate
117 .tuple_dissociate_now = tuple_dissociate_now, 117 .tuple_dissociate_now = tuple_dissociate_now,
118 .tuple_get_value_type = tuple_get_value_type, 118 .tuple_get_value_type = tuple_get_value_type,
119 .tuple_get_string = tuple_get_string, 119 .tuple_get_string = tuple_get_string,
120 .tuple_get_int = tuple_get_int, 120 .tuple_get_int = tuple_get_int,
121
122 .tuple_formatter_process_string = tuple_formatter_process_string,
123 .tuple_formatter_process_function = tuple_formatter_process_function,
124 .tuple_formatter_process_construct = tuple_formatter_process_construct,
125 .tuple_formatter_process_expr = tuple_formatter_process_expr,
126 .tuple_formatter_register_function = tuple_formatter_register_function,
127 .tuple_formatter_register_expression = tuple_formatter_register_expression,
128 .tuple_formatter_make_title_string = tuple_formatter_make_title_string,
121 }; 129 };
122 130
123 /*****************************************************************/ 131 /*****************************************************************/
124 132
125 GList *lowlevel_list = NULL; 133 GList *lowlevel_list = NULL;