comparison src/audacious/pluginenum.c @ 3698:0ef1a18a5583

Export Tuple API.
author William Pitcock <nenolod@atheme.org>
date Sun, 07 Oct 2007 00:04:09 -0500
parents 12e11b15b549
children ddde4794b4e2
comparison
equal deleted inserted replaced
3697:cdc65ca04db4 3698:0ef1a18a5583
106 .cfg_db_set_bool = cfg_db_set_bool, 106 .cfg_db_set_bool = cfg_db_set_bool,
107 .cfg_db_set_float = cfg_db_set_float, 107 .cfg_db_set_float = cfg_db_set_float,
108 .cfg_db_set_double = cfg_db_set_double, 108 .cfg_db_set_double = cfg_db_set_double,
109 109
110 .cfg_db_unset_key = cfg_db_unset_key, 110 .cfg_db_unset_key = cfg_db_unset_key,
111
112 .tuple_new = tuple_new,
113 .tuple_new_from_filename = tuple_new_from_filename,
114 .tuple_associate_string = tuple_associate_string,
115 .tuple_associate_int = tuple_associate_int,
116 .tuple_dissociate = tuple_dissociate
117 .tuple_dissociate_now = tuple_dissociate_now,
118 .tuple_get_value_type = tuple_get_value_type,
119 .tuple_get_string = tuple_get_string,
120 .tuple_get_int = tuple_get_int,
111 }; 121 };
112 122
113 /*****************************************************************/ 123 /*****************************************************************/
114 124
115 GList *lowlevel_list = NULL; 125 GList *lowlevel_list = NULL;